End-to-end Meta-Playbook and orchestration repository for Sacred Rites in the Aetheria OS ecosystem.
This repository implements the MasterRiteSystem Meta-Playbook, covering:
- Rite Design & Hardening (to v1.5)
- Protocol Export (MCP, TypeScript, CLI)
- Concordium Registration
- MCP Server Generation
- Hugging Face Space Deployment (Gradio Playground)
- Runtime Rite Execution with RTA v2.1
t405/
├── README.md
├── kicklang/
│ └── MasterRiteSystem.kicklang
├── src/
│ ├── rites/ # Rite definitions
│ ├── mcp/ # MCP Server (TypeScript)
│ ├── orchestration/ # Python orchestration
│ └── deployment/ # HF deployment helpers
├── playground/ # Gradio MCP Playground
├── scripts/ # Utility scripts
└── requirements.txt
git clone https://github.com/deniskropp/t405.git
cd t405pip install -r requirements.txtcd playground
python app.pyThe core orchestration logic is defined in:
kicklang/MasterRiteSystem.kicklang
This playbook unifies:
RiteLifecycleRiteExecutionMCPHFDeployment
- Rite of Ascension v1.5 (Production-grade release workflow)
- Rite of Initiation v1.5 (Employee onboarding workflow)
Both are registered in Concordium and exposed via MCP.
- Harden Rite of Stewardship v1.5
- Harden Rite of Restoration v1.5
- Full Python orchestration engine
- Integration with real RTA runtime
Denis Oliver Kropp (@DeniOliK)
Part of the Aetheria OS meta-infrastructure.