Refine audit output and intentional reference handling#65
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces changes to suppress duplicate stdout output when the --out option is provided for several commands, while ensuring GitHub Actions annotations are still printed. It also updates the reference-checking logic to treat template-style and environment-rooted paths as intentional non-local references rather than missing files. The reviewer feedback suggests improving the robustness of is_external_reference_path using a regex that supports all bracketed environment variables, and simplifying is_template_path_part by removing a redundant regex check and enforcing correctly paired brackets.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 11b47f8a0e
ℹ️ 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".
Summary
Verification
Notes