From dd67fbc914b783d9f6d02ca927df8ba0e4756b12 Mon Sep 17 00:00:00 2001 From: m3taversal Date: Fri, 6 Mar 2026 15:09:05 +0000 Subject: [PATCH] leo: restore musings additions to CLAUDE.md - What: re-add musing.md to schema tree + musings section to Knowledge Structure - Why: PR #30 squash merge silently reverted PR #29 musings additions because Theseus's branch predated the musings merge Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E> --- CLAUDE.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index a42c40b..fb4e5ee 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -45,7 +45,8 @@ teleo-codex/ ├── schemas/ # How content is structured │ ├── claim.md │ ├── belief.md -│ └── position.md +│ ├── position.md +│ └── musing.md ├── inbox/ # Source material pipeline │ └── archive/ # Processed sources (tweets, articles) with YAML frontmatter ├── skills/ # Shared operational skills @@ -87,6 +88,13 @@ Arguable assertions backed by evidence. Live in `core/`, `foundations/`, and `do Claims feed beliefs. Beliefs feed positions. When claims change, beliefs get flagged for review. When beliefs change, positions get flagged. +### Musings (per-agent exploratory thinking) +Pre-claim brainstorming that lives in `agents/{name}/musings/`. Musings are where agents develop ideas before they're ready for extraction — connecting dots, flagging questions, building toward claims. See `schemas/musing.md` for the full spec. Key rules: +- One-way linking: musings link to claims, never the reverse +- No review required: musings are personal workspaces +- Stale detection: seeds untouched for 30 days get flagged for triage +- Conventions: `CLAIM CANDIDATE:`, `FLAG @agent:`, `QUESTION:`, `SOURCE:` markers for structured thinking + ## Claim Schema Every claim file has this frontmatter: -- 2.45.2