-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
coreChanges to core libraryChanges to core libraryslash-commandsChanges to slash command filesChanges to slash command files
Milestone
Description
Summary
When state detection finds Diverged state (project.json and GitHub both exist but inconsistent), spawn a drift-analyzer Task agent that identifies specific mismatches, then display a reconciliation table for user confirmation.
Output Schema (.mgw/drift-report.json)
{
"mismatches": [
{"type": "missing_github", "milestone": "...", "action": "create"},
{"type": "missing_local", "github_number": N, "action": "import"},
{"type": "count_mismatch", "milestone": "...", "local": N, "github": M}
],
"summary": "N mismatches found"
}Files
commands/project.md— add reconcile_drift step
GSD Route
gsd:quick
Depends On
- A1 (state detection routes to this step)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreChanges to core libraryChanges to core libraryslash-commandsChanges to slash command filesChanges to slash command files