- Fill .claude/rules/stack-and-commands.md (was an empty TODO template) - Normalize workplan frontmatter statuses to canonical vocabulary (completed/done -> finished) per ADR-001 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
13 lines
387 B
Markdown
13 lines
387 B
Markdown
## Stack
|
|
|
|
- **Language:** documentation and reusable CI/CD / platform templates (no application code yet)
|
|
- **Key deps:** none at present — S4 layer is largely unpopulated
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
make help # only target currently defined
|
|
```
|
|
|
|
No build, test, or deploy commands exist yet. When S4 work starts (CI/CD
|
|
templates, SDKs, buildpacks), fill this file in the same change.
|