refactor(session): 移除旧的操作参考,简化文档内容

This commit is contained in:
catlog22
2025-12-11 16:07:57 +08:00
parent c256fd9379
commit cfcd277a58
4 changed files with 0 additions and 32 deletions

View File

@@ -217,11 +217,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 |
|------------|-----------------|
| `ls .workflow/active/` | `{"operation":"list","location":"active"}` |
| `mkdir -p .../.process .../.task .../.summaries` | `{"operation":"init","session_id":"WFS-xxx"}` |
| `echo '{...}' > workflow-session.json` | `{"operation":"write","content_type":"session","content":{...}}` |
| `cat workflow-session.json` | `{"operation":"read","content_type":"session"}` |