pm groom prompt points at a flat allod-memory path that no longer exists #120
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#120
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?
The PM groom prompt rewrites a reference to the public issue-writing memory into a path that no longer exists, so the groom step points agents at a missing file. Update it to the nested checkout path the registry actually produces.
Current state
pm/pm:137rewrites the reference like this:That substitution produces
~/work/allod-memory/issue-writing.md. Publicallod/*repos are checked out nested, so the file is at~/work/allod/memory/issue-writing.md, and~/work/allod-memorydoes not exist on a current dev VM. The flatallod-<repo>alias predates the nested checkout layout and was not updated with it.Scope
In: the substitution at
pm/pm:137, plus a check for any other flatallod-<repo>path assumptions in the PM tool. Out: the wider PM port tracked in allod/tools#103.