-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
When i propose a change, a proposal change is being created. However the folder name does not match the title in the document and openspec list commands. This leads to the agent doing few attempts at finding the correct spec before it resorts to trying to find with grep.
My flow usually is i take the proposed change of openspec list and provide it in the apply command
/openspec-apply add-config-export-import
→ Read changes/add-config-export-import/proposal.md
Error: ENOENT: no such file or directory, scandir '/Users/antonio/dev/vidos-authorizer-demo/changes/add-config-export-import'
→ Read changes/add-config-export-import/design.md
Error: ENOENT: no such file or directory, scandir '/Users/antonio/dev/vidos-authorizer-demo/changes/add-config-export-import'
→ Read changes/add-config-export-import/tasks.md
Error: ENOENT: no such file or directory, scandir '/Users/antonio/dev/vidos-authorizer-demo/changes/add-config-export-import'
✱ Glob "**/add-config-export-import/**" (3 matches)
✱ Glob "**/*.md" in . (44 matches)
→ Read openspec/changes/add-config-export-import/proposal.md
→ Read openspec/changes/add-config-export-import/tasks.md
→ Read openspec/changes/add-config-export-import/specs/config-export-import/spec.md
Eventually it found it, but while doing so it burned through few tokens.
Metadata
Metadata
Assignees
Labels
No labels