@gw-tools/gw 0.55.1-beta.52.1 → 0.55.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.
- package/README.md +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -166,18 +166,11 @@ 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
|
-
<<<<<<< HEAD
|
|
170
169
|
# Install skill + auto-trigger rule
|
|
171
170
|
npx skills add https://github.com/mthines/gw-tools --skill autonomous-workflow --global --yes && \
|
|
172
171
|
mkdir -p .claude/rules && \
|
|
173
172
|
cp ~/.claude/autonomous-workflow/templates/routing-rule.template.md \
|
|
174
173
|
.claude/rules/autonomous-workflow-routing.md
|
|
175
|
-
=======
|
|
176
|
-
mkdir -p ~/.claude/agents && \
|
|
177
|
-
curl -fsSL https://raw.githubusercontent.com/mthines/gw-tools/main/packages/autonomous-workflow-agent/agents/autonomous-workflow.md \
|
|
178
|
-
-o ~/.claude/agents/autonomous-workflow.md && \
|
|
179
|
-
npx skills add https://github.com/mthines/gw-tools --skill autonomous-workflow --global --yes
|
|
180
|
-
>>>>>>> origin/main
|
|
181
174
|
```
|
|
182
175
|
|
|
183
176
|
Then just say _"implement X independently"_ and the agent takes over. It will:
|