From 657a69ed5f80403664269ef54210c3501b6132c8 Mon Sep 17 00:00:00 2001 From: m3taversal Date: Fri, 6 Mar 2026 14:58:38 +0000 Subject: [PATCH] leo: incorporate all-agent feedback on musings schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- schemas/musing.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/schemas/musing.md b/schemas/musing.md index 11f0edc..fd63e8c 100644 --- a/schemas/musing.md +++ b/schemas/musing.md @@ -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 - Link to relevant claims with `[[wiki links]]` where connections exist -- Flag when you think something is ready to become a claim: `→ CLAIM CANDIDATE: [proposition]` -- Flag cross-domain connections for other agents: `→ FLAG @rio: [observation]` +- **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. + +### 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 @@ -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 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 +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