-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Enhance verification script to validate that anchor links in command files actually resolve.
Context
Current script validates that protocol headers exist, but doesn't verify command files use correct anchor syntax.
Proposed Implementation
- Parse link targets in orchestrate.md, rePACT.md, comPACT.md
- Extract anchor patterns (e.g.,
#setup-protocol) - Cross-reference against actual protocol section headers
- Report any broken anchor links
Complexity
~20-30 lines of bash. Requires parsing markdown link syntax.
Related
- Phase E Worktree Integration (PR feat: Worktree Integration (Phase E) #144)
- verify-worktree-integration.sh Section 12
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request