0004 — Rewrite providers/claude-code/CLAUDE.md and retire global.md #25
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
Replace the sparse content in
providers/claude-code/CLAUDE.mdwith a complete always-on section covering communication style and behavior rules, plus a content index that tells the agent when to load each topic instruction file. Deletecore/instructions/global.md, which is a placeholder stub with no content — the content index update makes it obsolete.The always-on communication rules define how the agent responds: answer directly first, challenge bad ideas explicitly rather than validating them, explain the why behind decisions, and never soften disagreement into a suggestion.
The always-on behavior rules define when the agent asks permission: reads and exploration proceed freely; writes, edits, and git operations state intent before acting; irreversible or shared-state operations (push, drop, publish) require explicit confirmation every time.
The content index provides inline load triggers so the agent knows when to read each on-demand instruction file without requiring frontmatter in those files.
Acceptance criteria
providers/claude-code/CLAUDE.mdcontains an always-on communication section with all seven rules from the PRDproviders/claude-code/CLAUDE.mdcontains an always-on behavior section covering reads, writes, and irreversible operationscore/instructions/global.mdis deletedBlocked by
None — can start immediately