Implement allod change workflow #63
Loading…
Add table
Add a link
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?
Goal
Implement the
allod changeworkflow as the reusable CLI interface for safe codebase changes by agents or humans.Design docs
allod/strategy/user-stories/pr-harness-user-story.mdallod/strategy/dev-plans/pr-harness-script-dev-plan.mdSupersedes notes#36, which started as a "PR workflow subagent" idea. The design moved to a tool-first workflow: a script in allod/tools that mechanically handles the risky git/PR steps instead of relying on an agent retaining workflow rules in context.
Command surface
recordandsubmitare separate commands. Most ceremony touchpoints only needrecord; PR creation is a distinct step viasubmit. See the dev plan for full interface contracts and rationale.Done when
begin,record,submit, andcleanup.## Validation.Reopened: this issue was closed by an unrelated secrets-parameterization completion note. The actual implementation PR chain is Allod/tools#69, vnprc/nexus#53, and vnprc/profiles#63; the profiles PR carries the closing reference because it should merge last.