Context
AI agents work better when lessons have clear source context and stable citations for protocol facts.
Expected files
Pick one lesson with protocol or security claims, for example under:
en/GetStartedWithBitcoin/
en/EthereumSmartAccounts/
en/DeFiDeepDive/
- corresponding
zh/ lesson paths
Generated artifacts may also change:
ai/content-index.json
ai/llms.txt
ai/manifest.json
public/ai/*
Acceptance criteria
- Add a short
Further reading, Sources, or citation note section to one lesson.
- Use official docs, standards, specs, or reputable explainers.
- Keep the added section concise and beginner-readable.
- Regenerate AI artifacts if indexed content changes.
Definition of done
The selected lesson is easier for both learners and AI agents to cite accurately.
Verification
- Run
npm run ai:index && npm run ai:publish && npm run ai:verify.
- Run
npx prettier --check <changed-markdown-file>.
Good first issue candidate: yes.
Context
AI agents work better when lessons have clear source context and stable citations for protocol facts.
Expected files
Pick one lesson with protocol or security claims, for example under:
en/GetStartedWithBitcoin/en/EthereumSmartAccounts/en/DeFiDeepDive/zh/lesson pathsGenerated artifacts may also change:
ai/content-index.jsonai/llms.txtai/manifest.jsonpublic/ai/*Acceptance criteria
Further reading,Sources, or citation note section to one lesson.Definition of done
The selected lesson is easier for both learners and AI agents to cite accurately.
Verification
npm run ai:index && npm run ai:publish && npm run ai:verify.npx prettier --check <changed-markdown-file>.Good first issue candidate: yes.