mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
refactor: remove subagent references and update CLI tool usage across documentation
This commit is contained in:
@@ -37,13 +37,13 @@
|
||||
|
||||
| Concept | Description | Location/Command |
|
||||
|---------|-------------|------------------|
|
||||
| **CodexLens** | Semantic code indexing and search engine | `ccw search` |
|
||||
| **CodexLens** | Semantic code indexing and search engine | `mcp__ace-tool__search_context(project_root_path="...", query="...")` |
|
||||
| **CCW** | Unified CLI tool invocation framework | `ccw cli` |
|
||||
| **Memory** | Cross-session knowledge persistence | `ccw memory` |
|
||||
| **Memory** | Cross-session knowledge persistence | `mcp__ccw-tools__core_memory(operation="list")` |
|
||||
| **Spec** | Project specification and constraint system | `.workflow/specs/` |
|
||||
| **Hook** | Auto-triggered context injection scripts | `.claude/hooks/` |
|
||||
| **Agent** | Specialized AI subprocess for specific roles | `.claude/agents/` |
|
||||
| **Skill** | Reusable AI capability modules | `.claude/skills/` |
|
||||
| **Skill** | Reusable AI capability modules | `Skill(skill="<name>")` |
|
||||
| **Workflow** | Multi-phase development orchestration | `/workflow:*` |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user