generated from coulomb/repo-seed
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:
@@ -1,19 +1,18 @@
|
|||||||
## Stack
|
## Stack
|
||||||
|
|
||||||
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
- **Language:** Helm values + Kubernetes manifests, Bash Make targets
|
||||||
- **Language:**
|
- **Key deps:** Gitea (current forge runtime), Actions runner substrate, 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 # preflight (read-only)
|
||||||
# Install dependencies
|
make gitea-status # forge runtime + database state (read-only)
|
||||||
|
make runner-status # Actions runner / registry probes (read-only)
|
||||||
# Run tests
|
make registry-docs | evidence-docs | runner-docs # print canonical docs
|
||||||
|
make gitea-deploy | gitea-ingress-deploy # production-touching
|
||||||
# Lint / type check
|
|
||||||
|
|
||||||
# Build / package (if applicable)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
`gitea-deploy` / `gitea-ingress-deploy` change the production forge —
|
||||||
|
operator approval required. Status and docs targets are read-only.
|
||||||
|
|||||||
Reference in New Issue
Block a user