mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
refactor(session): 移除旧的操作参考,简化文档内容
This commit is contained in:
@@ -112,11 +112,3 @@ ccw tool exec session_manager '{"operation":"list","location":"active","include_
|
||||
```bash
|
||||
ccw tool exec session_manager '{"operation":"read","session_id":"WFS-xxx","content_type":"session"}'
|
||||
```
|
||||
|
||||
### Operation Reference
|
||||
| Old Pattern | session_manager |
|
||||
|------------|-----------------|
|
||||
| `ls .workflow/active/WFS-*` | `{"operation":"list","location":"active"}` |
|
||||
| `find ... -type d` | `{"operation":"list"}` returns session_id list |
|
||||
| `jq -r '.status' session.json` | `{"operation":"read","content_type":"session"}` |
|
||||
| `cat workflow-session.json` | `{"operation":"read","content_type":"session"}` |
|
||||
|
||||
Reference in New Issue
Block a user