Build template repository foundation #38
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#38
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 the in-repo Slugkit template website foundation so it can run locally for CLI testing and be copied by
slug initinto standalone site projects.Spec:
docs/web-specs/00-template-repository-foundation.mdRequirements
.env.examplefor foundation-level settings.GET /healthroute that returns{ "status": "ok" }.GET /homepage that renders configured/default site identity.docs/CONTRIBUTING.mdanddocs/CODE_STANDARDS.md.Acceptance criteria
GET /healthreturns HTTP 200 with{ "status": "ok" }.GET /renders a placeholder public homepage.slug initcan copy them into a standalone site directory.slug init, not the CLI source.Dependencies
Synced from todu comment by @todu on 2026-05-20T01:31:29.252Z
Closing Summary
PR #39 merged: #39
Acceptance criteria evidence:
npm cipassed.make devis documented and wired toProcfile.devfortemplate/site.GET /healthreturns HTTP 200 with{ "status": "ok" }: met — route and test exist.GET /renders a placeholder public homepage: met — route/template and test exist.template/site/src/__tests__/app.test.tscovers both routes.slug init: met — template lives undertemplate/sitewith route/template/service/db/auth/federation/style areas..forgejo/workflows/ci.ymlexists and passed../scripts/pre-pr.shpassed and Forgejo CI passed.Readiness: READY
Synced from todu comment by @todu on 2026-05-20T01:30:56.008Z
PR Review: Approved
PR: #39
Summary
Reviewed the template foundation PR against the task acceptance criteria. The PR builds the in-repo template site under
template/site, wires root workspace scripts to it, adds health/home routes with tests, documents template usage, and adds Forgejo CI for PRs andmainpushes.Acceptance Criteria
GET /healthreturns HTTP 200 with{ "status": "ok" }.GET /renders a placeholder public homepage.slug initcopying../scripts/pre-pr.shand Forgejo CI succeeded.Blocking Issues
None.
Warnings
None.
Verdict
Approved for merge.