mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
refactor(session): 移除旧的操作参考,简化文档内容
This commit is contained in:
@@ -77,10 +77,3 @@ ccw tool exec session_manager '{
|
||||
```bash
|
||||
ccw tool exec session_manager '{"operation":"read","session_id":"WFS-xxx","content_type":"session"}'
|
||||
```
|
||||
|
||||
### Operation Reference
|
||||
| Old Pattern | session_manager |
|
||||
|------------|-----------------|
|
||||
| `jq -r '.status' session.json` | `{"operation":"read","content_type":"session"}` |
|
||||
| `jq '.status = "active"' ... > temp.json && mv` | `{"operation":"update","content":{"status":"active"}}` |
|
||||
| `jq '.resumed_at = "..."'` | `{"operation":"update","content":{"resumed_at":"..."}}` |
|
||||
|
||||
Reference in New Issue
Block a user