open source is social v-it.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): add lexicon.garden link; fix skill.json lint warning

Add lexicon.garden link to README links section. Add maxLength: 512 to
the unbounded cid string in skill.json defs.recapRef to satisfy AT
Protocol lexicon lint.

+2
+1
README.md
··· 80 80 - **[getting started](https://v-it.org/start/)** — prerequisites, setup, and first run 81 81 - **[doctrine](https://v-it.org/doctrine/)** — the philosophy behind social open source 82 82 - **[explore](https://explore.v-it.org)** — browse live capabilities, skills, and projects on the network 83 + - **[lexicons](https://lexicon.garden/nsid/org.v-it.cap)** — published AT Protocol schemas (cap, skill, vouch) 83 84 - **[contributing](CONTRIBUTING.md)** — how to contribute to vit itself 84 85 85 86 ## license
+1
lexicons/org/v-it/skill.json
··· 142 142 }, 143 143 "cid": { 144 144 "type": "string", 145 + "maxLength": 512, 145 146 "description": "CID of the parent skill record for content-addressable integrity." 146 147 } 147 148 }