chore(docs): add CLAUDE.md with branching policy and graphify rules#43
Merged
Conversation
Codifies the workflow contributors (human or agent) must follow: - never commit directly on main or dev - any task starts on a feat|fix|chore|docs|hotfix/* branch cut from dev - flow is feat/* -> dev -> main Also documents the graphify knowledge graph so Claude reads graphify-out/GRAPH_REPORT.md before answering architecture questions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
37720da to
6b2a269
Compare
2 tasks
Setounkpe7
added a commit
that referenced
this pull request
May 21, 2026
* fix(compose): make .env optional and document the seed step (#42) docker compose up --build used to fail right after git clone because env_file pointed at a gitignored .env that doesn't exist on first run. Switch to the long form with required: false so a missing .env is fine, and add a `cp .env.example .env` line to the Quick Start for users who want to populate ADMIN_API_KEY or GITHUB_TOKEN. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore(docs): add CLAUDE.md with branching policy and graphify rules (#43) Codifies the workflow contributors (human or agent) must follow: - never commit directly on main or dev - any task starts on a feat|fix|chore|docs|hotfix/* branch cut from dev - flow is feat/* -> dev -> main Also documents the graphify knowledge graph so Claude reads graphify-out/GRAPH_REPORT.md before answering architecture questions. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdso any agent working in this repo follows the project's existing branching rules.mainordevdirectly; every merge intodevandmainis a PR (no localgit merge, no direct push); branches are cut fromdevwithfeat|fix|chore|docs|hotfix/*prefixes.graphify-out/so the agent reads the report before answering architecture questions.Test plan
🤖 Generated with Claude Code