Compare commits

..

No commits in common. "4fbc4e15943abaa1ce3ce621354af6b9708ac107" and "f87ade7a67d71b115736d09d0336df1772923b9a" have entirely different histories.

View file

@ -1,16 +1,5 @@
## Documentation for agents
You **MUST** read each of these documents before contributing to this repository:
- Git workflow rules: `docs/agents/git-workflow.md`
- Repo interaction rules: `docs/agents/repo-instructions.md`
- Domain model & context rules: `docs/agents/domain.md`
## Critical Coding & Version Control Conduct
- **NEVER** commit directly to `master` or `testing without explicit human instruction.
- **NEVER** merge into `master` or `testing` without explict human instruction.
- **ALWAYS** create new branches when working on non-trivial coding tasks.
- **ALWAYS** commit self-contained logical unit of work.
## Issues, PRs, and Comments Conduct
- **ALWAYS** end your written contributions with `Written by AI agent working for @jtmorris. Model: <MODEL NAME>.`. Replace `<MODEL NAME>` with the LLM model, version, and, if relevant, number of parameters. For example: `Claude Sonnet 4.7`, `Grok 4.3`, `Qwen 3.6 27B`.