mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- Fixed source paths in command.json: change ../../../ to ../../ (sources are relative to .claude/skills/ccw-help/, need 2 levels to reach .claude/) - Rewrote help-routes.ts /api/help/command-content endpoint: - Use resolve() to properly handle ../ sequences in paths - Resolve paths against commandJsonDir (where command.json is located) - Maintain security checks to prevent path traversal - Verified all document paths now resolve correctly to .claude/commands/* This fixes the 404 errors when loading command documentation in Help page.