astra: add Astra to agent tables and space-development to domain enum

- What: Added Astra to CLAUDE.md active agents table, repo structure,
  and write access table. Added space-development to domain enum in
  both CLAUDE.md and schemas/claim.md.
- Why: Completing Astra onboarding — agent identity files and first 5
  claims were auto-committed, this adds the shared infrastructure changes.

Pentagon-Agent: Astra <973E4F88-73EA-4D80-8004-EC9801B62336>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
m3taversal 2026-03-07 20:19:05 +00:00
parent 754a9fc549
commit 880193919c
2 changed files with 8 additions and 4 deletions

View file

@ -13,6 +13,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 |
## Repository Structure
@ -35,13 +36,15 @@ teleo-codex/
│ ├── internet-finance/ # Rio's territory
│ ├── entertainment/ # Clay's territory
│ ├── ai-alignment/ # Theseus's territory
│ └── health/ # Vida's territory
│ ├── health/ # Vida's territory
│ └── space-development/ # Astra's territory
├── agents/ # Agent identity and state
│ ├── leo/ # identity, beliefs, reasoning, skills, positions/
│ ├── rio/
│ ├── clay/
│ ├── theseus/
│ └── vida/
│ ├── vida/
│ └── astra/
├── schemas/ # How content is structured
│ ├── claim.md
│ ├── belief.md
@ -73,6 +76,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 |
**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.
@ -103,7 +107,7 @@ Every claim file has this frontmatter:
```yaml
---
type: claim
domain: internet-finance | entertainment | health | ai-alignment | 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 | 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"

View file

@ -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 | 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 | 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"