sbom-nexus/.claude/rules/stack-and-commands.md
tegwick d61698ea51 feat: establish sbom nexus extraction slice
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a028f0-a42f-7582-89a8-ebaad7343834
2026-08-22 12:50:08 +02:00

17 lines
436 B
Markdown

# Stack and commands
SBOM Nexus is a Python 3.11+ FastAPI service packaged with `uv` and Hatchling.
The extraction slice uses SQLite through the standard library; PostgreSQL is a
production-cutover gate, not an implied property of the current code.
```bash
make install
make test
make lint
make check
make run
make scan
```
Do not claim verification without running `make check` or naming the narrower
checks that were actually run.