Synopsis
aigon research-rename <old-name> <new-name>Description
Rename an unprioritised research topic in docs/specs/research/01-inbox/.
Like feature-rename, this applies only to inbox items that do not have a numeric ID yet. Prioritised research topics should keep their assigned IDs.
Usage
# Rename by slug
aigon research-rename api-cache-invalidation api-cache-invalidation-strategies
# Multi-word names are accepted
aigon research-rename "API cache invalidation" "API cache invalidation strategies"Behavior
- Finds the matching inbox research spec
- Renames the spec file with
git mv - Migrates slug-keyed workflow state for the inbox item
- Creates a commit for the rename automatically
If the topic has already been prioritised or the destination slug already exists, the command exits with an error.
Examples
aigon research-rename search-ranking ranking-signal-optionsAfter a successful rename, continue with:
aigon research-prioritise ranking-signal-optionsLast updated on