Context Management for Agents — Build Runbook¶
End-to-end plan to take the project from a skills collection to an enterprise platform, in four phases.
Current state¶
| Phase | Status |
|---|---|
| 0 — Skills + validation OS | Done |
| 1 — Consumable runtime | Done |
| 2 — Operationalized primitives | Done |
| 3 — Enterprise hardening | Done |
| 4 — Scale & ecosystem | Planned |
See Roadmap for Phase 4 scope.
Standing guardrails¶
- Never break the four validation gates before commits.
- Do not fork router/primitive logic — one implementation in
runtime/core/. - Do not change skill content to make code pass.
- Honest benchmarks, estimated costs, no certification claims.
- Preserve MIT attribution chain.
- Deterministic offline tests (mock IdP/OPA/vault).
- Checkpoint commits; no push unless explicitly requested.
- Each phase lists out-of-scope items as hooks only.
Four gates¶
python researcher/scripts/validate_repo.py --strict
python researcher/scripts/skill_health.py --strict --no-history
python researcher/scripts/run_benchmarks.py
python researcher/scripts/check_activation_cases.py
Runnable proof¶
python examples/demo/run_demo.py
python examples/demo/run_mcp_demo.py