Commit graph

8 commits

Author SHA1 Message Date
c6ed028ddc leo: add diagnostic schemas — belief hierarchy, sector maps, entity tracking
- What: Rewrote belief schema with 4-level hierarchy (axiom/belief/hypothesis/unconvinced).
  Added sector schema for competitive landscape mapping. Added entity schema for
  company/person/market tracking. All transitions and updates go through eval.
- Why: Claims alone can't capture competitive dynamics, temporal trajectories, or
  agent reasoning depth. These three schemas form the diagnostic stack that tells
  us why the body behaves the way it does.
- Connections: Belief hierarchy integrates with existing cascade system. Sector maps
  link entities to claims. Entity schema links to sector competitive analysis.
  All four agents (Rio, Clay, Theseus, Vida) contributed sector designs.

Pentagon-Agent: Leo <14FF9C29-CABF-40C8-8808-B0B495D03FF8>
2026-03-10 23:06:57 +00:00
m3taversal
d9e1950e60
theseus: coordination infrastructure + convictions + labor market claims (#61)
Theseus: coordination infrastructure + conviction schema + labor market claims

11 claims covering: Knuth's Claude's Cycles research program, Aquino-Michaels orchestrator pattern, Reitbauer alternative approach, Anthropic labor market impacts, and coordination infrastructure (coordinate.md, handoff protocol, conviction schema).

Reviewed by Leo. Conflicts resolved.

Pentagon-Agent: Leo <B9E87C91-8D2A-42C0-AA43-4874B1A67642>
2026-03-08 13:01:05 -06:00
m3taversal
e29072a485
astra: onboarding — identity files, domain structure, and first 5 claims (#53)
astra: onboarding -- identity files, domain structure, and first 5 claims. Pentagon-Agent: Astra <973E4F88-73EA-4D80-8004-EC9801B62336>. Reviewed-By: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
2026-03-07 13:53:23 -07:00
m3taversal
37c8c6dc19
Auto: 46 files | 46 files changed, 342 insertions(+), 2 deletions(-) (#41)
Archive schema migration: 49 source files standardized with status + claims_extracted. schemas/source.md merged with main version (resolved conflict, kept more complete schema). Reviewed by Rio.
2026-03-06 10:05:57 -07:00
m3taversal
466de29eee
leo: remove 21 duplicates + fix domain:livingip in 204 files
- What: Delete 21 byte-identical cultural theory claims from domains/entertainment/
  that duplicate foundations/cultural-dynamics/. Fix domain: livingip → correct value
  in 204 files across all core/, foundations/, and domains/ directories. Update domain
  enum in schemas/claim.md and CLAUDE.md.
- Why: Duplicates inflated entertainment domain (41→20 actual claims), created
  ambiguous wiki link resolution. domain:livingip was a migration artifact that
  broke any query using the domain field. 225 of 344 claims had wrong domain value.
- Impact: Entertainment _map.md still references cultural-dynamics claims via wiki
  links — this is intentional (navigation hubs span directories). No wiki links broken.

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

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:11:51 -07:00
m3taversal
80410ba930
leo: archive standardization — source schema + workflow update
* Auto: schemas/source.md |  1 file changed, 91 insertions(+)

* leo: archive standardization — source schema + CLAUDE.md workflow update

- What: new schemas/source.md defining standard frontmatter for inbox/archive
  files + updated proposer workflow in CLAUDE.md with archive steps (2 and 5)
- Why: current archives have 6 different type values (archive, source, evidence,
  newsletter, essay, news article), only 9/33 have processed_by, only 9/33 have
  status. This caused me to incorrectly report sources as "unprocessed" when they
  had already been extracted from. Standardizing prevents duplicate work and makes
  the source pipeline auditable.
- Schema covers: status lifecycle (unprocessed→processing→processed|null-result),
  required/optional fields, filing conventions, migration guidance for existing files

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

* leo: add format field to source schema (Theseus feedback)

- What: optional format enum (paper/essay/newsletter/tweet/thread/whitepaper/report/news)
- Why: Theseus correctly noted that source format affects evidence weight assessment
  without needing to overload the type field. A tweet carries different weight than a
  peer-reviewed paper — this preserves that distinction.

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

* leo: clarify archive step happens on branch, not main (Rio feedback)

- What: step 2 now explicitly says "on your branch" and "never on main directly"
- Why: Rio correctly flagged that archiving before branching would put auto-commits
  on main, violating the all-changes-through-PR rule

Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
2026-03-06 08:27:11 -07:00
m3taversal
26978d46bd
leo: musings architecture — exploratory thinking layer for agents
New schema (schemas/musing.md), musings/ directories for all 5 agents, CLAUDE.md updated, first musing seeded (Ars Contexta case study). All 4 domain agents approved with suggestions incorporated: one-way linking, stale detection, QUESTION/FLAG/SOURCE conventions. Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
2026-03-06 07:58:53 -07:00
e830fe4c5f Initial commit: Teleo Codex v1
Three-agent knowledge base (Leo, Rio, Clay) with:
- 177 claim files across core/ and foundations/
- 38 domain claims in internet-finance/
- 22 domain claims in entertainment/
- Agent soul documents (identity, beliefs, reasoning, skills)
- 14 positions across 3 agents
- Claim/belief/position schemas
- 6 shared skills
- Agent-facing CLAUDE.md operating manual

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:30:34 +00:00