/feature-complete "<feature-slug>" [--force]
Archives the feature's working files after a PR has merged. Moves .feature/<slug>/ to .feature/_archive/<slug>/ (which is gitignored). The source code, tests, ADRs, and KB entries all remain — only the working state files (brief, work plan, domains, cycle log, status) are archived.
Knowledge files, index updates, and the archive manifest are committed by
/feature-pr before the PR is created — this command is just the post-merge
directory move.
[Description truncada. Veja o README completo no GitHub.]