Add discoverability site metadata#14
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ceabf49591
ℹ️ 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".
| @@ -10,7 +10,7 @@ const ignoredDirs = new Set([".git", "node_modules", "dist", "coverage", ".tmp", | |||
| const ignoredDefaultPaths = [path.join("test-fixtures", "unsafe")]; | |||
There was a problem hiding this comment.
Keep GitHub URL allowlist scoped
Because this checker allowlists by hostname only, adding github.com here makes npm run check:redaction accept any GitHub URL, including target-specific repos, issues, gists, or uploaded evidence links in public notes. The new docs only need the project repository link, so this broad host exception weakens the repo's public-safe URL guard; constrain this to known safe project URLs instead of allowing the whole host.
Useful? React with 👍 / 👎.
Summary
Validation
Note: this prepares the repo for discovery, but the repo still needs to be public before web/AI crawlers can index it.