Conversation
The file was created together with claude code.
The file was created together with claude code.
…ith the AGENTS.md
|
I like the direction of making contribution guidance local to the repo, but I think the current structure is doing too much in passive context. The main issue is that I’d suggest tightening the hierarchy:
I also noticed contradictions already creeping in, like the branch naming example vs the required issue-number format, which is a sign the overlap will be hard to maintain. If this direction makes sense, I have a proposal patch ready that applies the tiered structure directly. |
…n-files-to-allow-human-and-ai-contributions
Your direction makes sense. I would add that the .junie/guidelines.md is a relict and can be removed from the repository. Junie should use Agents.md like all other agents. |
…evelopment/ Move detailed coding style, testing patterns, and review checklists into docs/development/ and keep AGENTS.md focused on agent-specific hard constraints and retrieval pointers. Delete .junie/guidelines.md per reviewer feedback — Junie should use AGENTS.md like all other agents. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
I've pushed a proposal commit (bb0ff82) that applies the tiered structure we discussed and removes The change slims AGENTS.md from ~493 to ~75 lines and CONTRIBUTING.md from ~380 to ~122 lines. Detailed coding style, testing patterns (including Stage Play), and review checklists now live in While reviewing the result I spotted a few issues we should fix before merging:
None of these are blockers for the direction — the structure is right, these are just consistency gaps to close in a follow-up commit. |
OP#9478