diff --git a/docs/CI/Actions_Playbook.md b/docs/CI/Actions_Playbook.md index b11c2afb..59a6dfa7 100644 --- a/docs/CI/Actions_Playbook.md +++ b/docs/CI/Actions_Playbook.md @@ -112,9 +112,8 @@ SMOKE=OK ## 6) Our discipline (non-negotiable) -- **One tiny change per PR.** - **Full files** for YAML/JSON/PowerShell (no partial patches). -- Fix **one red check at a time**—don’t stack unrelated changes. +- Fix **one red check at a time**—don't stack unrelated changes. - Any behavior/config change must update the relevant doc (this playbook or `docs/OPERATIONS.md`). --- diff --git a/docs/OPERATIONS.md b/docs/OPERATIONS.md index d7da253d..377c468d 100644 --- a/docs/OPERATIONS.md +++ b/docs/OPERATIONS.md @@ -29,7 +29,6 @@ fix(ci): correct docs workflow include paths ## 3) Pull Requests ```bash -- **Scope:** exactly one tiny change. - **Description:** what/why, list of touched files, and the two proof lines. - **Labels:** add the relevant Path label (e.g., `path:cooperative-technology`, `path:social-economy`). diff --git a/docs/dev/reward-module-guide.md b/docs/dev/reward-module-guide.md index fee0fdfd..e26b4bcf 100644 --- a/docs/dev/reward-module-guide.md +++ b/docs/dev/reward-module-guide.md @@ -959,7 +959,6 @@ describe('POST /api/rewards/events', () => { - [ ] Module spec updated if behavior changed **TogetherOS Principles:** -- [ ] One tiny change per PR (smallest shippable increment) - [ ] Docs-first: spec matches implementation - [ ] Privacy-first: no PII exposure, IP hashing if needed - [ ] Validation: Zod schemas validate all inputs @@ -968,7 +967,7 @@ describe('POST /api/rewards/events', () => { - [ ] PR includes proof lines in description - [ ] All CI checks pass (ci/lint, ci/docs, ci/smoke) - [ ] No linting errors or warnings -- [ ] Branch targets `Claude-1st-build` (not main) +- [ ] Branch targets `claude-yolo` (not main) **Path Labels:** - [ ] PR tagged with correct Cooperation Path diff --git a/docs/modules/INDEX.md b/docs/modules/INDEX.md index 2cdb998d..5a680d1a 100644 --- a/docs/modules/INDEX.md +++ b/docs/modules/INDEX.md @@ -42,7 +42,7 @@ For detailed implementation guides and architecture patterns, see: ## How we build -- **Branches:** `feature/` from `main` (one tiny change per PR). +- **Branches:** `feature/` from `main`. - **Issues:** use the **Increment** template; label `module:`, `type:increment`, and `size:S|M|L`. - **Status:** authoritative overview lives in [../STATUS_v2.md](../STATUS_v2.md); each module page shows its own `Progress: X%`. - **Definition of Done (DoD):** code merged + docs updated (this hub or module page) + proofs in PR body: `LINT=OK` `VALIDATORS=GREEN` `SMOKE=OK`. diff --git a/docs/modules/rewards.md b/docs/modules/rewards.md index 0551e329..fc17ad6c 100644 --- a/docs/modules/rewards.md +++ b/docs/modules/rewards.md @@ -806,8 +806,7 @@ We've designed the Reward System to be accessible with clear, small issues perfe 1. **Read this spec** — Understand the full picture 2. **Check Issues** — Look for `good-first-issue` labels 3. **Join Discussions** — Ask questions in Discussions #88 -4. **Small PRs** — One change per PR, well-tested -5. **Follow workflow** — Branch from `Claude-1st-build`, target back to it +4. **Follow workflow** — Branch from `claude-yolo`, target back to it ### Issue Breakdown Strategy diff --git a/docs/skills/reward-builder-skill.md b/docs/skills/reward-builder-skill.md index fee0fdfd..e26b4bcf 100644 --- a/docs/skills/reward-builder-skill.md +++ b/docs/skills/reward-builder-skill.md @@ -959,7 +959,6 @@ describe('POST /api/rewards/events', () => { - [ ] Module spec updated if behavior changed **TogetherOS Principles:** -- [ ] One tiny change per PR (smallest shippable increment) - [ ] Docs-first: spec matches implementation - [ ] Privacy-first: no PII exposure, IP hashing if needed - [ ] Validation: Zod schemas validate all inputs @@ -968,7 +967,7 @@ describe('POST /api/rewards/events', () => { - [ ] PR includes proof lines in description - [ ] All CI checks pass (ci/lint, ci/docs, ci/smoke) - [ ] No linting errors or warnings -- [ ] Branch targets `Claude-1st-build` (not main) +- [ ] Branch targets `claude-yolo` (not main) **Path Labels:** - [ ] PR tagged with correct Cooperation Path