···7070## future work
71717272- provenance tracking across vet, remix, vouch, and ship lineage.
7373-- runtime lexicon validation (currently `validate: false` in CLI write commands).
+2-1
src/cmd/ship.js
···387387 createdAt: now,
388388 };
389389 if (projectConfig.beacon) record.beacon = projectConfig.beacon;
390390+ if (opts.kind) record.kind = opts.kind;
390391 if (opts.recap) record.recap = { uri: recapUri, ref: opts.recap };
391392 if (opts.kind) record.kind = opts.kind;
392393 const rkey = TID.nextStr();
···483484 --description One sentence explaining what this cap does
484485 --ref Three lowercase words with dashes (your-ref-name)
485486 --recap <ref> Optional. Ref of the cap this derives from (links back to original)
486486- --kind Category: feat, fix, test, docs, refactor, chore, perf, style
487487+ --kind <kind> Category: feat, fix, test, docs, refactor, chore, perf, style
487488 body (stdin) Full cap content, piped or via heredoc
488489489490 Skill fields: