Extract slug-api npm package #233
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#233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Create
@evcraddock/slug-apifor reusable Hono API helpers for Slugkit-compatible management APIs while keeping generated sites in control of route composition, services, and persistence.Requirements
docs/npm-specs/04-slug-api.md.packages/slug-apiwith TypeScript build, tests, README, package metadata, and public exports.@evcraddock/slug-apiviaworkspace:*.template/site/src/api/*where they expose route composition, site services, or customization points.@evcraddock/slug-apipackage version.Acceptance criteria
@evcraddock/slug-apiexists as a workspace package.@evcraddock/slug-apiviaworkspace:*.@evcraddock/slug-apipackage../scripts/pre-pr.shpasses.Dependencies
Synced from todu comment by @todu on 2026-06-29T17:09:20.737Z
Review update
@evcraddock/slug-apipackage extraction, template API wrapper integration, generated-site dependency mapping, package pack/release dry-runs,./scripts/pre-pr.sh, and Forgejo CIbuild-lint-testpassed.@evcraddock/slug-api@0.1.0through Forgejo CI and verify post-publish install/mount/import before task closure.Synced from todu comment by @todu on 2026-06-29T17:19:45.337Z
Update
main.@evcraddock/slug-api@0.1.0through Forgejo CI.npm view @evcraddock/slug-api@0.1.0 versionreturns0.1.0.@evcraddock/slug-api@0.1.0, mountregisterHealthRoutein a Hono app, and receive the expected JSON health response.Synced from todu comment by @todu on 2026-06-30T02:01:55.032Z
Completed
main, adding@evcraddock/slug-apiunderpackages/slug-apiwith package metadata, README, TypeScript build config, public exports, and tests.@evcraddock/slug-api@0.1.0through npm workspace linking while preserving local API route modules for route composition, site services, and customization points.@evcraddock/slug-api@0.1.0../scripts/pre-pr.sh, PR CI, and post-merge push CI.@evcraddock/slug-api@0.1.0through Forgejo CI and verified npm view plus temporary install/import and Hono route mounting.