Conversation
…issue Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/e8960576-2b21-4b28-be3c-66e9c6188f79 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Consolidate autoloop program, steering, and experiment log issues
Autoloop: collapse program/steering/experiment-log into a single issue per program
Apr 21, 2026
This was referenced Apr 22, 2026
This was referenced Apr 23, 2026
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.
Each autoloop program currently fans out across three issues (program, steering, monthly experiment log), fragmenting activity and leaving the program issue silent while humans read and expect to steer there. This change collapses all three into the single
autoloop-program-labeled issue.Changes to
.github/workflows/autoloop.mdautoloop-program-labeled issues into (a) file-based program issues matched by title[Autoloop: {name}]against known file-based program names, exposed viaselected_issue, and (b) issue-based programs (existing behavior). File-based programs now get the same single-issue treatment as issue-based ones.[Autoloop: {name}], labelsautoloop-program, automation, autoloop, body mirrored from the program file), the in-place status comment (<!-- AUTOLOOP:STATUS -->sentinel, unchanged pattern), a new per-iteration comment for every outcome, and plain-prose human comments as steering input.#{selected_issue}). Completion label swap (autoloop-program→autoloop-completed) and celebratory comment now post to the program issue for all programs.Steering Issuerow replaced by a singleIssuerow.Migration notes (out of scope, to be handled manually per the issue)
perf-comparison(file-based): program issue auto-created on its next run.#1(issue-based): remains the program issue;#107and#130can be closed and optionally archived into a pinned comment on#1.Example — new per-iteration comment on the program issue
Only
.github/workflows/autoloop.mdis touched; no TS sources or tests are affected. The generatedautoloop.lock.ymlwill be regenerated by gh-aw and is intentionally not edited by hand.