Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 716ac07

Browse files
vitbokischclaude
andcommitted
Expand completeness checklist: MCP, READMEs, rules, template, versions
Every PR must be self-contained — code + all docs in one. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1f0ac96 commit 716ac07

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.claude/rules/workflow.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,19 @@ If any step fails, fix it before pushing. Do not push broken code.
7575

7676
## Before Considering Work Complete
7777

78+
Every PR must be self-contained — code + docs + rules all in one:
79+
7880
1. All validation checklist steps pass
7981
2. Exports updated: new APIs in `src/index.ts` with type exports
80-
3. CLAUDE.md updated if API surface changed
81-
4. READMEs updated if user-facing features changed
82-
5. Template updated if new patterns introduced
83-
6. Anti-patterns rules updated if new gotchas discovered
84-
7. No breaking changes without discussion
85-
8. Honest quality assessment
82+
3. **CLAUDE.md** updated if API surface or ecosystem changed
83+
4. **READMEs** updated (root, package, meta) if user-facing features changed
84+
5. **Template** updated (package.json, CLAUDE.md, source) if new patterns introduced
85+
6. **Anti-patterns/development rules** updated if new gotchas or patterns discovered
86+
7. **Building rules** updated if new "how to use" patterns for AI agents
87+
8. **.mcp.json** verified still correct
88+
9. **create-zero `pyreonVersion()`** updated if versions changed
89+
10. No breaking changes without discussion
90+
11. Honest quality assessment
8691

8792
## Debugging
8893

0 commit comments

Comments
 (0)