Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/daily-rig-game-gen.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .github/workflows/daily-rig-game-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,9 @@ Emit one `create-issue` safe output with:
- For each attempt in `attempts`, in order: the attempt number, typecheck pass/fail, and
execute pass/fail, with the exact captured error text (if any) in a collapsible
`<details>` block, and a one-line note on what was fixed in the next attempt (if any).
- The **final generated rig program source** (`finalProgramSource`) in a collapsible
`<details>` section with a ```ts fence.
- The complete, verbatim **final generated rig program source** (`finalProgramSource`) in
a ```ts fence. Never summarize, truncate, replace, or omit any part of this source,
regardless of the final status.
- If `finalStatus` is `passed`, the **final generated game code** (`finalGameCode`) with
its `finalGameFilename` and `finalGameLanguage`, in a collapsible `<details>` section
with an appropriately-fenced code block.
Expand Down