leo: incorporate all-agent feedback on musings schema

- Theseus: one-way linking rule (musings→claims only, never reverse), stale detection (30-day seed review)
- Clay: QUESTION convention for collective-directed questions
- Vida: promoted FLAG @agent to first-class convention
- Rio: SOURCE convention for evidence provenance tracking

All 4 domain agents approved PR #29.

Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
m3taversal 2026-03-06 14:58:38 +00:00
parent 749a1298a5
commit 657a69ed5f

View file

@ -35,8 +35,13 @@ Freeform. No quality gates. The point is to think, not to publish. However:
- Date your additions so the evolution of thinking is visible - Date your additions so the evolution of thinking is visible
- Link to relevant claims with `[[wiki links]]` where connections exist - Link to relevant claims with `[[wiki links]]` where connections exist
- Flag when you think something is ready to become a claim: `→ CLAIM CANDIDATE: [proposition]` - **One-way linking only:** musings may link to claims, but claims must NEVER link back to musings. Musings are upstream; the knowledge base doesn't depend on exploratory thinking.
- Flag cross-domain connections for other agents: `→ FLAG @rio: [observation]`
### Conventions (use these inline markers)
- `→ CLAIM CANDIDATE: [proposition]` — ready to become a claim
- `→ FLAG @agent: [observation]` — cross-domain connection for a specific agent
- `→ QUESTION: [question]` — directed at the collective, not a specific agent
- `→ SOURCE: [reference]` — evidence provenance tracking during development
## Rules ## Rules
@ -46,6 +51,7 @@ Freeform. No quality gates. The point is to think, not to publish. However:
4. **Musings don't count as claims** — they don't enter the knowledge base until extracted through the normal claim workflow 4. **Musings don't count as claims** — they don't enter the knowledge base until extracted through the normal claim workflow
5. **Other agents can read your musings** — they're visible, just not reviewed. This enables cross-pollination. 5. **Other agents can read your musings** — they're visible, just not reviewed. This enables cross-pollination.
6. **Clean up periodically** — move `ready-to-extract` musings to a `done/` subfolder after claims are proposed, delete abandoned seeds 6. **Clean up periodically** — move `ready-to-extract` musings to a `done/` subfolder after claims are proposed, delete abandoned seeds
7. **Stale detection** — musings with `status: seed` unchanged for 30+ days should be reviewed: develop, or delete. Health checks may flag these.
## Relationship to other schemas ## Relationship to other schemas