Skip to main content
Version: Next

Config & Migration

Maintain configuration and migrate older projects to current layouts.

CommandPurpose
migrateMigrate from a legacy tracker.json to the sharded layout.
migrate-reviewsSplit inline reviews/incidents into per-task side files (schema v2).
migrate-layoutMove workTasks/ + .events into the consolidated insightFlow/ root. Flags: --dry-run, --fix-strays.
prompt-buildPrint or apply the enforcement / composed role block. Flags: --apply, --compose, --out.

Examples

insight-flow migrate-layout --dry-run # preview the N101 layout move
insight-flow migrate-layout --fix-strays # apply + relocate stray files
insight-flow prompt-build --compose --apply # rebuild role files from modules
tip

prompt-build --compose regenerates the canonical *_ROLE.md files from their JSON modules — the same content surfaced under Agents and the synced Reference section.