@gw-tools/gw 0.56.1 → 0.56.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -171,7 +171,7 @@ Want Claude Code to autonomously implement features end-to-end?
171
171
  # Install skill + agent definition
172
172
  npx skills add https://github.com/mthines/gw-tools --skill autonomous-workflow --global --yes && \
173
173
  mkdir -p ~/.claude/agents && \
174
- cp ~/.claude/skills/autonomous-workflow/templates/agent.template.md \
174
+ ln -sf ~/.claude/skills/autonomous-workflow/templates/agent.template.md \
175
175
  ~/.claude/agents/autonomous-workflow.md
176
176
  ```
177
177
 
@@ -179,7 +179,7 @@ npx skills add https://github.com/mthines/gw-tools --skill autonomous-workflow -
179
179
 
180
180
  ```bash
181
181
  mkdir -p .claude/rules && \
182
- cp ~/.claude/skills/autonomous-workflow/templates/routing-rule.template.md \
182
+ ln -sf ~/.claude/skills/autonomous-workflow/templates/routing-rule.template.md \
183
183
  .claude/rules/autonomous-workflow-routing.md
184
184
  ```
185
185
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gw-tools/gw",
3
- "version": "0.56.1",
3
+ "version": "0.56.2",
4
4
  "description": "A command-line tool for managing git worktrees - copy files between worktrees with ease",
5
5
  "keywords": [
6
6
  "git",