Add npm package workspace release scaffolding #238
No reviewers
Labels
No labels
activitypub
admin
api
architecture
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
content
database
deployment
design
dev-env
diagnostics
docs
documentation
email
enhancement
feature
federation
feed
health
homepage
implementation
integration
logging
mastodon
media
navigation
npm-packages
openapi
opengraph
packages
passkeys
preview
priority:high
priority:low
priority:medium
production
proof
proxy
public-routes
public-ui
release
safety
slug-api
slug-auth
slug-core
slug-federation
slug-media
slug-template
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
webauthn
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!238
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-d254919c-npm-workspace-release-scaffolding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
packages/*to root npm workspaces while preserving existing CLI/template workspaces.scripts/release-npm-package.mjsfor validating, dry-run packing, and explicitly publishing one@evcraddock/slug-*workspace package.docs/npm-package-release.mdand link from the scaffolding spec.Verification
npm test --workspace @evcraddock/slug-cli -- npm-package-release-script.test.ts./scripts/pre-pr.shTask: #task-d254919c
Review summary
Approved. The PR implements the requested workspace/release scaffolding without introducing runtime package extraction or generated-site dependency changes.
Acceptance criteria
packages/*inpackage.jsonandpackage-lock.json.cliandtemplate/siteworkspace commands still work, evidenced by./scripts/pre-pr.shpassing.npm run package:release -- --workspace <pkg> --dry-run.npm run package:release -- --workspace <pkg> --publish.docs/npm-package-release.mdand enforced byscripts/release-npm-package.mjs../scripts/pre-pr.shpasses and Forgejo CIbuild-lint-testpassed.Blocking issues
None.
Warnings
None.
Verdict
Approved.