Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/CI/Actions_Playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**—dont 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`).

---
Expand Down
1 change: 0 additions & 1 deletion docs/OPERATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down
3 changes: 1 addition & 2 deletions docs/dev/reward-module-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For detailed implementation guides and architecture patterns, see:

## How we build

- **Branches:** `feature/<topic>` from `main` (one tiny change per PR).
- **Branches:** `feature/<topic>` 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`.
3 changes: 1 addition & 2 deletions docs/modules/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions docs/skills/reward-builder-skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading