docs(feat): add AI-readable project page#10
Merged
Conversation
Summary: - Add a GitHub Pages-ready GEO documentation site with canonical metadata, JSON-LD, robots.txt, sitemap.xml, llms.txt, audit notes, and a measurement plan. - Wire a Pages deployment workflow and a Node-based GEO regression test into make test. - Update README, changelog, and npm metadata so the project page and packaged docs are discoverable. - Adjust the fake macOS open helper to invoke fake app scripts through Bash so app-instance tests are reliable on current macOS. Rationale: - The project needed a concise, crawlable, machine-readable source for AI citation and answer extraction without weakening the existing CLI product surface. - The workflow and tests keep schema, crawl directives, FAQ visibility, package metadata, and deployment wiring from drifting. Tests: - make test - make lint - git diff --check
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Summary: - Assert that the Pages docs include the .nojekyll marker. - Collapse duplicate Unreleased changelog Fixed headings. - Remove an unsupported upload-pages-artifact input while preserving the docs artifact path. Rationale: - Code review identified small polish issues in the GEO test and changelog structure. - Checking the official action metadata showed that dotfiles are already included by the Pages artifact archive, so the extra input was invalid. Tests: - make test - make lint - git diff --check - npm pack --dry-run --json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rationale
Tests
make testmake lintgit diff --checkNotes