@gw-tools/gw 0.55.1 → 0.55.2-beta.53.1

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 +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,10 +166,12 @@ Once installed, your AI agent can:
166
166
  Want Claude Code to autonomously implement features end-to-end? One command:
167
167
 
168
168
  ```bash
169
- # Install skill + auto-trigger rule
169
+ # Install skill, agent, and auto-trigger rule
170
170
  npx skills add https://github.com/mthines/gw-tools --skill autonomous-workflow --global --yes && \
171
- mkdir -p .claude/rules && \
172
- cp ~/.claude/autonomous-workflow/templates/routing-rule.template.md \
171
+ mkdir -p ~/.claude/agents .claude/rules && \
172
+ cp ~/.claude/skills/autonomous-workflow/templates/agent.template.md \
173
+ ~/.claude/agents/autonomous-workflow.md && \
174
+ cp ~/.claude/skills/autonomous-workflow/templates/routing-rule.template.md \
173
175
  .claude/rules/autonomous-workflow-routing.md
174
176
  ```
175
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gw-tools/gw",
3
- "version": "0.55.1",
3
+ "version": "0.55.2-beta.53.1",
4
4
  "description": "A command-line tool for managing git worktrees - copy files between worktrees with ease",
5
5
  "keywords": [
6
6
  "git",