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
Removed 11 niche/overlapping tools from MVP: macro_run, session_save/restore,
desk_health/conflicts/checkout, skill_create/list, okr_list/okr_update,
traceability_matrix. Consolidated context_packs + knowledge_context into
entity_context. Fixed entity-graph mode SidMemo regression. Updated all docs
to match current 42-tool surface.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Keep this managed block so 'openspec update' can refresh the instructions.
22
22
Task lifecycle, quality gates, lesson detection: managed by `sidstack-aware` skill. Every request is **classified by intent first** (via Workflow Router + sidstack-aware skill), then routed to the correct workflow. Use `/sidstack-dev` for explicit structured workflows. SidStack MCP tasks (`mcp__sidstack__task_*`) for persistence; built-in tasks for session-local sub-steps only.
23
23
24
24
**Integrated workflow — always follow this pattern:**
25
-
1.**Before work:**`knowledge_search`+ `memory_search`→ find context. `entity_link` → link relevant docs to task.
25
+
1.**Before work:**`knowledge_search` → find context. `entity_link` → link relevant docs to task.
26
26
2.**During work:**`entity_context` → get linked context. `task_update` → track progress.
27
27
3.**After work:**`test_result_create` → persist test results. `memory_add` → store learnings. `task_complete` → finish.
28
28
<!-- GOVERNANCE:END -->
@@ -137,7 +137,7 @@ pnpm typecheck # Type checking
@@ -159,7 +159,7 @@ pnpm typecheck # Type checking
159
159
||`memory_add(content, projectId)`| Store learnings for future |
160
160
||`lesson_create(...)`| After fixing tricky bugs (ask user first) |
161
161
162
-
> **Tip:**`entity_context` loads everything linked to a task (knowledge, memory, references) in one call — use it instead of calling `knowledge_search` + `memory_search` + `entity_references` separately.
162
+
> **Tip:**`entity_context` loads everything linked to a task (knowledge, memory, references) in one call — use it instead of calling `knowledge_search` + `entity_references` separately. It also supports RAG mode with `projectPath` + `query`/`moduleId`.
0 commit comments