Conversation
Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/5f92ae9b-11d7-4da0-92c8-1b3606d1141a Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Consolidate steering issue and experiment log into single program issue
Collapse steering issue + experiment log into a single program issue
Apr 22, 2026
Contributor
|
@copilot fix tests |
Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/d5cf271b-f8bc-48fa-8975-0012dc74ba17 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Contributor
Author
CI was failing on |
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.
Autoloop currently spawns up to three issues per program (program issue, steering issue, monthly experiment log). In practice the split is noise: steering issues sit empty and get auto-closed as stale, monthly logs clutter the tracker, and per-iteration activity bypasses the issue users actually subscribe to. This collapses everything into one
[Autoloop: {program-name}]issue per program.Changes
workflows/autoloop.md(source of truth)## Steering Issueand## Issue-Based Program Updateswith a single## Program Issuesection covering: auto-creation for file-based programs, the in-place status comment (<!-- AUTOLOOP:STATUS -->), per-iteration comments, and human steering via plain prose comments.selected_issue.Steering Issue→Issuein the template, Program Info block, and Machine State field-reference table.Steering Issuerow from the status comment table; added aPausedindicator.[Autoloop: {name}]issue if present; legacySteering Issuefield copied intoIssue)..github/workflows/autoloop.md— synced markdown body from source. Pre-step (PYEOFheredoc) untouched.AGENTS.md— rewrote the conventions bullets to describe the unified program issue.Notes
safe-outputs.create-issue.maxwas already1in both files; no change needed.parseMachineStateparser is field-agnostic so both legacySteering Issueand newIssuerows continue to deserialize.create-issuecall per run remains: bootstrapping a file-based program's issue on first run.