@@ -12,25 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212 - ` wrapper.py ` : Normalizes input/output between Claude Code and Gemini CLI
1313 - ` claude_hook.sh ` and ` gemini_hook.sh ` : Platform-specific shell wrappers
1414 - ` policy_check.py ` : Cross-platform policy evaluation hook
15- - Platform documentation in ` doc/platform/ ` with hook references and learnings
16- - 46 new tests for the hook wrapper system
17-
18- ### Changed
19- - Updated ` README.md ` project structure to include hooks directory
20- - Updated ` doc/architecture.md ` with cross-platform hook wrapper documentation
21-
22- ## [ 0.2.0] - 2026-01-16
23-
24- ### Added
15+ - Platform documentation in ` doc/platform/ ` and ` doc/platforms/ ` with hook references and learnings
16+ - Claude Code platform documentation (` doc/platforms/claude/ ` )
2517- ` update.job ` for maintaining standard jobs (#41 )
2618- ` make_new_job.sh ` script and templates directory for job scaffolding (#37 )
2719- Default policy template file created during ` deepwork install ` (#42 )
2820- Full e2e test suite: define → implement → execute workflow (#45 )
29- - Automated tests for all shell scripts (#40 )
21+ - Automated tests for all shell scripts and hook wrappers (#40 )
3022
3123### Changed
3224- Standardized on "ask structured questions" phrasing across all jobs (#48 )
3325- deepwork_jobs bumped to v0.5.0, deepwork_policy to v0.2.0
26+ - Updated ` README.md ` project structure to include hooks directory
27+ - Updated ` doc/architecture.md ` with cross-platform hook wrapper documentation
3428
3529### Fixed
3630- Stop hooks now properly return blocking JSON (#38 )
@@ -73,6 +67,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7367Initial version.
7468
7569[ 0.3.0 ] : https://github.com/anthropics/deepwork/releases/tag/0.3.0
76- [ 0.2.0 ] : https://github.com/anthropics/deepwork/releases/tag/0.2.0
7770[ 0.1.1 ] : https://github.com/anthropics/deepwork/releases/tag/0.1.1
7871[ 0.1.0 ] : https://github.com/anthropics/deepwork/releases/tag/0.1.0
0 commit comments