RchGrav/astraeus
103 stars · Last commit 2025-08-11
Astraeus Σ-9000: A Claude Code–native, zero-shot meta-agent orchestration compiler prompt engineered for one-time repository bootstrapping within deterministic, agentic development environments.
README preview
# Astraeus Σ-9000 — Orchestration Compiler for Claude Code Sub-Agents > “Future software won’t be written — it will be **orchestrated**.” **Astraeus Σ-9000** reads your repository and compiles a tailored team of **specialized sub-agents** for Claude Code. It supports **branching, dynamic workflows**, can **operate in parallel**, and **keeps track of prior workflows** so it can enhance itself and your agent team over time. --- ## Safety Defaults - **No direct code edits by default.** Agents generate reports, plans, patches, and diffs, but **do not write to files** unless you explicitly allow it when starting Astraeus. - To allow writes, include clear instructions up front (scope, paths, commit policy). Example template: **Template:** `create ______ agent for ______ with direct code editing permission, ensure agent creates commits on start and periodically with commit details` *(Tip: also specify allowed paths and a target branch.)* ---