Issue 29: deterministic examples hygiene - #7
Merged
Conversation
|
| Filename | Overview |
|---|---|
| scripts/run-examples.sh | Adds selector validation, safer temporary-file handling, and cleanup of generated example artifacts. |
| .github/workflows/examples.yml | Adds a post-run assertion that rejects compiled example executables left in the checkout. |
| AGENTS.md | Reorganizes contributor guidance around deterministic examples, repository invariants, and the quality gate. |
| CLAUDE.md | Removes the AGENTS.md bridge in accordance with the stated repository organization policy. |
Reviews (2): Last reviewed commit: "fix(examples): clean temporary runner fi..." | Re-trigger Greptile
DerekCorniello
marked this pull request as ready for review
August 29, 2026 21:50
Contributor
Author
|
@greptile-apps please re-review against the current head. Removing CLAUDE.md is intentional organization policy: every repository retains AGENTS.md, and CLAUDE.md only contained the bridge to it. |
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.
Local Derek-authored remediation stack for issue 29. Makes the runner safe under failures and concurrent use, validates selectors, removes compiled outputs, and adds CI assertions.