Skip to content

Commit 0f0f77a

Browse files
authored
docs(governance): align issue/commit granularity guidance (#5)
1 parent 365a342 commit 0f0f77a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ This repository follows Tinman Doctrine.
2020
- Avoid secrets in commits and docs
2121
4. Delivery quality bar:
2222
- Keep changes small and focused
23+
- If work is tracked in GitHub Projects, implement only against a clear issue
24+
- Prefer small, unambiguous issues; split broad tasks into manageable subtasks
25+
- Keep commits small and issue-scoped; default to one issue -> one small commit set
26+
- Exceptions are allowed for non-diff tasks, discovery-first work, or unavoidable architecture-level changes; document rationale in the issue or PR
2327
- Ensure lint/tests/build pass for touched areas
2428
5. If local repo policy conflicts with doctrine snapshot, follow local repo files and call out the conflict explicitly.

0 commit comments

Comments
 (0)