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 the code in $ARGUMENTS. Ultrathink and review each of the files thoroughly and make sure they are aligned with the implementation philosophy docum...