| name | ito-archive |
| description | Archive a completed change and update main specifications. Use when the user has finished implementing and wants to integrate the change into the main codebase. |
Run the CLI-generated archive instructions for a specific change.
Rules
- Do NOT archive without explicit user confirmation.
Steps
-
Determine the target change ID:
-
Generate instructions (source of truth):
ito agent instruction archive --change "<change-id>"
-
Follow the printed instructions exactly.
-
After archive/spec sync succeeds, refresh relevant .ito/wiki/ topic pages when .ito/wiki/index.md exists. Prefer topic-page synthesis that links to the archived change, specs, modules, research, architecture notes, and documentation instead of creating one wiki page per archived change. If wiki coverage is absent, stale, or contradictory, note the risk and continue from raw Ito artifacts; wiki refresh is recommended follow-through, not an archive blocker.