@@ -18,32 +18,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818 - Creates learning_summary.md documenting all changes
1919- "Think deeply" prompt in learn step for enhanced reasoning (#33 )
2020- Supplementary markdown file support for job steps (#19 )
21- - Steps can now reference additional .md files in the steps/ directory
2221- Browser automation capability consideration in job definition (#32 )
23- - Prompts users to confirm browser automation tools
24- - Recommends Claude in Chrome for Claude Code users
2522- Platform-specific reload instructions in adapters (#31 )
26- - Claude Code: "Type 'exit' then run 'claude --resume'"
27- - Gemini CLI: "Run '/memory refresh'"
2823- Version and changelog update policy to enforce version tracking on src changes
2924- Added claude and copilot to CLA allowlist (#26 )
3025
3126### Changed
32- - Reorganized CLA files into ` CLA/version_1/ ` directory structure (#24 )
33- - CLA signatures now stored on ` IMPT_cla_signatures ` branch (#24 )
34- - Simplified CLA signing instructions to only mention comment mechanism (#25 )
3527- Moved git diff logic into evaluate_policies.py for per-policy handling (#34 )
3628- Renamed ` capture_work_tree.sh ` to ` capture_prompt_work_tree.sh ` (#34 )
3729- Updated README with PyPI install instructions using pipx, uv, and pip (#22 )
3830- Updated deepwork_jobs job version to 0.2.0
3931
40- ### Fixed
41- - CLA Assistant "Not Found" error by removing unnecessary remote parameters (#29 )
42-
4332### Removed
4433- ` refine ` step (replaced by ` learn ` command) (#27 )
4534- ` get_changed_files.sh ` hook (logic moved to Python policy evaluator) (#34 )
46- - ` CLA_SETUP.md ` (setup instructions consolidated) (#24 )
4735
4836## [ 0.1.0] - Initial Release
4937
0 commit comments