feat: establish sbom nexus extraction slice
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a028f0-a42f-7582-89a8-ebaad7343834
This commit is contained in:
parent
79cd7dff06
commit
d61698ea51
31 changed files with 3246 additions and 1 deletions
17
.claude/rules/stack-and-commands.md
Normal file
17
.claude/rules/stack-and-commands.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue