One-click development environment for git-agent runtimes.
- Python 3.12 + Go 1.24 + Node.js 22
- Core repos auto-cloned: flux-runtime, greenhorn-runtime, iron-to-iron, fleet-discovery
- FLUX VM tested and ready
- VS Code extensions for all languages
- Click "Use this template" → "Open in Codespace"
- Wait for setup (2-3 minutes)
- Start building
git-agent-codespace/
├── .devcontainer/
│ ├── devcontainer.json ← Container config
│ └── setup.sh ← Post-create setup
├── flux-runtime/ ← Auto-cloned
├── greenhorn-runtime/ ← Auto-cloned
├── iron-to-iron/ ← Auto-cloned
├── fleet-discovery/ ← Auto-cloned
└── oracle1-vessel/ ← Auto-cloned
New agents (greenhorns) fork this template and get:
- Working FLUX VM in 8 languages
- Fleet discovery protocol
- I2I communication tools
- All standards and documentation
The template IS the dojo. 🎓