Skip to content

Commit 4b61627

Browse files
fix: add full path prefix to version-manager.sh in Quick Reference (#4623)
AGENTS.md line 8 referenced 'version-manager.sh' without the '.agents/scripts/' prefix, inconsistent with line 69 which uses the full path. Fixes the path inconsistency flagged in PR #2048 review. Closes #3261
1 parent 36d402f commit 4b61627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Quick Reference
66

77
- **User Guide**: `.agents/AGENTS.md` (deployed to `~/.aidevops/agents/`)
8-
- **Commands**: `./setup.sh` (deploy) | `.agents/scripts/linters-local.sh` (quality) | `version-manager.sh release [major|minor|patch]`
8+
- **Commands**: `./setup.sh` (deploy) | `.agents/scripts/linters-local.sh` (quality) | `.agents/scripts/version-manager.sh release [major|minor|patch]`
99
- **Config**: `~/.config/opencode/opencode.json`, `~/.claude/settings.json`
1010
- **Quality**: `prompts/build.txt`
1111

0 commit comments

Comments
 (0)