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
Copy file name to clipboardExpand all lines: claude.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,7 @@ When running in Claude Code on the web (not local installations), the `deepwork`
83
83
pip install -e .
84
84
85
85
# Then run commands normally
86
-
deepwork install --platform claude
87
-
deepwork sync
86
+
deepwork install
88
87
```
89
88
90
89
**Note**: In web environments, you may also need to install dependencies like `jsonschema`, `pyyaml`, `gitpython`, `jinja2`, and `click` if they're not already available.
@@ -211,7 +210,7 @@ Instead, follow this workflow:
211
210
-`steps/*.md` - Step instruction files
212
211
-`hooks/*` - Any hook scripts
213
212
214
-
2.**Run `deepwork install --platform claude`** to sync changes to `.deepwork/jobs/` and `.claude/skills/`
213
+
2.**Run `deepwork install`** to sync changes to `.deepwork/jobs/` and `.claude/skills/`
215
214
216
215
3.**Verify** the changes propagated correctly to all locations
0 commit comments