2026-04-06 - 2026-04-07

Overview

30 active pull requests
31 active issues
Excluding merges, 2 authors have pushed 3 commits to main and 36 commits to all branches. On main, 0 files have changed and there have been 0 additions and 0 deletions.

28 pull requests merged by 3 users

Merged #393 fix: fix: triage entrypoint overwrites original issue labels even when root cause was found (#387) 2026-04-07 22:09:41 +00:00

Merged #392 fix: fix: triage agent creates root cause issues without backlog label (#386) 2026-04-07 21:58:54 +00:00

Merged #390 fix: fix: standardize logging across all agents — capture errors, log exit codes, consistent format (#367) 2026-04-07 21:21:41 +00:00

Merged #385 fix: fix: add .dockerignore — stop baking .env and .git into agent image (#377) 2026-04-07 19:29:06 +00:00

Merged #384 fix: fix: dev-poll pre-lock merge scan should only merge own PRs (#374) 2026-04-07 19:18:36 +00:00

Merged #376 fix: fix: FORGE_TOKEN_OVERRIDE in entrypoint-llama.sh is overwritten by env.sh sourcing .env (#375) 2026-04-07 18:39:02 +00:00

Merged #373 fix: fix: entrypoint-reproduce.sh ignores DISINTO_FORMULA env var — always runs reproduce formula (#356) 2026-04-07 18:33:51 +00:00

Merged #372 chore: gardener housekeeping 2026-04-07 18:14:03 +00:00

Merged #371 fix: fix: docker-compose.yml generated by init diverges from running stack — recreate breaks services (#354) 2026-04-07 18:09:03 +00:00

Merged #370 fix: fix: dev-poll open-PR gate blocks all agents — should only block on own PRs (#369) 2026-04-07 17:54:02 +00:00

Merged #368 fix: fix: install_project_crons does not set PATH — claude not found in cron jobs (#366) 2026-04-07 17:44:02 +00:00

Merged #365 fix: fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN (#364) 2026-04-07 17:36:09 +00:00

Merged #363 fix: fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication (#353) 2026-04-07 17:23:39 +00:00

Merged #362 fix: fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth (#361) 2026-04-07 17:09:03 +00:00

Merged #360 fix: fix: dev-poll in-progress check blocks all agents — should only block on own assignments (#358) 2026-04-07 16:39:02 +00:00

Merged #359 fix: fix: edge container cannot run claude — Alpine lacks glibc (#352) 2026-04-07 15:59:02 +00:00

Merged #351 chore: gardener housekeeping 2026-04-07 12:09:02 +00:00

Merged #350 fix: fix: entrypoint-llama.sh should reset base repo to origin/main on startup (#336) 2026-04-07 11:52:20 +00:00

Merged #349 fix: feat: integrate supervisor into edge container (#344) 2026-04-07 09:28:43 +00:00

Merged #348 fix: fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references (#343) 2026-04-07 09:08:30 +00:00

Merged #347 fix: feat: triage formula template with generic investigation steps and best practices (#342) 2026-04-07 09:02:48 +00:00

Merged #346 fix: fix: triage agent must clean up throwaway debug branch on exit/crash (#341) 2026-04-07 08:44:03 +00:00

Merged #345 fix: fix: dispatcher uses old single-label names instead of bug-report combo labels (#339) 2026-04-07 08:39:02 +00:00

Merged #337 fix: feat: triage agent — deep root cause analysis for reproduced bugs (#258) 2026-04-07 08:19:02 +00:00

Merged #338 fix: fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects (#335) 2026-04-07 08:14:02 +00:00

Merged #334 chore: gardener housekeeping 2026-04-07 06:08:56 +00:00

Merged #333 fix: release.sh: cd in disinto_release() permanently changes CWD of calling shell (#323) 2026-04-07 00:17:59 +00:00

Merged #332 chore: gardener housekeeping 2026-04-07 00:09:03 +00:00

2 pull requests proposed by 1 user

26 issues closed from 1 user

Closed #387 fix: triage entrypoint overwrites original issue labels even when root cause was found 2026-04-07 22:09:41 +00:00

Closed #386 fix: triage agent creates root cause issues without backlog label 2026-04-07 21:58:54 +00:00

Closed #367 fix: standardize logging across all agents — capture errors, log exit codes, consistent format 2026-04-07 21:21:41 +00:00

Closed #377 fix: add .dockerignore — stop baking .env and .git into agent image 2026-04-07 19:29:06 +00:00

Closed #374 fix: dev-poll pre-lock merge scan should only merge own PRs 2026-04-07 19:18:37 +00:00

Closed #375 fix: FORGE_TOKEN_OVERRIDE in entrypoint-llama.sh is overwritten by env.sh sourcing .env 2026-04-07 18:39:02 +00:00

Closed #356 fix: entrypoint-reproduce.sh ignores DISINTO_FORMULA env var — always runs reproduce formula 2026-04-07 18:33:52 +00:00

Closed #354 fix: docker-compose.yml generated by init diverges from running stack — recreate breaks services 2026-04-07 18:09:03 +00:00

