You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: standardize ct binary invocation to always use 'deno task ct'
Updated all documentation to consistently use 'deno task ct' instead of
direct 'ct' invocation to avoid issues with potentially out-of-date binaries.
Changes:
- docs/common/PATTERNS.md: 2 references updated
- .claude/skills/ct/SKILL.md: 12 references updated
- .claude/skills/pattern-dev/SKILL.md: 4 references updated
- .claude/skills/pattern-dev/references/workflow-guide.md: 5 references updated
This ensures Claude Code always invokes the ct binary via the deno task,
which guarantees the source is up-to-date and prevents confusing errors
during pattern development.
0 commit comments