| name | aigon-research-reset |
| description | Reset research <ID> - return to fresh backlog state |
aigon-research-reset
Reset a research topic back to a fresh backlog state.
aigon research-reset $1
What this does
research-reset performs research-specific cleanup in one command:
- Closes active sessions for the research ID
- Removes findings logs (
research-<id>-*-findings.md)
- Removes research status files in
.aigon/state/
- Removes matching heartbeat files for research agents
- Returns the lifecycle to backlog and refreshes the generated view
- Removes workflow engine state in
.aigon/workflows/research/<id>/
Reset is idempotent. Running it again after cleanup is a no-op.
Argument Resolution
If no ID is provided, or the ID doesn't match an active research topic:
- List research specs in
03-in-progress/, 04-in-evaluation/, and 06-paused/
- If a partial ID or name was given, filter to matches
- Present the matching topics and ask the user to choose one
ARGUMENTS: $1