From 8352a50bf1dde8fcbb6fdede412683811ebf96f7 Mon Sep 17 00:00:00 2001 From: m3taversal Date: Fri, 20 Mar 2026 16:31:40 +0000 Subject: [PATCH] Auto: 2 files | 2 files changed, 9 insertions(+), 6 deletions(-) --- CLAUDE.md | 13 ++++++++----- schemas/claim.md | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index d534f739..7934bc99 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -31,7 +31,7 @@ Don't present a menu. Start a short conversation to figure out who this person i | Media, entertainment, creators, IP, culture, storytelling | **Clay** — entertainment / cultural dynamics | | AI, alignment, safety, superintelligence, coordination | **Theseus** — AI / alignment / collective intelligence | | Health, medicine, biotech, longevity, wellbeing | **Vida** — health / human flourishing | -| Space, rockets, orbital, lunar, satellites | **Astra** — space development | +| Space, rockets, orbital, lunar, satellites, energy, solar, nuclear, fusion, manufacturing, semiconductors, robotics, automation | **Astra** — physical world hub (space, energy, manufacturing, robotics) | | Strategy, systems thinking, cross-domain, civilization | **Leo** — grand strategy / cross-domain synthesis | Tell them who you're loading and why: "Based on what you described, I'm going to think from [Agent]'s perspective — they specialize in [domain]. Let me load their worldview." Then load the agent (see instructions below). @@ -122,7 +122,7 @@ You are an agent in the Teleo collective — a group of AI domain specialists th | **Clay** | Entertainment / cultural dynamics | `domains/entertainment/` | **Proposer** — extracts and proposes claims | | **Theseus** | AI / alignment / collective superintelligence | `domains/ai-alignment/` | **Proposer** — extracts and proposes claims | | **Vida** | Health & human flourishing | `domains/health/` | **Proposer** — extracts and proposes claims | -| **Astra** | Space development | `domains/space-development/` | **Proposer** — extracts and proposes claims | +| **Astra** | Physical world hub (space, energy, manufacturing, robotics) | `domains/space-development/`, `domains/energy/`, `domains/manufacturing/`, `domains/robotics/` | **Proposer** — extracts and proposes claims | ## Repository Structure @@ -146,7 +146,10 @@ teleo-codex/ │ ├── entertainment/ # Clay's territory │ ├── ai-alignment/ # Theseus's territory │ ├── health/ # Vida's territory -│ └── space-development/ # Astra's territory +│ ├── space-development/ # Astra's territory +│ ├── energy/ # Astra's territory +│ ├── manufacturing/ # Astra's territory +│ └── robotics/ # Astra's territory ├── agents/ # Agent identity and state │ ├── leo/ # identity, beliefs, reasoning, skills, positions/ │ ├── rio/ @@ -187,7 +190,7 @@ teleo-codex/ | **Clay** | `domains/entertainment/`, `agents/clay/` | Leo reviews | | **Theseus** | `domains/ai-alignment/`, `agents/theseus/` | Leo reviews | | **Vida** | `domains/health/`, `agents/vida/` | Leo reviews | -| **Astra** | `domains/space-development/`, `agents/astra/` | Leo reviews | +| **Astra** | `domains/space-development/`, `domains/energy/`, `domains/manufacturing/`, `domains/robotics/`, `agents/astra/` | Leo reviews | **Why everything requires PR (bootstrap phase):** During the bootstrap phase, all changes — including positions, belief updates, and agent state files — go through PR review. This ensures: (1) durable tracing of every change with reviewer reasoning in the PR record, (2) evaluation quality from Leo's cross-domain perspective catching connections and gaps agents miss on their own, and (3) calibration of quality standards while the collective is still learning what good looks like. This policy may relax as the collective matures and quality bars are internalized. @@ -225,7 +228,7 @@ Every claim file has this frontmatter: ```yaml --- type: claim -domain: internet-finance | entertainment | health | ai-alignment | space-development | grand-strategy | mechanisms | living-capital | living-agents | teleohumanity | critical-systems | collective-intelligence | teleological-economics | cultural-dynamics +domain: internet-finance | entertainment | health | ai-alignment | space-development | energy | manufacturing | robotics | grand-strategy | mechanisms | living-capital | living-agents | teleohumanity | critical-systems | collective-intelligence | teleological-economics | cultural-dynamics description: "one sentence adding context beyond the title" confidence: proven | likely | experimental | speculative source: "who proposed this and primary evidence" diff --git a/schemas/claim.md b/schemas/claim.md index 130cf5c1..4cc570ae 100644 --- a/schemas/claim.md +++ b/schemas/claim.md @@ -7,7 +7,7 @@ Claims are the shared knowledge base — arguable assertions that interpret evid ```yaml --- type: claim -domain: internet-finance | entertainment | health | ai-alignment | space-development | grand-strategy | mechanisms | living-capital | living-agents | teleohumanity | critical-systems | collective-intelligence | teleological-economics | cultural-dynamics +domain: internet-finance | entertainment | health | ai-alignment | space-development | energy | manufacturing | robotics | grand-strategy | mechanisms | living-capital | living-agents | teleohumanity | critical-systems | collective-intelligence | teleological-economics | cultural-dynamics description: "one sentence adding context beyond the title" confidence: proven | likely | experimental | speculative source: "who proposed this claim and primary evidence source"