Repo hygiene: fill stack-and-commands, normalize workplan statuses

- 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>
This commit is contained in:
2026-07-02 00:21:48 +02:00
parent bd2913781e
commit d0e15767f6

View File

@@ -1,19 +1,13 @@
## Stack
<!-- TODO: Fill in language, frameworks, and key dependencies -->
- **Language:**
- **Key deps:**
- **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
# TODO: Fill in the standard commands for this repo
# Install dependencies
# Run tests
# Lint / type check
# Build / package (if applicable)
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.