Skip to content

Add discoverability site metadata#14

Merged
PrzemyslaV88 merged 1 commit into
mainfrom
codex/add-discoverability-site
May 31, 2026
Merged

Add discoverability site metadata#14
PrzemyslaV88 merged 1 commit into
mainfrom
codex/add-discoverability-site

Conversation

@PrzemyslaV88
Copy link
Copy Markdown
Owner

Summary

  • add a GitHub Pages-ready landing page under docs/
  • add crawler files: robots.txt, sitemap.xml, and llms.txt
  • link the project site from README
  • allow the project Pages hostname in public-safety URL checks

Validation

  • npm test
  • npm run check:history
  • git diff --check

Note: this prepares the repo for discovery, but the repo still needs to be public before web/AI crawlers can index it.

@PrzemyslaV88 PrzemyslaV88 merged commit 95b4dff into main May 31, 2026
4 checks passed
@PrzemyslaV88 PrzemyslaV88 deleted the codex/add-discoverability-site branch May 31, 2026 02:11
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread tools/redaction-check.mjs
@@ -10,7 +10,7 @@ const ignoredDirs = new Set([".git", "node_modules", "dist", "coverage", ".tmp",
const ignoredDefaultPaths = [path.join("test-fixtures", "unsafe")];
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant