This directory contains architecture and subsystem guidance for Prism.
These docs explain subsystem responsibilities, boundaries, and data flow. Implementation details should remain in code-level docstrings and plans.
Run from repository root (using C:\venv\prism_venv):
C:\venv\prism_venv\Scripts\python -m ruff check src tests
C:\venv\prism_venv\Scripts\python -m mypy
C:\venv\prism_venv\Scripts\python -m pytest -q- Create/activate the project virtual environment.
- Install Prism in editable mode from repository root:
C:\venv\prism_venv\Scripts\python -m pip install -e .Run these before opening a PR:
C:\venv\prism_venv\Scripts\python -m ruff check src tests
C:\venv\prism_venv\Scripts\python -m mypy
C:\venv\prism_venv\Scripts\python -m pytest -q