chore(agents): sweep 22 resolved fold-backs out of the active queue#511
Merged
Conversation
NikashPrakash
force-pushed
the
chore/sweep-resolved-foldbacks
branch
from
July 23, 2026 00:27
4e6c916 to
acc0401
Compare
Backlog triage (read-only scouts, code-cited). Each fold-back whose observation has shipped or become moot is moved from .agents/active/fold-back/ into its owning plan's canonical history/fold-backs/ dir (the same location plan archival and existing resolved fold-backs use), not an ad-hoc sweep dir. The active queue now holds only open work. Artifact bookkeeping only; no code change. Routing (owning plan <- fold-back), resolution verified against current code: - root-command-decomposition: t04, t06, t07-globalflagcov-needs-lifecycle, t07-refresh-body-deferred, t10a, t11, t12, t13, t13a-respawn, t13a-root-go-cocommit (shims gone; handlers in commands/internal/lifecycle, global-flag loader derives from the live command tree) - go-test-fixture-extraction: t6-sqlite-postgres (graphstore tests use internal/storetest) - loop-discipline-stop-hooks: p1a, p1b (write_scope + coverage-gap closed in internal/platform/hooks*) - agent-ops-hardening: cross-family-gate-not-fail-closed-specialized (nil-allowed gate), plan-archive-foldback-sweep (superseded by fold-back-resolution-lifecycle) - transcript-analysis-and-pipeline-craft: cross-family-reject-remediation (terminal review note) - package-artifact-install: codex-toml-marker-upgrade-migration, oci-consume-pass2-guard-blocks-e2e, oci-sidecar-schema-versioning (shipped in fetcher_oci / packages_pass2 + tests) - config-v2-migration: gap-config-exit-codes (binary config errors per ERROR_MESSAGE_CONTRACT) - r3-background-worker-service: fsnotify-rearm-flake (deterministic re-arm seam in scheduler) - full-loop-orchestration-runtime: bilevel-meta-loop-mechanism-generation (parked/ratified)
NikashPrakash
force-pushed
the
chore/sweep-resolved-foldbacks
branch
from
July 23, 2026 00:30
acc0401 to
5cb71b6
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What
Backlog triage of
.agents/active/fold-back/. 22 fold-backs whose observation has shipped or become moot — each verified against current code/docs by read-only scouts — are archived into their owning plan's canonical.agents/history/<plan>/fold-backs/dir (the same location plan archival and existing resolved fold-backs use), so the active queue holds only open work.Artifact bookkeeping only — no code change.
Routing (owning plan ← fold-back)
t04,t06,t07-globalflagcov-needs-lifecycle,t07-refresh-body-deferred,t10a,t11,t12,t13,t13a-respawn,t13a-root-go-cocommit— shims gone; handlers incommands/internal/lifecycle/, global-flag loader derives from the live command tree.t6-sqlite-postgres-need-storetest-extension— graphstore tests useinternal/storetest.p1a,p1b— write_scope + coverage-gap closed ininternal/platform/hooks*.cross-family-gate-not-fail-closed-specialized(nil-allowed gate),plan-archive-foldback-sweep(superseded by fold-back-resolution-lifecycle).cross-family-reject-remediation(terminal review note).codex-toml-marker-upgrade-migration,oci-consume-pass2-guard-blocks-e2e,oci-sidecar-schema-versioning— shipped infetcher_oci/packages_pass2+ tests.gap-config-exit-codes— binary config errors perERROR_MESSAGE_CONTRACT.fsnotify-rearm-flake— deterministic re-arm seam in the scheduler.bilevel-meta-loop-mechanism-generation— parked/ratified.The paired global-proposal duplicates were archived separately in
~/.agents/proposals/archived/.