Context
The project exposes AI-native entrypoints so agents can discover and cite the curriculum. These public URLs should stay accurate after content updates.
Public URLs to check
Expected files if a fix is needed
ai/llms.txt
ai/manifest.json
ai/content-index.json
scripts/generate-ai-index.mjs
scripts/publish-ai-artifacts.mjs
scripts/verify-ai-entrypoints.mjs
Acceptance criteria
- Open all three public URLs.
- Report stale copy, broken URLs, confusing descriptions, or missing metadata.
- If the fix is small, patch it in the same PR.
- Do not change payment, wallet, or sponsor terms.
Definition of done
A maintainer can confirm whether the public AI entrypoints are current, and any small issue found is either fixed or clearly reported.
Verification
- Run
npm run ai:verify.
- If generated artifacts change, run
npm run ai:index && npm run ai:publish && npm run ai:verify.
Good first issue candidate: yes.
Context
The project exposes AI-native entrypoints so agents can discover and cite the curriculum. These public URLs should stay accurate after content updates.
Public URLs to check
Expected files if a fix is needed
ai/llms.txtai/manifest.jsonai/content-index.jsonscripts/generate-ai-index.mjsscripts/publish-ai-artifacts.mjsscripts/verify-ai-entrypoints.mjsAcceptance criteria
Definition of done
A maintainer can confirm whether the public AI entrypoints are current, and any small issue found is either fixed or clearly reported.
Verification
npm run ai:verify.npm run ai:index && npm run ai:publish && npm run ai:verify.Good first issue candidate: yes.