Prove second site initialization #2
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#2
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
Use
slug initto create a second standalone site from the in-repo template and prove the initialized site can run independently while preserving Slugkit compatibility.Requirements
slug initinto a clean directory outside the toolkit source tree or another documented test location.slugwith a profile targeting the initialized site.slug doctorsuccessfully against the initialized site.slug initimprovements.Acceptance criteria
slug initcreates a second standalone site.slug doctorsucceeds against the initialized site.501 Not Implementedclearly.Dependencies
Synced from todu comment by @todu on 2026-06-26T20:14:14.002Z
Closing summary
Verified the
slug initpath by initializing a standalone site at~/Private/testing/testappwith package nametestappand site titleTest App.Additional live-site compatibility checks against the deployed initialized site at
https://slugkit.compassed:slug doctorpassed forhttps://slugkit.com/api/v1, including health, meta API version1.0.0, OpenAPI3.1.0, and API-key auth.slug post create --type note --slug first-message ...created a draft note through the CLI.slug post publish first-messagepublished the note successfully.Conclusion:
slug initcreates a usable Slugkit-compatible site, and the resulting deployed site works with representativeslugCLI operations. No code changes were required.