0006 — Write core/instructions/git.md #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Create the git conventions instruction file at
core/instructions/git.md. Plain markdown, no frontmatter. The agent reads this file on demand when doing git operations, as directed by the content index inproviders/claude-code/CLAUDE.md.The file establishes five key rules: never skip hooks (
--no-verify); never force-push main or master; commit messages explain why, not what; never commit secrets or credentials; and the conventional commits vocabulary (feat:,fix:,docs:,chore:,refactor:,test:).Acceptance criteria
core/instructions/git.mdBlocked by