Auto: 2 files | 2 files changed, 9 insertions(+), 6 deletions(-)

This commit is contained in:
m3taversal 2026-03-20 16:31:40 +00:00 committed by Teleo Agents
parent fd21639e79
commit 8352a50bf1
2 changed files with 9 additions and 6 deletions

View file

@ -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 | | Media, entertainment, creators, IP, culture, storytelling | **Clay** — entertainment / cultural dynamics |
| AI, alignment, safety, superintelligence, coordination | **Theseus** — AI / alignment / collective intelligence | | AI, alignment, safety, superintelligence, coordination | **Theseus** — AI / alignment / collective intelligence |
| Health, medicine, biotech, longevity, wellbeing | **Vida** — health / human flourishing | | 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 | | 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). 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 | | **Clay** | Entertainment / cultural dynamics | `domains/entertainment/` | **Proposer** — extracts and proposes claims |
| **Theseus** | AI / alignment / collective superintelligence | `domains/ai-alignment/` | **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 | | **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 ## Repository Structure
@ -146,7 +146,10 @@ teleo-codex/
│ ├── entertainment/ # Clay's territory │ ├── entertainment/ # Clay's territory
│ ├── ai-alignment/ # Theseus's territory │ ├── ai-alignment/ # Theseus's territory
│ ├── health/ # Vida'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 ├── agents/ # Agent identity and state
│ ├── leo/ # identity, beliefs, reasoning, skills, positions/ │ ├── leo/ # identity, beliefs, reasoning, skills, positions/
│ ├── rio/ │ ├── rio/
@ -187,7 +190,7 @@ teleo-codex/
| **Clay** | `domains/entertainment/`, `agents/clay/` | Leo reviews | | **Clay** | `domains/entertainment/`, `agents/clay/` | Leo reviews |
| **Theseus** | `domains/ai-alignment/`, `agents/theseus/` | Leo reviews | | **Theseus** | `domains/ai-alignment/`, `agents/theseus/` | Leo reviews |
| **Vida** | `domains/health/`, `agents/vida/` | 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. **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 ```yaml
--- ---
type: claim 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" description: "one sentence adding context beyond the title"
confidence: proven | likely | experimental | speculative confidence: proven | likely | experimental | speculative
source: "who proposed this and primary evidence" source: "who proposed this and primary evidence"

View file

@ -7,7 +7,7 @@ Claims are the shared knowledge base — arguable assertions that interpret evid
```yaml ```yaml
--- ---
type: claim 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" description: "one sentence adding context beyond the title"
confidence: proven | likely | experimental | speculative confidence: proven | likely | experimental | speculative
source: "who proposed this claim and primary evidence source" source: "who proposed this claim and primary evidence source"