Lead with an authenticated RTL CI transcript - #3
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cfab0a8797
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| encoding="utf-8", | ||
| newline="\n", | ||
| ) | ||
| print(f"wrote {output.relative_to(ROOT)}") |
There was a problem hiding this comment.
Allow absolute receipt output paths
When --output is an absolute path outside the repository (for example, a temporary file used to compare a freshly captured receipt), the receipt is written successfully but this status message raises ValueError because Path.relative_to(ROOT) only accepts descendants of ROOT. This makes a valid-looking --output invocation exit nonzero after modifying the requested file; print the absolute path or fall back when it is outside the repository.
Useful? React with 👍 / 👎.
Replaces the poster-style lead with a terminal transcript parsed from successful public Actions run 30224621114. The checked-in receipt and renderer preserve the exact simulation and structural-synthesis boundary.\n\nVerified locally: 10 tests, asset renderer, exact public-run receipt replay, lint, and secret scan. No RTL changed; Icarus and Yosys were unavailable locally.