Add config and check links#82
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cdc9504b3e
ℹ️ 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".
| # BSD `sed` on macOS does not interpret `\n` in the replacement string. | ||
| if ! printf '%s' "$cmd" \ | ||
| | tr ';&|' '\n\n\n' \ | ||
| | grep -qE '^[[:space:]]*gh[[:space:]]+pr[[:space:]]+create([[:space:]]|$)'; then |
There was a problem hiding this comment.
Match
gh pr create when command has env/utility prefix
The gate only blocks segments that start with gh pr create, so common wrappers like GH_TOKEN=... gh pr create ..., env GH_TOKEN=... gh pr create ..., or time gh pr create ... bypass the check and allow PR creation without a successful /pre-pr sentinel. Because this hook is meant to enforce the pre-PR contract, missing these prefixes weakens the protection in normal scripted usage, not just contrived inputs.
Useful? React with 👍 / 👎.
This PR adds
configsubmodule which brings agent setup and workflows relevant to this documentation project.The Validation Docs Hugo module was also updated.