docs(RMGR-WP-0001): complete T04 implementation foundation
Accept ADR-001: Python 3.12, FastAPI, Postgres/SQLAlchemy async, src layout, uv/hatchling, pytest. Scaffold package, rmgr CLI stub, and version tests.
This commit is contained in:
parent
3fa8d0b4c4
commit
e02f5a258a
9 changed files with 342 additions and 7 deletions
|
|
@ -23,3 +23,10 @@ Architecture:
|
|||
- [Repository representation v0.1](docs/repository-representation_v0.1.md)
|
||||
- [Observation and command contracts v0.1](docs/observation-command-contracts_v0.1.md)
|
||||
- [State Hub extraction inventory v0.1](docs/state-hub-extraction-inventory_v0.1.md)
|
||||
- [ADR-001 Implementation foundation](docs/adr-001-implementation-foundation.md)
|
||||
|
||||
```bash
|
||||
make install # or: uv pip install -e ".[dev]"
|
||||
make test
|
||||
rmgr --version
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue