open source is social v-it.org
0
fork

Configure Feed

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

Merge branch 'hopper-k5aewmzg-lexicon-validation'

# Conflicts:
# lexicons/org/v-it/cap.json
# lexicons/org/v-it/skill.json
# src/cmd/ship.js
# test/ship.test.js

+2 -2
-1
ARCHITECTURE.md
··· 70 70 ## future work 71 71 72 72 - provenance tracking across vet, remix, vouch, and ship lineage. 73 - - runtime lexicon validation (currently `validate: false` in CLI write commands).
+2 -1
src/cmd/ship.js
··· 387 387 createdAt: now, 388 388 }; 389 389 if (projectConfig.beacon) record.beacon = projectConfig.beacon; 390 + if (opts.kind) record.kind = opts.kind; 390 391 if (opts.recap) record.recap = { uri: recapUri, ref: opts.recap }; 391 392 if (opts.kind) record.kind = opts.kind; 392 393 const rkey = TID.nextStr(); ··· 483 484 --description One sentence explaining what this cap does 484 485 --ref Three lowercase words with dashes (your-ref-name) 485 486 --recap <ref> Optional. Ref of the cap this derives from (links back to original) 486 - --kind Category: feat, fix, test, docs, refactor, chore, perf, style 487 + --kind <kind> Category: feat, fix, test, docs, refactor, chore, perf, style 487 488 body (stdin) Full cap content, piped or via heredoc 488 489 489 490 Skill fields: