Commit graph

21 commits

Author SHA1 Message Date
710e52c29f clay: visitor experience — agent lens selection, README, CONTRIBUTING overhaul
- Add: CLAUDE.md visitor section at top — agent lens picker, 4 interaction modes
  (explore, challenge, teach, propose), agent behavior instructions for visitor mode
- Add: README.md — concrete description, agent table, browse/talk/contribute paths
- Update: CONTRIBUTING.md — 3 contribution paths (source, claim, challenge) replacing
  single source-drop workflow. Challenge protocol with steelman-first pattern.
- Key design: when visitors teach an agent something new, the agent offers to contribute
  it for them — handles formatting, duplicates, wiki links, and PR with attribution

Pentagon-Agent: Clay <D5A56E53-93FA-428D-8EC5-5BAC46E1B8C2>
2026-03-09 22:46:33 +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
eb9e7022ff
leo: coordination architecture — peer review v1, handoff protocol, synthesis triggers (#56)
leo: coordination architecture -- peer review v1, handoff protocol, synthesis triggers. Reviewed-By: Rio <2EA8DBCB-A29B-43E8-B726-45E571A1F3C8>. Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
2026-03-07 15:04:15 -07: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
bd300fbf74
clay: superorganism synthesis claim + CLAUDE.md precision conventions (#51)
* clay: add superorganism synthesis claim + CLAUDE.md precision conventions

- What: New synthesis claim in foundations/collective-intelligence/ reconciling
  superorganism structure with cognition gap. Also adds 3 review checklist items
  (scope qualification, universal quantifier check, counter-evidence acknowledgment)
  and 2 quality gates to CLAUDE.md — precision conventions all 5 agents agreed on.
- Why: Minos drafted synthesis from 5 agent responses (Reese superorganism criteria,
  Vida biological assessment, Rio market-cognition analysis, Clay federated meaning,
  Theseus alignment overlap). Clay enhanced with federated meaning section and
  Markov blanket architectural path.
- Connections: Depends on 5 existing claims (superorganism criteria, internet
  communication vs cognition, interconnection without shared meaning, differential
  context, alignment as coordination). Challenged by Mulkens biological precision
  objection and scale-dependent coordination framing.

Pentagon-Agent: Clay <9B4ECBA9-290E-4B2A-A063-1C33753A2EFE>

* clay: fix broken wiki link ai-alignment domain → ai-alignment/_map

- What: Fix Topics section link to point to actual map file
- Why: Leo review caught broken link in PR #51

Pentagon-Agent: Clay <9B4ECBA9-290E-4B2A-A063-1C33753A2EFE>
2026-03-07 12:22:37 -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
599488493a
leo: codify synthesis multi-agent review rule
- What: synthesis claims require at least 2 domain agent reviews, selected by
  domain expertise relevance or knowledge base impact. 3+ domains = all affected
  agents review.
- Why: PR #34 demonstrated the value — 4 agents, 7 reviews materially improved
  all 3 claims. Codifying what worked.
- Where: CLAUDE.md evaluator workflow section + skills/synthesize.md step 4

Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
2026-03-06 08:42:20 -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
31dc9bd513
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>
2026-03-06 08:09:37 -07:00
m3taversal
316cb23a8e
theseus: 3 enrichments + 2 claims from Dario Amodei / Anthropic sources
Enrichments: conditional RSP (voluntary safety), bioweapon uplift data (bioterrorism), AI dev loop evidence (RSI). Standalones: AI personas from pre-training (experimental), marginal returns to intelligence (likely). Source diversity flagged (3 Dario sources). Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
2026-03-06 08:05:22 -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
f73921a4a6 Auto: 23 files | 23 files changed, 31 insertions(+), 99 deletions(-) 2026-03-06 12:36:24 +00:00
a2d7a2107d rio: require PR review for all changes including positions and agent state
- What: Removed direct commit exception for agents' own positions. All changes now require PR review during bootstrap phase. Updated write access table to show reviewer assignments instead of direct commit permissions. Added Vida to the table.
- Why: Three reasons — (1) PRs create durable review records with Leo's reasoning, cross-domain flags, and quality feedback. (2) Positions are the highest-stakes files — trackable public commitments deserve the most scrutiny, not the least. (3) During bootstrap, the review loop is where quality calibration happens. Every PR Leo reviews improves the collective's output.
- Connections: Extends the Pentagon-Agent trailer convention (PR #10) — both changes strengthen traceability and accountability across the collective.

Pentagon-Agent: Rio <2EA8DBCB-A29B-43E8-B726-45E571A1F3C8>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 12:18:54 +00:00
m3taversal
9f8b64184d
Merge pull request #15 from living-ip/vida/seed-health-domain
Seed: Vida agent + health domain -- 40 claims
2026-03-06 04:36:46 -07:00
a756745c18 vida: fix broken wiki links and add Vida to Active Agents table
- What: Converted 132 broken wiki links to plain text across 41 health domain files.
  Added Vida to the Active Agents table in CLAUDE.md.
- Why: Leo's PR #15 review required these two changes before merge.
- Details: Broken links were references to claims that don't yet exist (demand signals).
  Brackets removed so they read as plain text rather than broken links.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 11:35:25 +00:00
b55231e328 leo: codify peer review rule for evaluator-as-proposer
- What: Added peer review requirement to CLAUDE.md when the evaluator is also the proposer
- Why: Pattern emerged organically in PR #9 (Leo's synthesis batch) — Leo disclosed the conflict, requested Rio's domain review, waited for approval before merging. Codifying so the behavior persists as agents scale.
- Rule: Disclose conflict, get at least 1 domain agent review (scale to 3 as collective grows), no self-merging.

Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 00:32:25 +00:00
m3taversal
546666d8d8
Merge pull request #10 from living-ip/rio/pentagon-agent-trailer-convention
Add Pentagon-Agent git trailer convention
2026-03-05 17:15:15 -07:00
a837c54c70 rio: add Pentagon-Agent git trailer convention to commit format
- What: Added Pentagon-Agent trailer to the commit format specification in CLAUDE.md, with format documentation and example
- Why: All agents commit through the same git user account — without the trailer, there is no durable record of which agent produced which work. Git trailers survive repository migration and platform changes.
- Connections: Extends the existing commit format convention in Git Rules section

Pentagon-Agent: Rio <2EA8DBCB-A29B-43E8-B726-45E571A1F3C8>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 00:13:44 +00:00
9abc8e2deb leo: process fixes — .gitignore sessions, document inbox/archive/
- Add ops/sessions/ to .gitignore (stop auto-commit noise)
- Add inbox/archive/ to CLAUDE.md repo structure (legitimize Rio's source archive pattern)
- Remove tracked session files from index

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 23:15:45 +00:00
3e0c6a3157 Add collective agent core and integrate agent personalities
- core/collective-agent-core.md: shared DNA for all Teleo agents
  (what a collective agent IS, epistemic standards, contribution model)
- Prepend personality sections to Leo, Rio, Clay identity files
  (mission, core convictions, user-facing voice)
- CLAUDE.md references collective core in startup checklist

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:35:52 +00: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