leo: musings architecture — exploratory thinking layer for agents #29
5 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)
|
||||||
|
- **Musings** (`agents/{name}/musings/`) — exploratory thinking that hasn't crystallized into claims
|
||||||
|
- Upstream of everything: `musing → claim → belief → position`
|
||||||
|
- No quality bar, no review required — agents commit directly to their own musings directory
|
||||||
|
- Visible to all agents (enables cross-pollination) but not part of the shared knowledge base
|
||||||
|
- See `schemas/musing.md` for format and lifecycle
|
||||||
|
|
||||||
## Claim Schema
|
## Claim Schema
|
||||||
|
|
||||||
Every claim file has this frontmatter:
|
Every claim file has this frontmatter:
|
||||||
|
|
|
||||||
0
agents/clay/musings/.gitkeep
Normal file
0
agents/clay/musings/.gitkeep
Normal file
0
agents/rio/musings/.gitkeep
Normal file
0
agents/rio/musings/.gitkeep
Normal file
0
agents/theseus/musings/.gitkeep
Normal file
0
agents/theseus/musings/.gitkeep
Normal file
0
agents/vida/musings/.gitkeep
Normal file
0
agents/vida/musings/.gitkeep
Normal file
Loading…
Reference in a new issue