docs: core-package generator reference + Quick Start entry

Adds docs/scaffolding/core-package-generator.md with usage, template
table, and drift-verification instructions. Updates CLAUDE.md Quick
Start and AGENTS.md Key Commands with the new pnpm turbo gen core-package
entry. Creates templates/core-package/.gitkeep placeholder for Phase 3+.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-09 13:23:37 +02:00
parent d5313f95ea
commit 4c7ccf9d1c
4 changed files with 43 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ pnpm turbo gen feature # Scaffold a new feature package (see docs/guides/scaffol
pnpm turbo gen event # Scaffold an event contract (publish) or handler (consume)
pnpm turbo gen job # Scaffold a background job
pnpm turbo gen realtime # Scaffold a realtime channel or inbound handler
pnpm turbo gen core-package # Scaffold an optional core package (see docs/scaffolding/core-package-generator.md)
docker compose up -d # Start PostgreSQL
```