allod pm: install surface, workflow cutover, retirement cleanup #137
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/tools#137
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Finish the
allod pmmigration: the tool is ported into this repo and runs against a deployment's private state repo, but it is not yet installed by the packaging that consumesallod/tools, the operator/agent workflow is undocumented, and stale artifacts of the predecessor tool remain in the deployment that migrated.Primary goals:
allod/toolsinstallsallod pmand its runtime dependencies on the intended host and dev surfaces.allod pmis documented, including the state-root default and the groom selection flags (--claude/--codex).Current state
allod pmexists: thealloddispatcher carries apmnamespace that resolves and execspm/pm, and the implementation lives underpm/in this repo (pm/pm,pm/render,pm/integrity-check,pm/pm.schema.json). The earlier migration milestones — moving board state into a dedicated private state repo and porting the tool here — are complete; their transition record is the predecessor issue in the migrating deployment's tracker.Scope
In scope: packaging, workflow documentation, and predecessor-artifact retirement. Out of scope: the Go rewrite (allod/tools#103) and any change to the overlay model — the board stores issue refs, priority/grouping/gate metadata, and pending decisions, never cached issue titles, state, or bodies.