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
New MCP tools: context_pack, macro_run, session_save, session_restore (53 total)
New hooks: quality gate (task-complete-gate.sh), smart session bootstrap
Full hook template distribution via sidstack update
Updated README, CHANGELOG, QUICK_START, CLAUDE_CODE_INTEGRATION docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Changelog
2
2
3
+
## [0.7.0] - 2026-03-06
4
+
5
+
### Added
6
+
-**Context Packs (`context_pack`):** New MCP tool that combines knowledge search + semantic memory + related tasks into a single comprehensive context bundle per module — replaces 3-5 separate tool calls
7
+
-**Macro Tools (`macro_run`):** Composite MCP tool with 3 built-in macros:
8
+
-`start_work` — create task + search knowledge + search memory in one call
9
+
-`finish_work` — complete task + store learnings in memory
10
+
-`quick_context` — search knowledge + memory + list active tasks
11
+
-**Session Continuity (`session_save` / `session_restore`):** MCP tools to persist and restore session state (decisions, blockers, files modified, progress) across conversations
12
+
-**Quality Gate Hook:** PreToolUse hook on `task_complete` that checks test results exist, progress >= 80%, acceptance criteria, and quality commands before allowing completion
13
+
-**Smart Session Bootstrap:** Enhanced `session-init.sh` with git branch-to-task correlation, uncommitted changes count, changed modules detection, top pending tasks with priorities, smart next-action suggestions, and automatic session state restore on resume
14
+
-**`chore` TaskType:** Added to task type enum for maintenance work
15
+
-**CI Deploy:** GitHub Actions workflow for Docker image deployment to GHCR
16
+
17
+
### Changed
18
+
-**Hook Templates:** Full hook configuration now distributed via `sidstack update` — 7 hook scripts (session-init, prompt-context, pre-compact, task-create-context, task-start-training, task-complete-learn, task-complete-gate)
19
+
-**Settings Template:**`.claude/settings.json` template updated with all hook registrations including quality gate PreToolUse matcher
0 commit comments