2026-04-06 - 2026-04-07
Overview
28 pull requests merged by 3 users
Merged
#393 fix: fix: triage entrypoint overwrites original issue labels even when root cause was found (#387)
Merged
#392 fix: fix: triage agent creates root cause issues without backlog label (#386)
Merged
#390 fix: fix: standardize logging across all agents — capture errors, log exit codes, consistent format (#367)
Merged
#385 fix: fix: add .dockerignore — stop baking .env and .git into agent image (#377)
Merged
#384 fix: fix: dev-poll pre-lock merge scan should only merge own PRs (#374)
Merged
#376 fix: fix: FORGE_TOKEN_OVERRIDE in entrypoint-llama.sh is overwritten by env.sh sourcing .env (#375)
Merged
#373 fix: fix: entrypoint-reproduce.sh ignores DISINTO_FORMULA env var — always runs reproduce formula (#356)
Merged
#372 chore: gardener housekeeping
Merged
#371 fix: fix: docker-compose.yml generated by init diverges from running stack — recreate breaks services (#354)
Merged
#370 fix: fix: dev-poll open-PR gate blocks all agents — should only block on own PRs (#369)
Merged
#368 fix: fix: install_project_crons does not set PATH — claude not found in cron jobs (#366)
Merged
#365 fix: fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN (#364)
Merged
#363 fix: fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication (#353)
Merged
#362 fix: fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth (#361)
Merged
#360 fix: fix: dev-poll in-progress check blocks all agents — should only block on own assignments (#358)
Merged
#359 fix: fix: edge container cannot run claude — Alpine lacks glibc (#352)
Merged
#351 chore: gardener housekeeping
Merged
#350 fix: fix: entrypoint-llama.sh should reset base repo to origin/main on startup (#336)
Merged
#349 fix: feat: integrate supervisor into edge container (#344)
Merged
#348 fix: fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references (#343)
Merged
#347 fix: feat: triage formula template with generic investigation steps and best practices (#342)
Merged
#346 fix: fix: triage agent must clean up throwaway debug branch on exit/crash (#341)
Merged
#345 fix: fix: dispatcher uses old single-label names instead of bug-report combo labels (#339)
Merged
#337 fix: feat: triage agent — deep root cause analysis for reproduced bugs (#258)
Merged
#338 fix: fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects (#335)
Merged
#334 chore: gardener housekeeping
Merged
#333 fix: release.sh: cd in disinto_release() permanently changes CWD of calling shell (#323)
Merged
#332 chore: gardener housekeeping
2 pull requests proposed by 1 user
Proposed
#389 fix: fix: replace cron with while-true loop and gosu in agents entrypoint (#379)
Proposed
#391 fix: fix: compose template should use explicit environment per container, not shared env_file (#381)
26 issues closed from 1 user
Closed
#387 fix: triage entrypoint overwrites original issue labels even when root cause was found
Closed
#386 fix: triage agent creates root cause issues without backlog label
Closed
#367 fix: standardize logging across all agents — capture errors, log exit codes, consistent format
Closed
#377 fix: add .dockerignore — stop baking .env and .git into agent image
Closed
#374 fix: dev-poll pre-lock merge scan should only merge own PRs
Closed
#375 fix: FORGE_TOKEN_OVERRIDE in entrypoint-llama.sh is overwritten by env.sh sourcing .env
Closed
#356 fix: entrypoint-reproduce.sh ignores DISINTO_FORMULA env var — always runs reproduce formula
Closed
#354 fix: docker-compose.yml generated by init diverges from running stack — recreate breaks services
Closed
#369 fix: dev-poll open-PR gate blocks all agents — should only block on own PRs
Closed
#366 fix: install_project_crons does not set PATH — claude not found in cron jobs
Closed
#364 fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN
Closed
#353 fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication
Closed
#361 fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth
Closed
#358 fix: dev-poll in-progress check blocks all agents — should only block on own assignments
Closed
#352 fix: edge container cannot run claude — Alpine lacks glibc
Closed
#336 fix: entrypoint-llama.sh should reset base repo to origin/main on startup
Closed
#344 feat: integrate supervisor into edge container
Closed
#343 fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references
Closed
#342 feat: triage formula template with generic investigation steps and best practices
Closed
#341 fix: triage agent must clean up throwaway debug branch on exit/crash
Closed
#339 fix: dispatcher uses old single-label names instead of bug-report combo labels
Closed
#232 vision: supervisor agent running on host level with full system visibility
Closed
#258 feat: triage agent — deep root cause analysis for reproduced bugs
Closed
#335 fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects
Closed
#284 vision: extract bin/disinto into focused lib/ modules
Closed
#323 release.sh: cd in disinto_release() permanently changes CWD of calling shell
27 issues created by 1 user
Opened
#335 fix: profile_write_journal passes --max-tokens which local llama claude CLI rejects
Opened
#336 fix: entrypoint-llama.sh should reset base repo to origin/main on startup
Opened
#339 fix: dispatcher uses old single-label names instead of bug-report combo labels
Opened
#341 fix: triage agent must clean up throwaway debug branch on exit/crash
Opened
#342 feat: triage formula template with generic investigation steps and best practices
Opened
#343 fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references
Opened
#344 feat: integrate supervisor into edge container
Opened
#352 fix: edge container cannot run claude — Alpine lacks glibc
Opened
#353 fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication
Opened
#354 fix: docker-compose.yml generated by init diverges from running stack — recreate breaks services
Opened
#356 fix: entrypoint-reproduce.sh ignores DISINTO_FORMULA env var — always runs reproduce formula
Opened
#358 fix: dev-poll in-progress check blocks all agents — should only block on own assignments
Opened
#361 fix: Forgejo API tokens rejected for git HTTP push — agents must use password auth
Opened
#364 fix: env.sh save/restore should only protect FORGE_URL, not FORGE_TOKEN
Opened
#366 fix: install_project_crons does not set PATH — claude not found in cron jobs
Opened
#367 fix: standardize logging across all agents — capture errors, log exit codes, consistent format
Opened
#369 fix: dev-poll open-PR gate blocks all agents — should only block on own PRs
Opened
#374 fix: dev-poll pre-lock merge scan should only merge own PRs
Opened
#375 fix: FORGE_TOKEN_OVERRIDE in entrypoint-llama.sh is overwritten by env.sh sourcing .env
Opened
#377 fix: add .dockerignore — stop baking .env and .git into agent image
Opened
#378 fix: env.sh should not source .env inside containers — compose env is the source of truth
Opened
#379 fix: replace cron with while-true loop and gosu in agents entrypoint
Opened
#380 fix: delete entrypoint-llama.sh — unify into single entrypoint with AGENT_ROLES
Opened
#381 fix: compose template should use explicit environment per container, not shared env_file
Opened
#386 fix: triage agent creates root cause issues without backlog label
Opened
#387 fix: triage entrypoint overwrites original issue labels even when root cause was found
Opened
#388 feat: auto-close original bug report when root cause fix merges, comment on upstream