Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pmoves/docs/PMOVESCHIT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Core protocol documents — encoding, transport, optimization, and implementatio
| [03_EVO_SWARM.md](03_EVO_SWARM.md) | Technical PM / Developer | Distributed attribution optimization. Evolutionary loop, cooperative metrics |
| [04_API_REFERENCE.md](04_API_REFERENCE.md) | Developer | All 13 gateway endpoints with curl examples, schemas, and error codes |
| [05_QUICKSTART.md](05_QUICKSTART.md) | Developer | 6 runnable examples — ingest, visualize, decode, mix, demo pipeline, NATS publish |
| [VISUAL_TOUR.md](VISUAL_TOUR.md) | Developer | Interactive code-walkthrough tour: run it yourself, validate against codebase |
| [CGP_v1.0_SPECIFICATION.md](CGP_v1.0_SPECIFICATION.md) | Developer / Architect | Canonical protocol specification: schema, encoding pipeline, security layer, NATS integration |
| [GEOMETRY_BUS_INTEGRATION.md](GEOMETRY_BUS_INTEGRATION.md) | Developer | Code examples for producing and consuming CGPs in Python and TypeScript |
| [PMOVESCHIT.md](PMOVESCHIT.md) | Historical | Original v0.1 CHIT specification (superseded by CGP v1.0 spec) |
Expand Down Expand Up @@ -83,11 +84,14 @@ Pick the path that matches your goal:
> [01 What Is CHIT?](01_WHAT_IS_CHIT.md) → [02 GEOMETRY BUS](02_GEOMETRY_BUS.md) → [03 EVO SWARM](03_EVO_SWARM.md)

**Use it** (developer quickstart):
> [05 Quickstart](05_QUICKSTART.md) → [04 API Reference](04_API_REFERENCE.md) → [GEOMETRY BUS Integration Guide](GEOMETRY_BUS_INTEGRATION.md) → [Agent Taxonomy](LIVING_TEMPLATE_AGENT_TAXONOMY.md)
> [05 Quickstart](05_QUICKSTART.md) → [04 API Reference](04_API_REFERENCE.md) → [VISUAL_TOUR.md](VISUAL_TOUR.md) → [Agent Taxonomy](LIVING_TEMPLATE_AGENT_TAXONOMY.md)

**Go deep** (math and architecture):
> [CGP v1.0 Specification](CGP_v1.0_SPECIFICATION.md) → [Integrating Math into PMOVES.AI](Integrating%20Math%20into%20PMOVES.AI.md) → [Mathematical UI Spec](Mathematical_UI_Design_Specification.md)

**Video rendering** (Remotion + Pretext):
> [VISUAL_TOUR.md](VISUAL_TOUR.md) → Bonus: Remotion + Pretext in PMOVES.AI

**Run consciousness harvest** (requires Layer 1):
> [PMOVES-CONCHexecution_guide.md](PMOVES-CONCHexecution_guide.md) (prerequisites: complete Layer 1 protocol docs)

Expand Down
Loading
Loading