# Stack And Commands The implementation stack is not established yet. Until it is, prefer documentation and small scaffold changes over choosing frameworks prematurely. The Python package depends on path deps (`markitect-tool`, `artifactstore`) that bring heavy runtime dependencies. Use the Makefile to provision a local venv before running tests: ```bash make install # creates ./.venv with all path deps make test # full pytest suite (must run via .venv/bin/python) ``` Useful commands: ```bash git status --short rg --files ``` State Hub registration was completed with: ```bash /home/worsch/the-custodian/state-hub/.venv/bin/custodian register-project --domain markitect --path /home/worsch/infospace-bench ```