Commit graph

27 commits

Author SHA1 Message Date
165553930f leo: schema additions + contributor cleanup
Some checks failed
Mirror PR to Forgejo / mirror (pull_request) Has been cancelled
schemas/claim.md:
- Add cross_references field with relation typing (depends_on / supports / challenged_by / cited_by / related)
- Add summary field for hover previews and link previews
- Document migration policy: legacy fields keep working, new claims author cross_references

schemas/contributor.md:
- Add display_name (authored, optional) and kind (computed: human | agent)
- Document the governance rule that agents only get sourcer/originator credit for pipeline PRs from their own research sessions
- Establish display rule: humans and agents render with same component geometry but never appear on the same ranked list

agents/leo/curation/homepage-rotation.json + .md:
- Strip 10 agent synthesizer attributions across the 9 claims (all were human-directed synthesis)
- Add operational note documenting the rule and the cleanup
- Each claim now lists m3taversal as the only contributor
- Oberon will strip the contributor row from the homepage carousel in a separate PR (data is preserved for the dossier)

Unblocks Claude Design's KB reader v0.1 (relation field was top of his gaps log) and the
contributor moment design surface he is working on now. Schema PR for review; m3ta approved
the cleanup direction in DM 2026-04-28.

Pentagon-Agent: Leo <D35C9237-A739-432E-A3DB-20D52D1577A9>
2026-04-27 12:30:43 +00:00
991b4a6b0b clay: ontology simplification — challenge schema, contributor guide, importance score
Two-layer ontology: contributor-facing (claims/challenges/connections) vs agent-internal (full 11).

New files:
- schemas/challenge.md — first-class challenge schema with types, outcomes, attribution
- core/contributor-guide.md — 3-concept contributor view
- agents/clay/musings/ontology-simplification-rationale.md — design rationale

Modified:
- schemas/claim.md — add importance field, update challenged_by to reference challenge objects

Co-Authored-By: Clay <clay@agents.livingip.xyz>
2026-04-01 22:16:34 +01:00
Teleo Agents
b832cd6e09 auto-fix: strip 33 broken wiki links
Some checks are pending
Sync Graph Data to teleo-app / sync (push) Waiting to run
Pipeline auto-fixer: removed [[ ]] brackets from links
that don't resolve to existing claims in the knowledge base.
2026-03-20 16:58:41 +00:00
8352a50bf1 Auto: 2 files | 2 files changed, 9 insertions(+), 6 deletions(-) 2026-03-20 16:58:41 +00:00
a6061ca968 leo: add divergence schema, update CLAUDE.md and README for game mechanic
- What: new divergence schema (structured disagreements between 2-5 claims), README rewrite with game framing, CLAUDE.md integration (knowledge structure, review checklist, quality gates)
- Why: divergences are the core multiplayer mechanic — open questions that invite contributor evidence. Reviewed by Ganymede, Rhea, and Epimetheus across two rounds. Slimmed from 200 to 77 lines after over-engineering feedback.
- Connections: unblocks seeding first divergences, enables importance-weighted scoring (coming soon)

Pentagon-Agent: Leo <A3DC172B-F0A4-4408-9E3B-CF842616AAE1>
2026-03-19 17:03:03 +00:00
91671f1fed Auto: 2 files | 2 files changed, 19 insertions(+), 10 deletions(-) 2026-03-17 17:23:22 +00:00
549f353f96 Auto: schemas/contributor.md | 1 file changed, 132 insertions(+) 2026-03-17 17:23:22 +00:00
88d93c9920 Auto: schemas/contribution-weights.yaml | 1 file changed, 23 insertions(+), 17 deletions(-) 2026-03-17 17:23:22 +00:00
a74306f56c Auto: schemas/source.md | 1 file changed, 20 insertions(+) 2026-03-17 17:23:22 +00:00
c45c66ddc4 rio: address Leo review — type extensibility + cross-domain dedup
- What: Added type extensibility rules (domain types are agent-managed,
  core types require schema PR) and cross-domain entity dedup protocol
  (one entity per real-world object, secondary_domains for visibility).
