Sets up the initial project structure: two packages (@kitchen-md/core and @kitchen-md/bin), shared tsconfig, shared fixtures, per-package test stubs (unit, integration, smoke), .gitignore, and project CLAUDE.md with Conventional Commits convention.
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
node_modules/
|
|
|
|
# compiled CLI binary
|
|
packages/bin/kitchen
|
|
|
|
# local environment overrides
|
|
.env
|
|
.env.local
|