Skip to content
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
5d26e95
cowork-bot: fix dispatch silent-failure + install-all extra + remove …
Jun 13, 2026
1eb2433
cowork-bot: seed cowork-auto-pr workflow for automated PR creation
Jun 13, 2026
730936c
cowork-bot: merge origin/main into cowork/improve-devforge-cli; resol…
Coding-Dev-Tools Jul 16, 2026
f06622c
cowork-bot: merge origin/main into cowork/improve-devforge-cli (recon…
Coding-Dev-Tools Jul 16, 2026
e1a42ee
fix(install): replace broken bare 'pip install devforge-tools[...]' w…
Coding-Dev-Tools Jul 16, 2026
4a75601
cowork-bot: forward tool flags in dispatch subcommands (fix silent-fa…
Coding-Dev-Tools Jul 17, 2026
b9889c6
ci: add CODEOWNERS, dependabot, CI/CD workflows (auto-PR, publish)
Coding-Dev-Tools Jul 21, 2026
6766e94
fix(cli): use consistent devforge-cli.git URL in dispatch install hin…
Coding-Dev-Tools Jul 21, 2026
281e39c
Merge remote-tracking branch 'origin/cowork/improve-devforge-cli' int…
Coding-Dev-Tools Jul 21, 2026
9e8fb6f
fix(tests): resolve merge conflict in test_cli.py (keep upstream test…
Coding-Dev-Tools Jul 21, 2026
0ba22ee
style(tests): fix E501 line-too-long in test_cli.py assertion (ruff l…
Coding-Dev-Tools Jul 21, 2026
a8424cf
security(ci): pin all GitHub Actions to commit SHAs (supply-chain har…
Coding-Dev-Tools Jul 21, 2026
573d6df
merge: resolve conflicts with origin/main (keep SHA-pinned actions, c…
Coding-Dev-Tools Jul 21, 2026
1f843f8
style: apply ruff format to cli.py and test_cli.py (CI lint fix)
Coding-Dev-Tools Jul 21, 2026
03152d6
chore: remove accidentally committed scratch files (_audit_reqs.txt, …
Coding-Dev-Tools Jul 21, 2026
1a80a42
fix(ci): revert invalid actions/checkout SHA pin to @v4 (11d5960 is n…
Coding-Dev-Tools Jul 22, 2026
4f9c7a9
fix(merge): resolve cowork-auto-pr.yml conflict (keep @v4 tag, 11d596…
Coding-Dev-Tools Jul 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cowork-auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# without this step every run failed with "not a git repository" and no
# PR was ever opened (fleet-wide defect: 11/11 seeded copies lacked it).
- name: Check out the pushed branch
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
fetch-depth: 0
Expand Down
Loading