Closed #369 fix: dev-poll open-PR gate blocks all agents — should only block on own PRs 2026-04-07 17:54:02 +00:00

Closed #366 fix: install_project_crons does not set PATH — claude not found in cron jobs 2026-04-07 17:44:02 +00:00

Closed #364 fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN 2026-04-07 17:36:09 +00:00

Closed #353 fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication 2026-04-07 17:23:39 +00:00

Closed #361 fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth 2026-04-07 17:09:03 +00:00

Closed #358 fix: dev-poll in-progress check blocks all agents — should only block on own assignments 2026-04-07 16:39:02 +00:00

Closed #352 fix: edge container cannot run claude — Alpine lacks glibc 2026-04-07 15:59:02 +00:00

Closed #336 fix: entrypoint-llama.sh should reset base repo to origin/main on startup 2026-04-07 11:52:20 +00:00

Closed #344 feat: integrate supervisor into edge container 2026-04-07 09:28:43 +00:00

Closed #343 fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references 2026-04-07 09:08:30 +00:00

Closed #342 feat: triage formula template with generic investigation steps and best practices 2026-04-07 09:02:48 +00:00

Closed #341 fix: triage agent must clean up throwaway debug branch on exit/crash 2026-04-07 08:44:03 +00:00

Closed #339 fix: dispatcher uses old single-label names instead of bug-report combo labels 2026-04-07 08:39:02 +00:00

Closed #232 vision: supervisor agent running on host level with full system visibility 2026-04-07 08:33:49 +00:00

Closed #258 feat: triage agent — deep root cause analysis for reproduced bugs 2026-04-07 08:19:02 +00:00

Closed #335 fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects 2026-04-07 08:14:02 +00:00

Closed #284 vision: extract bin/disinto into focused lib/ modules 2026-04-07 08:06:40 +00:00

Closed #323 release.sh: cd in disinto_release() permanently changes CWD of calling shell 2026-04-07 00:18:00 +00:00

27 issues created by 1 user

Opened #335 fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects 2026-04-07 08:02:58 +00:00

Opened #336 fix: entrypoint-llama.sh should reset base repo to origin/main on startup 2026-04-07 08:02:58 +00:00

Opened #339 fix: dispatcher uses old single-label names instead of bug-report combo labels 2026-04-07 08:16:42 +00:00

Opened #341 fix: triage agent must clean up throwaway debug branch on exit/crash 2026-04-07 08:24:33 +00:00

Opened #342 feat: triage formula template with generic investigation steps and best practices 2026-04-07 08:24:33 +00:00

Opened #343 fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references 2026-04-07 08:33:48 +00:00

Opened #344 feat: integrate supervisor into edge container 2026-04-07 08:33:48 +00:00

Opened #352 fix: edge container cannot run claude — Alpine lacks glibc 2026-04-07 12:35:10 +00:00

Opened #353 fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication 2026-04-07 12:39:20 +00:00

Opened #354 fix: docker-compose.yml generated by init diverges from running stack — recreate breaks services 2026-04-07 12:39:20 +00:00

Opened #356 fix: entrypoint-reproduce.sh ignores DISINTO_FORMULA env var — always runs reproduce formula 2026-04-07 12:58:09 +00:00

Opened #358 fix: dev-poll in-progress check blocks all agents — should only block on own assignments 2026-04-07 13:50:09 +00:00

Opened #361 fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth 2026-04-07 16:42:36 +00:00

Opened #364 fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN 2026-04-07 17:21:22 +00:00

Opened #366 fix: install_project_crons does not set PATH — claude not found in cron jobs 2026-04-07 17:25:27 +00:00

Opened #367 fix: standardize logging across all agents — capture errors, log exit codes, consistent format 2026-04-07 17:28:09 +00:00

Opened #369 fix: dev-poll open-PR gate blocks all agents — should only block on own PRs 2026-04-07 17:41:03 +00:00

Opened #374 fix: dev-poll pre-lock merge scan should only merge own PRs 2026-04-07 18:19:42 +00:00

Opened #375 fix: FORGE_TOKEN_OVERRIDE in entrypoint-llama.sh is overwritten by env.sh sourcing .env 2026-04-07 18:24:18 +00:00

Opened #377 fix: add .dockerignore — stop baking .env and .git into agent image 2026-04-07 18:41:27 +00:00

Opened #378 fix: env.sh should not source .env inside containers — compose env is the source of truth 2026-04-07 18:41:27 +00:00

Opened #379 fix: replace cron with while-true loop and gosu in agents entrypoint 2026-04-07 18:41:28 +00:00

Opened #380 fix: delete entrypoint-llama.sh — unify into single entrypoint with AGENT_ROLES 2026-04-07 18:41:28 +00:00

Opened #381 fix: compose template should use explicit environment per container, not shared env_file 2026-04-07 18:41:28 +00:00

Opened #386 fix: triage agent creates root cause issues without backlog label 2026-04-07 20:19:04 +00:00

Opened #387 fix: triage entrypoint overwrites original issue labels even when root cause was found 2026-04-07 20:19:04 +00:00

Opened #388 feat: auto-close original bug report when root cause fix merges, comment on upstream 2026-04-07 20:19:04 +00:00