Everything below assumes you are in the repo root directory, change there if needed before running.
# Review and test code changes Everything below assumes you are in the repo root directory, change there if needed before running. RUN: make install source .venv/bin/activate make check make test If all tests pass, let's take a look at the implementation philosophy documents to ensure we are aligned with the project's design principles. READ: @ai_context/IMPLEMENTATION_PHILOSOPHY.md @ai_context/MODULAR_DESIGN_PHILOSOPHY.md Now go and look at what code is currently changed since the last commit. Ultrathink and review each of those files more thoroughly and make sure they are aligned wit...