Skip to content

Commit 8d03e3c

Browse files
committed
docs: prepare changelog for v0.2.0
1 parent 056b9c4 commit 8d03e3c

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,28 @@ All notable changes to this project are documented in this file.
55
## Unreleased
66

77
### Adds
8-
- Added deterministic `scripts/selftest.py` to verify MCP/plugin command behavior with isolated config and environment.
8+
- None yet.
99

1010
### Changes
11-
- Added `make selftest` and wired it into CI for regression coverage.
11+
- None yet.
12+
13+
## v0.2.0 - 2026-02-12
14+
15+
### Adds
16+
- Added `/notify` command with granular controls (global, channel, event, and per-event channel), plus shortcut commands and presets.
17+
- Added `/digest` command enhancements including `--run-post`, plus a session wrapper script for digest on exit/Ctrl+C.
18+
- Added `/telemetry` command for LangGraph/local endpoint forwarding with endpoint, timeout, per-event toggles, and diagnostics.
19+
- Added `/post-session` command to configure and run post-session test/lint hooks with timeout and run-on policies.
20+
- Added `/policy` command with `strict`, `balanced`, and `fast` permission-risk presets.
21+
- Added `/notify doctor` and `/digest doctor` diagnostics with JSON output for automation.
22+
23+
### Changes
24+
- Expanded installer self-check and command hints to include notify, digest, telemetry, post-session, and policy workflows.
25+
- Expanded deterministic self-tests and `make install-test` coverage across notify, digest, telemetry, post-session, and policy flows.
26+
- Updated README with complete usage, shortcuts, and configuration guidance for new command groups.
27+
28+
### Fixes
29+
- Hardened notification config parsing to safely handle invalid/non-boolean values.
1230

1331
## v0.1.1 - 2026-02-12
1432

0 commit comments

Comments
 (0)