Synopsis
aigon research-close <ID>Shortcuts
/arcl(slash command) ·aigon arcl(CLI)
Description
research-close archives a research topic once its investigation is complete. It moves the spec from 04-in-evaluation/ (or 03-in-progress/) to 05-done/ and records the workflow completion event, making the topic visible on the dashboard’s Done column.
This is the final step in the research lifecycle. Unlike feature-close, it does not merge any branch — research lives entirely in markdown files committed to the main repo.
Closing from 03-in-progress/ without running research-eval first is allowed and shows a warning but proceeds. This is normal for single-agent research where there is nothing to compare.
What it does
- Resolves the research ID to a spec file in
04-in-evaluation/or03-in-progress/ - Moves the spec to
05-done/viagit mvand commits the move - Records a
closedworkflow event so the dashboard shows the item as done - Prints a summary with the topic name and done path
Examples
# Standard flow: evaluate first, then close
aigon research-eval 5
aigon research-close 5
# Close single-agent research directly (skips eval)
aigon research-close 12Related
research-eval— synthesize findings and recommend features before closingresearch-submit— Fleet agents signal completion (call this, not close)- Research Workflow guide
Last updated on