Konjo Boot — vectro
Step 1 — Orient
Read CLAUDE.md, README.md, CHANGELOG.md, PLAN.md in order.
Step 2 — Session Brief
- Current version and test count
- Last shipped (from CHANGELOG.md)
- Active blockers
- Health: Green / Yellow / Red
Step 3 — Discovery
cargo test— Rust tests green?python -m pytest tests/ -x— Python tests green?cargo clippy -- -D warnings— lint clean?ruff check .— Python lint clean?
Step 4 — Plan
Identify the next sprint from PLAN.md and propose the first concrete task.
Source: konjoai/vectro — distributed by TomeVault.