chore: consolidate agent instructions - #29
Conversation
Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com> Co-authored-by: Codex <codex@openai.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4447aedb67
ℹ️ 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".
| - Keep untrusted pull-request workflows isolated in `*-public-unmerged.yml` on | ||
| pinned GitHub-hosted runners with read-only permissions and no secrets. | ||
| - Trusted default-branch automation must use pinned actions, least privilege, | ||
| bounded concurrency, measured job timeouts, and credential-free checkout. |
There was a problem hiding this comment.
Preserve scoped workflow security rules
When an agent next changes a file under .github/workflows, deleting this scoped file removes the only repository guidance that separates untrusted pull-request execution from trusted automation and requires pinned actions, read-only permissions, and credential-free checkout; the replacement root file contains none of these constraints. This makes the consolidation incomplete and permits later automated edits to route fork-controlled code onto trusted or self-hosted paths, so move these rules into the surviving root guidance rather than dropping them.
AGENTS.md reference: AGENTS.md:L3-L3
Useful? React with 👍 / 👎.
Consolidate repository instruction files to one root AGENTS.md and root CLAUDE.md symlink.