release: docker-compose .env fix + CLAUDE.md branching policy#44
Merged
Conversation
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>
) 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>
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
Promote two small dev-quality changes to production:
docker compose up --buildon a fresh clone no longer fails because.envis missing.env_fileis now optional, and the README Quick Start mentionscp .env.example .envfor users who want admin/GHSA features.CLAUDE.mdcodifying the branching policy (no direct commits onmain/dev, every merge via PR, branches cut fromdev) and documenting the existing graphify knowledge graph. ReferencesCONTRIBUTING.mdas the canonical source.No runtime/behavior change. Both PRs already passed the full security gate on
dev.Test plan
main— no env or migration impact expected.🤖 Generated with Claude Code