feat: harden deterministic CI repair demo#4
Conversation
This reverts commit 5d92fde.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 060186beb2
ℹ️ 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".
| description: "Fail the demo job to exercise Autopilot intake" | ||
| required: true | ||
| type: boolean | ||
| default: false |
There was a problem hiding this comment.
Update the documented demo command to request failure
With this input defaulting to false, the gh workflow run demo-ci.yml -R Coding-Autopilot-System/autopilot-demo command under README.md's "Running the demo" section now produces a successful run, so the intake workflow does not create an issue and the documented end-to-end demonstration stalls. Update that command to pass simulate_failure=true or otherwise ensure the primary demo instructions explicitly select the failure input.
Useful? React with 👍 / 👎.
Completes the enterprise audit hardening backlog: reproducible opt-in failure, fail-closed YAML validation, immutable Actions, least-privilege workflow permissions, contract tests, serialized intake, richer evidence, and repeatable runbook behavior.