Skip to content

Commit d3d7f15

Browse files
Copilotmrjf
andauthored
Add branch/PR/steering links table to experiment log issue format
The experiment log issue body now includes a prominent links table at the top showing Branch, Pull Request, Steering Issue, and State File. This makes it immediately obvious where to find each program's resources. Branch naming already follows the convention autoloop/{program-name}. Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/f346c4f9-d6bc-43b6-829f-eda813c79831 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent f2d6041 commit d3d7f15

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/autoloop.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,13 @@ Maintain a single open issue **per program** titled `[Autoloop: {program-name}]
836836
```markdown
837837
🤖 *Autoloop — an iterative optimization agent for this repository.*
838838

839+
| | |
840+
|---|---|
841+
| **Branch** | [`autoloop/{program-name}`](https://github.com/{owner}/{repo}/tree/autoloop/{program-name}) |
842+
| **Pull Request** | #{pr_number} |
843+
| **Steering Issue** | #{steering_issue_number} |
844+
| **State File** | [`{program-name}.md`](https://github.com/{owner}/{repo}/blob/memory/autoloop/{program-name}.md) |
845+
839846
## Program
840847

841848
**Goal**: {one-line summary from program.md}
@@ -863,6 +870,7 @@ Maintain a single open issue **per program** titled `[Autoloop: {program-name}]
863870
- Iterations in **reverse chronological order** (newest first).
864871
- Each iteration heading links to its GitHub Actions run.
865872
- Use `${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}` for the current run URL.
873+
- The **links table at the top** must always show the current branch, PR, steering issue, and state file. Update the PR number when a new PR is created. When creating a continuation issue for a new month, copy the links table from the previous issue.
866874
- Close the previous month's issue and create a new one at month boundaries.
867875
- Maximum 50 iterations per issue; create a continuation issue if exceeded.
868876

0 commit comments

Comments
 (0)