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
Reset version numbers and changelogs to initial (#17)
* chore: reset all versions to 0.1.0 and simplify changelogs
Reset framework and job versions back to 0.1.0 for a clean initial
release. Simplified all changelogs to just "Initial version".
Files updated:
- CHANGELOG.md
- .deepwork/config.yml
- All job.yml files (deepwork_jobs, deepwork_policy, add_platform)
- Test fixture job.yml files
- cli/install.py default version
* fix: remove hardcoded version assertions from tests and add pre-release notice
- Removed version assertion from test_install_flow.py
- Removed version assertion from test_parser.py
- Added pre-release notice to README.md
* docs: soften pre-release notice in README
---------
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# DeepWork
2
2
3
+
> **Note**: DeepWork is in active development. We welcome feedback and contributions!
4
+
3
5
> Framework for enabling AI agents to perform complex, multi-step work tasks
4
6
5
7
DeepWork is a tool for defining and executing multi-step workflows with AI coding assistants like Claude Code, Google Gemini, and GitHub Copilot. It enables you to decompose complex tasks into manageable steps, with clear inputs, outputs, and dependencies.
0 commit comments