README conventions¶
Overview¶
A protocol’s README.md is user-facing documentation, exposed directly on the platform.
Guidelines¶
The version at the top of
README.mdmust matchmanifest.json.Unlike a task script, a protocol needs no separate
README-internal.mdfor itsREADME.mdto be shown on TDP.If a protocol update only bumps which task-script version it uses, absorb that task script’s changelog entries into the protocol’s own changelog — users typically read only the protocol’s README, not the task script’s:
### <protocol version>
- Update to use task script `<namespace>/<slug>:<version>`
- <task script changelog item A>
- <task script changelog item B>
Scan for spelling errors before publishing.
If you insert images, add them to the
images/folder (see Repo structure).