disinto/.woodpecker
Claude 6f64013fc6
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
fix: Migrate action-agent.sh to SDK + shared libraries (#5)
Rewrite action-agent from tmux session + phase-handler pattern to
synchronous SDK pattern (agent_run via claude -p). Uses shared libraries:
- agent-sdk.sh for one-shot Claude invocation
- issue-lifecycle.sh for issue_check_deps/issue_close/issue_block
- pr-lifecycle.sh for pr_create/pr_walk_to_merge
- worktree.sh for worktree_create/worktree_cleanup

Add default callback stubs to phase-handler.sh (cleanup_worktree,
cleanup_labels) so it is self-contained now that action-agent.sh
no longer sources it. Update agent-smoke.sh accordingly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 11:15:10 +00:00
..
agent-smoke.sh fix: Migrate action-agent.sh to SDK + shared libraries (#5) 2026-03-28 11:15:10 +00:00
ci.yml ci: run agent-smoke only on PRs, not push events 2026-03-27 06:55:26 +00:00
detect-duplicates.py fix: duplicate-detection CI step fails on pre-existing duplicates unrelated to PR (#296) 2026-03-19 22:03:18 +00:00
smoke-init.yml fix: scope smoke-init CI to init-related paths only (#8) 2026-03-28 10:42:30 +00:00