PySide6 desktop application for the Xenix Native product line.
Repository routing and knowledge ownership start in AGENTS.md. Framework guidance (working methods, task packets, verification, and taste) is browsed with svc lookup.
pdm install
pdm run devThe authoritative Python and dependency constraints are declared in pyproject.toml.
Contributor, test, translation, and packaging commands are owned by CONTRIBUTING.md.
src/xenixcontains the application package, bootstrap code, UI, runtime config, storage services, logging, and exception handling.testscontains unit tests for config, storage bootstrap, repositories, services, logging, and resource resolution.scriptscontains developer helpers used bypdm run.mlcontains legacy model scripts; native ML implementation lives undersrc/xenix/services/ml.docsstores canonical durable documentation layers.tasksstores active disposable agent workspaces; retention is owned by AGENTS.md.xenix.specis the canonical Windows PyInstalleronedirspec.
- PRD: docs/10-prd/README.md
- Product TDD: docs/20-prd-tdd/README.md
- Unit TDD: docs/30-unit-tdd/README.md
- Deployment: docs/40-deployment/README.md
- Contributor workflow: CONTRIBUTING.md
- SVC corpus baseline: svc.json
For packaged delivery, see Packaging. For resolved application paths, persisted state, and recovery, see Runtime State.