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:
parent
bf7ffa0df6
commit
eedfb89c18
1 changed files with 13 additions and 12 deletions
|
|
@ -1,19 +1,20 @@
|
||||||
## Stack
|
## Stack
|
||||||
|
|
||||||
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
- **Language:** Helm values + Kubernetes manifests, Bash Make targets
|
||||||
- **Language:**
|
- **Key deps:** vergabe-teilnahme (Django) and inter-hub releases, shared apps-pg cnpg cluster, SOPS/age; runs against the S2 cluster on railiance01
|
||||||
- **Key deps:**
|
|
||||||
|
|
||||||
## Dev Commands
|
## Dev Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# TODO: Fill in the standard commands for this repo
|
make help # list all targets
|
||||||
|
make check-tools && make check-sops # operator preflight (read-only)
|
||||||
# Install dependencies
|
make apps-pg-status # shared DB health (read-only)
|
||||||
|
make vergabe-dry-run # helm template render, no apply
|
||||||
# Run tests
|
make vergabe-status # pod / svc / ingress / cert state (read-only)
|
||||||
|
make vergabe-deploy # production-touching
|
||||||
# Lint / type check
|
make vergabe-migrate | vergabe-seed # production-touching (Django management)
|
||||||
|
make check-inter-hub-image-tag # gate: explicit image tag for prod deploys
|
||||||
# Build / package (if applicable)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
`*-deploy` / `*-migrate` / `*-seed` change production workloads — operator
|
||||||
|
approval required. Dry-run/status/check targets are safe.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue