2026-05-18 16:55:51 +02:00
|
|
|
## Stack
|
|
|
|
|
|
2026-07-02 00:21:49 +02:00
|
|
|
- **Language:** Python ≥3.12 (`railiance_fabric` package)
|
|
|
|
|
- **Key deps:** jsonschema, PyYAML; SQLite registry at `.railiance-fabric/registry.sqlite3`
|
2026-05-18 16:55:51 +02:00
|
|
|
|
|
|
|
|
## Dev Commands
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-07-02 00:21:49 +02:00
|
|
|
python3 -m pytest tests/ # run the test suite
|
|
|
|
|
make graph-explorer # registry-backed graph explorer (HOST/PORT/REGISTRY_DB overridable)
|
|
|
|
|
python3 -m railiance_fabric.server --db .railiance-fabric/registry.sqlite3
|
2026-05-18 16:55:51 +02:00
|
|
|
```
|
2026-07-02 00:21:49 +02:00
|
|
|
|
|
|
|
|
Local-only tooling — no production deploy surface in this repo.
|