coulomb-social/.claude/rules/stack-and-commands.md

25 lines
758 B
Markdown
Raw Normal View History

## Stack
Greenfield rebuild. Application stack is **not yet chosen**; expect alignment
with the business delivery lane (`vergabe-teilnahme` is Django + Vite today).
Decide stack only after CSOC-WP-0001 feature cut if it affects export/schema.
- **Language:** TBD (implementation starts in CSOC-WP-0002)
- **Hosting:** Railiance (railiance01) via `railiance-apps` release values
- **Registry:** `gitea.coulomb.social/coulomb/coulomb-social`
- **License:** TRSL V1C1 (`LICENSE`)
## Dev Commands
```bash
# Orientation (always available)
cat INTENT.md SCOPE.md .custodian-brief.md
ls workplans/
# State Hub
curl -s http://127.0.0.1:8000/state/health
statehub fix-consistency
# After application scaffold exists, add install / test / lint / build here.
```