Back to list
carnaticlabs

commit-policy

by carnaticlabs

**Sangita Grantha** — *Compendium of Music* Preserving the sacred textual heritage of Carnatic compositions through a structured, scholarly digital system.

0🍴 0📅 Jan 24, 2026

SKILL.md

MetadataValue
StatusActive
Version1.0.0
Last Updated2026-01-24
AuthorSangeetha Grantha Team

Commit Policy

You are responsible for ensuring that all changes committed to the repository adhere to the strict commit-guardrails-workflow.

1. Traceability (The Reference Rule)

EVERY commit must be linked to a specific documentation file in application_documentation. This ensures that every line of code exists for a documented reason.

Commit Message Format

Your commit messages must follow this structure:

<Title>: <Short Summary>

Ref: application_documentation/<path-to-file>.md

<Detailed Description (bullet points)>

Rules

  1. Mandatory Reference: You CANNOT suggest a commit message without a Ref: line.
  2. Existing File: The file referenced in Ref: MUST exist.
  3. One Reference Per Commit: A commit should address only one feature or requirement file. Do not combine unrelated changes.

2. Security (The No-Secrets Rule)

You must strictly prevent sensitive data from entering the codebase.

Blocked Items

  • API Keys: SG_GEMINI_API_KEY, AWS_SECRET_ACCESS_KEY, OPENAI_API_KEY, etc.
  • Configuration Files: config/.env, config/.env.development, config/.env.production.
  • Secrets/Tokens: Any string that looks like a high-entropy secret.

Pre-Commit Check

Before suggesting git commit, mentally (or actually) check:

  1. "Did I add any file that might contain a secret?"
  2. "Am I adding a .env file?" (If so, STOP and add it to .gitignore instead).

3. Workflow

When you are ready to commit changes for the user:

  1. Stage: git add <files>
  2. Identify Reference: Find the relevant markdown file in application_documentation that describes why this change is happening.
  3. Draft Message: detailed message with the Ref: tag.
  4. Execute: git commit -m "..." (or ask user to approve).

Example of a Good Commit:

git commit -m "Implement user login rate limiting

Ref: application_documentation/01-requirements/features/security-hardening.md

- Added RateLimiter service
- Updated LoginController to use RateLimiter
- Added unit tests"

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon