3c4ba5ff82
Merge pull request 'fix: architect: jq integer/string type mismatch in has_open_subissues self-exclusion filter ( #499 )' ( #514 ) from fix/issue-499 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 15:14:51 +00:00
Agent
ac1b49767d
fix: architect: jq integer/string type mismatch in has_open_subissues self-exclusion filter ( #499 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 15:11:50 +00:00
449d83f233
Merge pull request 'fix: bug: dev-poll stale detection races with issue_claim — blocks freshly claimed issues ( #471 )' ( #512 ) from fix/issue-471 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 15:09:22 +00:00
2ad515d53e
Merge pull request 'fix: architect: has_responses_to_process not set when open_arch_prs < 3 ( #498 )' ( #513 ) from fix/issue-498 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 15:03:39 +00:00
Agent
a72ab8b121
fix: architect: has_responses_to_process not set when open_arch_prs < 3 ( #498 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 14:57:24 +00:00
Claude
96aeb549c0
fix: use Forgejo integer CommentType (7) instead of string "label" in timeline query
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Forgejo's timeline API serializes CommentType as an integer enum, not a
string. CommentTypeLabel is 7. The previous .type == "label" filter never
matched, making the grace period a no-op.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 14:57:14 +00:00
Claude
8679332756
fix: bug: dev-poll stale detection races with issue_claim — blocks freshly claimed issues ( #471 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Add 60-second grace period to stale in-progress detection in dev-poll.sh.
When a poller sees an in-progress issue with no assignee/PR/lock, it now
checks the timeline API for when the label was added. If <60s ago, it
skips stale detection to allow the claiming agent time to finish its
assign+label sequence.
Also documents the intentional assign-before-label ordering in
issue_claim() that minimizes the race window.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 14:45:30 +00:00
9d0b7f2b07
Merge pull request 'chore: gardener housekeeping' ( #511 ) from chore/gardener-20260409-1424 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 14:39:02 +00:00
Claude
46a87c5798
fix: correct lib/AGENTS.md — Forgejo image tag 11.0, OPS_REPO_ROOT variable name
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 14:33:40 +00:00
Claude
6971371e27
chore: gardener housekeeping 2026-04-09
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 14:24:52 +00:00
7069b729f7
Merge pull request 'fix: fix: while-true entrypoint runs agents sequentially — slow agents block the entire pipeline ( #509 )' ( #510 ) from fix/issue-509 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 14:10:47 +00:00
Claude
f3f6b22b0d
fix: fix: while-true entrypoint runs agents sequentially — slow agents block the entire pipeline ( #509 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Run fast agents (review-poll, dev-poll) in background with stagger.
Run slow agents (gardener, architect, planner, predictor) in background
with pgrep guards so only one instance of each runs at a time.
The flock on session.lock still serializes claude -p calls.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 14:05:14 +00:00
31b55ff594
Merge pull request 'fix: refactor: remove entrypoint.sh PROJECT_REPO_ROOT workaround ( #503 )' ( #507 ) from fix/issue-503 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 12:15:27 +00:00
Agent
cfb4ba5fb3
fix: refactor: remove entrypoint.sh PROJECT_REPO_ROOT workaround ( #503 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 12:11:28 +00:00
18a3d19d51
Merge pull request 'fix: fix: load-project.sh should derive container repo paths instead of using TOML value ( #502 )' ( #506 ) from fix/issue-502 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 12:09:14 +00:00
Claude
3c443322ca
fix: fix: load-project.sh should derive container repo paths instead of using TOML value ( #502 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 12:02:51 +00:00
d61ef88c06
Merge pull request 'fix: fix: generate_compose() uses wrong Forgejo image tag — codeberg.org/forgejo/forgejo:1 does not exist ( #493 )' ( #501 ) from fix/issue-493 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 11:22:14 +00:00
Agent
da65518f07
fix: fix: generate_compose() uses wrong Forgejo image tag — codeberg.org/forgejo/forgejo:1 does not exist ( #493 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
2026-04-09 11:16:36 +00:00
2478765dfa
Merge pull request 'fix: refactor: architect pitching should be bash-driven with stateless model calls ( #490 )' ( #496 ) from fix/issue-490 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 11:11:35 +00:00
e159327d2e
Merge pull request 'fix: fix: generate_compose() must add security_opt apparmor=unconfined to all services ( #492 )' ( #500 ) from fix/issue-492 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 11:04:34 +00:00
Agent
8eaad3a998
fix: address AI review feedback - JSON injection, exit on failure, branch collisions ( #490 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 11:04:30 +00:00
Claude
def09c441c
fix: fix: generate_compose() must add security_opt apparmor=unconfined to all services ( #492 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 11:00:01 +00:00
Agent
b11c4cca15
fix: refactor: architect pitching should be bash-driven with stateless model calls ( #490 )
2026-04-09 10:49:35 +00:00
80e19f8e51
Merge pull request 'fix: refactor: architect design phase should be bash-driven with stateful session resumption ( #491 )' ( #497 ) from fix/issue-491 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 10:31:50 +00:00
Claude
03a119d16c
fix: review feedback — use global vars for multiline guidance, update PR body for answer detection
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
- fetch_pr_review_decision now sets REVIEW_DECISION/REVIEW_GUIDANCE globals
instead of printf to stdout (multiline guidance broke cut-based parsing)
- ACCEPT handler instructs model to update PR body with Design forks section
so fetch_pr_answers can detect the answers phase on subsequent runs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 10:27:53 +00:00
Claude
e31a2d5c88
fix: refactor: architect design phase should be bash-driven with stateful session resumption ( #491 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 10:15:17 +00:00
f78ed10064
Merge pull request 'fix: fix: profile_write_journal uses fixed filename — each run overwrites previous journal entry ( #488 )' ( #489 ) from fix/issue-488 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 09:16:48 +00:00
Claude
2d04ef9406
fix: fix: profile_write_journal uses fixed filename — each run overwrites previous journal entry ( #488 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 09:12:13 +00:00
a951b08e34
Merge pull request 'fix: fix: architect creates duplicate sprint pitch for vision issues that already have sub-issues ( #486 )' ( #487 ) from fix/issue-486 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 09:06:16 +00:00
Agent
1426b1710f
fix: fix: architect creates duplicate sprint pitch for vision issues that already have sub-issues ( #486 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 08:59:43 +00:00
1e1bb12d66
Merge pull request 'fix: fix: review formula misses cross-cutting consequences and under-files tech-debt ( #483 )' ( #484 ) from fix/issue-483 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 08:06:46 +00:00
Agent
045df63d07
fix: fix: review formula misses cross-cutting consequences and under-files tech-debt ( #483 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 08:01:29 +00:00
8452bc35b3
Merge pull request 'fix: fix: entrypoint polling loop missing predictor and planner agents ( #478 )' ( #482 ) from fix/issue-478 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 07:55:28 +00:00
Agent
0987b9ed2f
fix: fix: entrypoint polling loop missing predictor and planner agents ( #478 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 07:51:47 +00:00
52091a8c54
Merge pull request 'fix: fix: agents-update step uses vague instructions and disinto-specific examples — rewrite with mechanical discovery ( #476 )' ( #481 ) from fix/issue-476 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 07:49:33 +00:00
Claude
87a0036baa
fix: fix: agents-update step uses vague instructions and disinto-specific examples — rewrite with mechanical discovery ( #476 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 07:45:26 +00:00
ddd3651426
Merge pull request 'fix: fix: gardener-run.sh should skip model invocation when nothing changed since last run ( #473 )' ( #480 ) from fix/issue-473 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 07:38:33 +00:00
8b3aeb1698
Merge pull request 'fix: fix: env.sh unbound WOODPECKER_TOKEN crashes all cron agents under set -u ( #475 )' ( #479 ) from fix/issue-475 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 07:31:43 +00:00
Agent
4436136797
fix: fix: gardener-run.sh should skip model invocation when nothing changed since last run ( #473 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 07:31:26 +00:00
Claude
a61955182a
fix: fix: env.sh unbound WOODPECKER_TOKEN crashes all cron agents under set -u ( #475 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 07:26:07 +00:00
bc5b126485
Merge pull request 'fix: fix: architect-run.sh should check preconditions in bash before invoking the model ( #472 )' ( #474 ) from fix/issue-472 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 07:20:16 +00:00
dd2fc47140
Merge pull request 'fix: fix: architect should read review body text as human guidance when processing ACCEPT/REJECT ( #469 )' ( #470 ) from fix/issue-469 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 06:59:02 +00:00
Agent
03962dd1d2
fix: fix: architect-run.sh should check preconditions in bash before invoking the model ( #472 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Add bash precondition checks to skip model invocation when:
- No vision issues exist AND no open architect PRs to handle
- Already at max 3 open architect PRs AND no ACCEPT/REJECT responses to process
This avoids $0.28+ empty runs where the model reads context and concludes 'no work'.
The model is only invoked when there's actual work: new pitches or response processing.
2026-04-09 06:26:08 +00:00
Claude
655c383046
fix: architect should read review body text as human guidance when processing ACCEPT/REJECT ( #469 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 06:15:09 +00:00
4582da63ba
Merge pull request 'chore: gardener housekeeping' ( #465 ) from chore/gardener-20260409-0602 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 06:13:22 +00:00
Claude
7c688bc196
chore: gardener housekeeping 2026-04-09
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 06:02:34 +00:00
b79484d581
Merge pull request 'fix: vault/validate_vault_action: blast_radius field rejected as unknown ( #454 )' ( #464 ) from fix/issue-454 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 00:19:01 +00:00
Claude
fa87f59f7e
fix: vault/validate_vault_action: blast_radius field rejected as unknown ( #454 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 00:14:31 +00:00
c52e5d35a2
Merge pull request 'chore: gardener housekeeping' ( #463 ) from chore/gardener-20260409-0005 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-09 00:09:02 +00:00
Claude
faaaeb0a1f
chore: gardener housekeeping 2026-04-09
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-09 00:05:31 +00:00