You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orchestration CLI — aps next resolves the next ready work item across
modules, honouring work-item and module-level dependencies (ORCH-001).
State-machine commands — aps start <ID> and aps complete <ID> enforce
the Ready → In Progress → Complete lifecycle. start validates that every
dependency is Complete; complete requires the item to be In Progress and
stamps Status with the UTC date (ORCH-002).
Context packaging — aps start writes .aps/context/<ID>.md with the
work item, module scope, decisions, dependency learnings, and related files
(ORCH-003). Gitignored, regenerated on each start.
Dependency graph — aps graph [module] renders work items with their
upstream dependencies and per-item status (ORCH-004).
Learning capture — aps complete --learning "..." inserts a - **Learning:** line after - **Validation:** (per ORCH D-002). Learnings
travel with the work item and surface as "Dependency Learnings" in downstream
context packages.
v2 layout migration — aps migrate converts existing projects to the .aps/ consolidated tooling root, with shell-prompt wizard.
TUI init wizard — first Ratatui-based onboarding flow for aps init
(TUI-001).
Multi-agent ports — APS agents ported to Codex, GitHub Copilot, OpenCode,
and Gemini in addition to Claude Code; added APS planner, librarian, and
conductor agents.
Global install — --global flag for system-wide CLI installation.
Designs folder — designs/ added as a standard APS artifact for design
documents alongside specs and plans.
Wave-based execution — action plans support wave-based parallel execution
guidance for concurrent agents.
Changed
Scaffold renamed steps.template.md → actions.template.md end-to-end to
match the "Actions" terminology used in Work Items and prompts.
Skill install decoupled from aps init — install once globally, opt in per
project.
/plan skill auto-bootstraps aps init and performs a version check.
Canonical primary branch promoted from dev to main; CI updated.