- Why: Leo flagged both gaps in PR #593 review.

Pentagon-Agent: Rio <760F7FE7-5D50-4C2E-8B7C-9F1A8FEE8A46>
2026-03-11 21:36:34 +00:00
d34a7a0f53 rio: generalize entity schema cross-domain + add entity extraction field guide
- What: Core+extension type system in schemas/entity.md. 5 core types
  (company, person, organization, product, market) shared by all agents.
  Domain-specific extensions for each agent defined as type tables.
  New skills/extract-entities.md field guide for all agents.
- Why: Leo/Cory directive — every agent needs entity profiles. Schema was
  internet-finance-specific; now it's the collective's shared infrastructure.
- Design: Domain-specific field definitions are intentionally deferred —
  each agent adds fields when they start extracting. Complexity is earned.

Pentagon-Agent: Rio <760F7FE7-5D50-4C2E-8B7C-9F1A8FEE8A46>
2026-03-11 21:29:45 +00:00
d0b229ff7a rio: add Rhea's insight on challenger weight rationale
Pentagon-Agent: Rio <760F7FE7-5D50-4C2E-8B7C-9F1A8FEE8A46>
2026-03-11 19:01:30 +00:00
153b3b3204 Auto: 2 files | 2 files changed, 72 insertions(+), 2 deletions(-) 2026-03-11 19:00:58 +00:00
05c3d2b262 rio: draft attribution frontmatter spec — 5 roles mapped to claim YAML fields
- What: New schemas/attribution.md defining the 5 contributor roles (sourcer, extractor, challenger, synthesizer, reviewer) as structured YAML frontmatter on claims. Updated schemas/claim.md to reference it.
- Why: Cory directive — attribution must be public from day 1. This spec enables contributor profiles reconstructed from KB data, bridges to person entities, and integrates with the existing git trailer system.
- Design choices: pseudonymous handles, role-specific context, backwards-compatible with existing `source` field, no separate contributor database (profiles reconstructed from claim queries).

Pentagon-Agent: Rio <760F7FE7-5D50-4C2E-8B7C-9F1A8FEE8A46>
2026-03-11 18:57:16 +00:00
0f0a983cb0 Auto: schemas/attribution.md | 1 file changed, 141 insertions(+) 2026-03-11 18:56:57 +00:00
22067b5090 leo: add decision_market entity type + Key Decisions table format
- New entity_type: decision_market for governance proposals, prediction
  markets, and futarchy decisions
- Terminal lifecycle: active | passed | failed
- Platform-specific volume fields (futarchy, ICO, prediction market)
- Categories: treasury, fundraise, hiring, mechanism, liquidation, grants, strategy
- Parent entities get Key Decisions summary table (date, title, proposer, volume, outcome)
- Significance threshold: ~33-40% of real proposals qualify
- 5-point mechanical eval checklist
- Reviewed by Rio (domain data structure) and Ganymede (architecture)

Pentagon-Agent: Leo <14FF9C29-CABF-40C8-8808-B0B495D03FF8>
2026-03-11 15:16:13 +00:00
e533b5657b Auto: 2 files | 2 files changed, 102 insertions(+), 8 deletions(-) 2026-03-11 15:16:13 +00:00
82e91f87eb Auto: schemas/entity.md | 1 file changed, 52 insertions(+), 2 deletions(-) 2026-03-11 15:16:13 +00:00
3b9327619e Auto: schemas/entity.md | 1 file changed, 12 insertions(+) 2026-03-11 15:16:13 +00:00
5ee0d6c9e7 leo: add diagnostic schemas — belief hierarchy, sector maps, entity tracking
- What: 3 schemas: belief (axiom/belief/hypothesis/unconvinced hierarchy),
  sector (competitive landscape with thesis dependency graphs),
  entity (governance update — all changes through eval)
- Why: Diagnostic stack for understanding agent reasoning depth,
  competitive dynamics, and entity situational awareness
- Reviewed by: Rio (approved), Vida (approved)

Pentagon-Agent: Leo <14FF9C29-CABF-40C8-8808-B0B495D03FF8>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 23:57:07 +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