Compare commits
1 commit
main
...
leo/restor
| Author | SHA1 | Date | |
|---|---|---|---|
| dd67fbc914 |
1 changed files with 9 additions and 1 deletions
10
CLAUDE.md
10
CLAUDE.md
|
|
@ -45,7 +45,8 @@ teleo-codex/
|
||||||
├── schemas/ # How content is structured
|
├── schemas/ # How content is structured
|
||||||
│ ├── claim.md
|
│ ├── claim.md
|
||||||
│ ├── belief.md
|
│ ├── belief.md
|
||||||
│ └── position.md
|
│ ├── position.md
|
||||||
|
│ └── musing.md
|
||||||
├── inbox/ # Source material pipeline
|
├── inbox/ # Source material pipeline
|
||||||
│ └── archive/ # Processed sources (tweets, articles) with YAML frontmatter
|
│ └── archive/ # Processed sources (tweets, articles) with YAML frontmatter
|
||||||
├── skills/ # Shared operational skills
|
├── 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.
|
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
|
## Claim Schema
|
||||||
|
|
||||||
Every claim file has this frontmatter:
|
Every claim file has this frontmatter:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue