| # PyPI Release: AbteeX SovereignCode | |
| Package: `abteex-sovereigncode` | |
| Version: `0.4.0` | |
| ## Local Build | |
| ```bash | |
| python -m build | |
| python -m twine check dist/* | |
| python quickstart.py | |
| sovereigncode serve --smoke | |
| ``` | |
| ## Publish | |
| ```bash | |
| python -m twine upload dist/* | |
| ``` | |
| Required local credentials: `TWINE_USERNAME=__token__` and `TWINE_PASSWORD=<pypi-token>`. | |
| The GitHub workflow can publish with PyPI trusted publishing when the PyPI project | |
| is configured to trust `Aimaghsoodi/TinyLuminaX`. | |
| ## Runtime Surface | |
| - CLI: `sovereigncode` | |
| - Local UI/API: `sovereigncode serve --port 8788 --open` | |
| - Policy API: `POST /v1/evaluate`, `POST /v1/plan-turn`, `POST /v1/tool-check` | |
| - Audit: `GET /v1/audit` and `sovereigncode audit --limit 25` | |