Skip to content

Support a local, gitignored coding-conventions override - #87

Open
MickCrozier wants to merge 1 commit into
petrowsky:mainfrom
MickCrozier:Coding-Conventions-Local
Open

Support a local, gitignored coding-conventions override#87
MickCrozier wants to merge 1 commit into
petrowsky:mainfrom
MickCrozier:Coding-Conventions-Local

Conversation

@MickCrozier

Copy link
Copy Markdown
Contributor

Summary

  • Add agent/docs/CODING_CONVENTIONS.local.md as a gitignored override path so developers can maintain personal coding conventions without editing the checked-in team file.
  • The agent's mandatory pre-write step (.claude/CLAUDE.md, symlinked as AGENTS.md) now checks for the local file first and follows it exclusively when present, falling back to the checked-in CODING_CONVENTIONS.md otherwise.
  • Documented both customization paths (team-wide checked-in vs. personal local-only) in README.md and at the top of CODING_CONVENTIONS.md.

Test plan

  • Confirm agent/docs/CODING_CONVENTIONS.local.md is correctly ignored by git (git status shows it untracked/ignored)
  • Start a new agent session, create a local override with a distinct rule, and confirm generated FileMaker code follows the local file instead of the checked-in one

🤖 Generated with Claude Code

Add agent/docs/CODING_CONVENTIONS.local.md as a gitignored override path
so developers can maintain personal coding conventions without touching
the checked-in team file. The agent's mandatory pre-write step now checks
for the local file first and uses it exclusively when present.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant