Skip to content

chore: add keywords, author, and provenance to all 12 packages#171

Merged
stackbilt-admin merged 1 commit into
mainfrom
feat/pkg-metadata-sweep
May 23, 2026
Merged

chore: add keywords, author, and provenance to all 12 packages#171
stackbilt-admin merged 1 commit into
mainfrom
feat/pkg-metadata-sweep

Conversation

@stackbilt-admin
Copy link
Copy Markdown
Member

Summary

  • Added keywords array (6-10 terms: charter, domain, ai/llm/governance) to all 12 @stackbilt/* packages — zero-friction discoverability on npmjs.com
  • Added author: "Stackbilt LLC" to the 11 packages that were missing it (cli already had it)
  • Added publishConfig.provenance: true to all 12 packages — enables npm provenance attestation on every release via Sigstore, letting consumers verify build provenance

Closes #165.

Test plan

  • All 490 tests pass (pnpm vitest run)
  • pnpm --filter @stackbilt/adf exec cat package.json | jq '.keywords,.author,.publishConfig' returns populated fields

🤖 Generated with Claude Code

…ackages

Fixes #165. Every @stackbilt/* package now carries:
- `keywords` — 6-10 terms covering charter, domain function, ai/llm/governance
- `author: "Stackbilt LLC"` — uniform across the suite
- `publishConfig.provenance: true` — enables npm provenance attestation on
  every publish, allowing consumers to verify build provenance via Sigstore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@stackbilt-admin stackbilt-admin merged commit 873f3ec into main May 23, 2026
3 checks passed
@stackbilt-admin stackbilt-admin deleted the feat/pkg-metadata-sweep branch May 23, 2026 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oss: add keywords, provenance, author, and engines to all 12 package.json files

1 participant