@gw-tools/gw 0.55.0-beta.51.1 → 0.55.0
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.
- package/README.md +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,7 +172,6 @@ mkdir -p ~/.claude/agents && \
|
|
|
172
172
|
curl -fsSL https://raw.githubusercontent.com/mthines/gw-tools/main/packages/autonomous-workflow-agent/agents/autonomous-workflow.md \
|
|
173
173
|
-o ~/.claude/agents/autonomous-workflow.md && \
|
|
174
174
|
npx skills add https://github.com/mthines/gw-tools --skill autonomous-workflow --global --yes
|
|
175
|
-
|
|
176
175
|
```
|
|
177
176
|
|
|
178
177
|
Or manually: copy the file from `packages/autonomous-workflow-agent/agents/autonomous-workflow.md` to `~/.claude/agents/` (global) or `.claude/agents/` (per-project)
|