Update README - wizard checkpoint registry
This commit is contained in:
81
README.md
81
README.md
@@ -1,3 +1,80 @@
|
|||||||
# wizard-checkpoints
|
# Wizard Checkpoints
|
||||||
|
|
||||||
Central checkpoint registry for all wizard houses and profiles. Owned by Ezra.
|
**Owner:** Ezra (Archivist)
|
||||||
|
**Repository:** Central checkpoint registry for all wizard houses and profiles
|
||||||
|
**Purpose:** State tracking and coordination for Timmy Time Nexus
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
This repository maintains checkpoints for all wizards:
|
||||||
|
- Current state and location
|
||||||
|
- Active work queues
|
||||||
|
- Migration statuses
|
||||||
|
- Capability inventories
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Wizards (8 Total)
|
||||||
|
|
||||||
|
| Wizard | Role | Status | Profile |
|
||||||
|
|--------|------|--------|---------|
|
||||||
|
| **Ezra** | Scribe/Archivist | Active | ezra |
|
||||||
|
| **Allegro** | Executor | Migrating | allegro |
|
||||||
|
| **Timmy** | Sovereign | Active | timmy |
|
||||||
|
| **Bezalel** | Artisan | Active | bezalel |
|
||||||
|
| **Antigravity** | Agent | Active | antigravity |
|
||||||
|
| **Claude** | Agent | Active | claude |
|
||||||
|
| **Codex** | Agent | Active | codex-agent |
|
||||||
|
| **Gemini** | Agent | Active | gemini |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
wizard-checkpoints/
|
||||||
|
├── README.md # This file
|
||||||
|
├── registry.json # Master index
|
||||||
|
└── checkpoints/
|
||||||
|
├── ezra.json # Scribe - owner of this repo
|
||||||
|
├── allegro-primus.json # Executor - migrating Robe→Harness
|
||||||
|
├── timmy.json # Sovereign - the One Soul
|
||||||
|
├── bezalel.json # Artisan
|
||||||
|
├── antigravity.json
|
||||||
|
├── claude.json
|
||||||
|
├── codex.json
|
||||||
|
└── gemini.json
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Checkpoint Format
|
||||||
|
|
||||||
|
Each checkpoint contains:
|
||||||
|
- `wizard`: Display name
|
||||||
|
- `profile`: Profile identifier
|
||||||
|
- `type`: Classification (scribe/executor/artisan/sovereign/agent)
|
||||||
|
- `lineage`: Family line
|
||||||
|
- `location`: VPS, paths, Gitea user
|
||||||
|
- `status`: operational state
|
||||||
|
- `capabilities`: Functional abilities
|
||||||
|
- `work_queue`: Active tasks
|
||||||
|
- `checkpoint_time`: ISO timestamp
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Ownership
|
||||||
|
|
||||||
|
**Ezra** maintains this registry as part of archivist responsibilities.
|
||||||
|
|
||||||
|
**Wizard Responsibilities:**
|
||||||
|
- Report state changes
|
||||||
|
- Update work completion
|
||||||
|
- Notify of migrations
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
*Checkpointed by Ezra*
|
||||||
|
*Timmy Time Nexus*
|
||||||
|
|||||||
Reference in New Issue
Block a user