Claude
7e7fafd234
fix: fix: install_project_crons does not set PATH — claude not found in cron jobs ( #366 )
...
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-07 17:39:27 +00:00
78c92dbdc4
Merge pull request 'fix: fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN ( #364 )' ( #365 ) from fix/issue-364 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 17:36:08 +00:00
Claude
c35d57a045
fix: fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN ( #364 )
...
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-07 17:24:54 +00:00
fb27997e74
Merge pull request 'fix: fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication ( #353 )' ( #363 ) from fix/issue-353 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 17:23:38 +00:00
Agent
8480308d1d
fix: fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication ( #353 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
2026-04-07 17:11:59 +00:00
863925cb1c
Merge pull request 'fix: fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth ( #361 )' ( #362 ) from fix/issue-361 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 17:09:02 +00:00
Claude
daf9151b9a
fix: fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth ( #361 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Forgejo 11.x rejects API tokens for git HTTP push while accepting them
for all other operations. Store bot passwords alongside tokens during
init and use password auth for git operations consistently.
- forge-setup.sh: persist bot passwords to .env (FORGE_PASS, etc.)
- forge-push.sh: use FORGE_PASS instead of FORGE_TOKEN for git remote URL
- entrypoint.sh: configure git credential helper with password auth
- entrypoint-llama.sh: use FORGE_PASS for git clone (fallback to FORGE_TOKEN)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 16:48:43 +00:00
b4cc5d649e
Merge pull request 'fix: fix: dev-poll in-progress check blocks all agents — should only block on own assignments ( #358 )' ( #360 ) from fix/issue-358 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 16:39:01 +00:00
Agent
718327754a
fix: fix: dev-poll in-progress check blocks all agents — should only block on own assignments ( #358 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 16:25:08 +00:00
ce250e3d1a
Merge pull request 'fix: fix: edge container cannot run claude — Alpine lacks glibc ( #352 )' ( #359 ) from fix/issue-352 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 15:59:01 +00:00
Smoke Test
ea64aa65d1
test
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 15:45:56 +00:00
Claude
cc7dc6ccd7
fix: fix: edge container cannot run claude — Alpine lacks glibc ( #352 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 15:44:13 +00:00
Agent
a4bd8e8398
ci: retrigger2
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 14:57:30 +00:00
Agent
934cde7675
ci: retrigger
2026-04-07 14:56:17 +00:00
9830e6ce53
Merge pull request 'chore: gardener housekeeping' ( #351 ) from chore/gardener-20260407-1204 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 12:09:02 +00:00
Claude
6d0eaf2687
chore: gardener housekeeping 2026-04-07
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 12:04:45 +00:00
8f58f834d5
Merge pull request 'fix: fix: entrypoint-llama.sh should reset base repo to origin/main on startup ( #336 )' ( #350 ) from fix/issue-336 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 11:52:19 +00:00
Agent
f499de7c9d
fix: fix: entrypoint-llama.sh should reset base repo to origin/main on startup ( #336 )
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 11:46:45 +00:00
Agent
bba7665e09
fix: fix: entrypoint-llama.sh should reset base repo to origin/main on startup ( #336 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 11:40:24 +00:00
8a10d6e26c
Merge pull request 'fix: feat: integrate supervisor into edge container ( #344 )' ( #349 ) from fix/issue-344 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 09:28:42 +00:00
Claude
96d1aa7a29
fix: use consistent claude path and add DISINTO_CONTAINER=1 to edge service
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
- Replace hardcoded versioned path with /usr/local/bin/claude:ro, matching
all other services (agents, agents-llama) so claude auto-updates don't
silently break the edge container
- Add DISINTO_CONTAINER=1 so lib/env.sh routes DISINTO_LOG_DIR to the
persistent disinto-logs volume instead of the ephemeral git clone; this
ensures supervisor-run.sh log() calls survive container restarts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 09:22:32 +00:00
Claude
13a35f8355
fix: feat: integrate supervisor into edge container ( #344 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 09:11:24 +00:00
9c199cdd6f
Merge pull request 'fix: fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references ( #343 )' ( #348 ) from fix/issue-343 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 09:08:29 +00:00
113bc422cb
Merge pull request 'fix: feat: triage formula template with generic investigation steps and best practices ( #342 )' ( #347 ) from fix/issue-342 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 09:02:48 +00:00
Agent
e6ac67811a
fix: fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references ( #343 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 09:02:21 +00:00
Claude
ae826f935b
fix: add auth headers to curl commands and stack_lock field ( #342 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
- Add Authorization header to read-findings curl calls (private Forgejo)
- Add Authorization + Content-Type headers to decompose curl call
- Add stack_lock placeholder to [project] extension section
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 08:57:39 +00:00
Claude
da70badb6d
fix: feat: triage formula template with generic investigation steps and best practices ( #342 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 08:51:38 +00:00
65ae5c908d
Merge pull request 'fix: fix: triage agent must clean up throwaway debug branch on exit/crash ( #341 )' ( #346 ) from fix/issue-341 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 08:44:02 +00:00
Agent
c29d49cd5c
fix: fix: triage agent must clean up throwaway debug branch on exit/crash ( #341 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Add an EXIT trap in entrypoint-reproduce.sh that:
- Switches back to the primary branch
- Deletes the triage-debug-${ISSUE_NUMBER} branch
This ensures the throwaway branch used for debug instrumentation
(console.log, verbose logging) is cleaned up if the agent crashes
or times out, preventing repository pollution.
The trap is combined with existing cleanup (heartbeat kill, stack
lock release) into a single EXIT handler.
2026-04-07 08:41:11 +00:00
064366678b
Merge pull request 'fix: fix: dispatcher uses old single-label names instead of bug-report combo labels ( #339 )' ( #345 ) from fix/issue-339 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 08:39:02 +00:00
Claude
fb23dcab41
fix: fix: dispatcher uses old single-label names instead of bug-report combo labels ( #339 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 08:34:39 +00:00
205e28c66f
Merge pull request 'fix: feat: triage agent — deep root cause analysis for reproduced bugs ( #258 )' ( #337 ) from fix/issue-258 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 08:19:02 +00:00
e2fbe9b718
Merge pull request 'fix: fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects ( #335 )' ( #338 ) from fix/issue-335 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 08:14:01 +00:00
Agent
52294a2efc
fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects ( #335 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 08:09:42 +00:00
Claude
5189b70dd3
fix: feat: triage agent — deep root cause analysis for reproduced bugs ( #258 )
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 08:06:40 +00:00
b0e789470e
Merge pull request 'chore: gardener housekeeping' ( #334 ) from chore/gardener-20260407-0601 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 06:08:56 +00:00
Claude
4aa824c203
chore: gardener housekeeping 2026-04-07
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 06:01:36 +00:00
fcd892dce0
Merge pull request 'fix: release.sh: cd in disinto_release() permanently changes CWD of calling shell ( #323 )' ( #333 ) from fix/issue-323 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 00:17:59 +00:00
Agent
12ca3fe214
fix: release.sh: cd in disinto_release() permanently changes CWD of calling shell ( #323 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 00:13:26 +00:00
38acca0df4
Merge pull request 'chore: gardener housekeeping' ( #332 ) from chore/gardener-20260407-0005 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-07 00:09:03 +00:00
Claude
b7bba15037
chore: gardener housekeeping 2026-04-07
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-07 00:05:33 +00:00
5c76d4beb0
Merge pull request 'fix: fix: reproduce-agent formula — primary goal is reproduction, not root cause ( #320 )' ( #330 ) from fix/issue-320 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-06 21:07:44 +00:00
Agent
3606d66a51
fix: fix: reproduce-agent formula — primary goal is reproduction, not root cause ( #320 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-06 21:01:35 +00:00
ba5621f8f4
Merge pull request 'fix: feat: add in-triage and rejected labels to disinto init ( #319 )' ( #329 ) from fix/issue-319 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-06 20:49:01 +00:00
Agent
1d201fc9f6
fix: feat: add in-triage and rejected labels to disinto init ( #319 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
2026-04-06 20:42:51 +00:00
ffe763fcaa
Merge pull request 'fix: fix: reproduce container must mount ~/.claude.json for Claude auth ( #312 )' ( #328 ) from fix/issue-312 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-06 20:39:02 +00:00
Claude
2b0f4f01d7
fix: fix: reproduce container must mount ~/.claude.json for Claude auth ( #312 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-06 20:34:33 +00:00
3775697e4f
Merge pull request 'fix: fix: reproduce container needs --security-opt apparmor=unconfined for LXD ( #311 )' ( #327 ) from fix/issue-311 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-06 20:33:50 +00:00
Agent
f637b53d3e
fix: fix: reproduce container needs --security-opt apparmor=unconfined for LXD ( #311 )
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-06 20:27:43 +00:00
ef2cd16e3b
Merge pull request 'fix: fix: entrypoint-llama.sh install_project_crons ignores DISINTO_AGENTS — installs all agents ( #310 )' ( #326 ) from fix/issue-310 into main
ci/woodpecker/push/ci Pipeline was successful
2026-04-06 20:24:02 +00:00