# Dependency and Build Decisions

- The supplied archive was a dependency pack, not application source, so KIMU was implemented as a new Flask/SQLite/React project.
- The prior PHP dependency assumptions were not carried into this Flask edition.
- Production runtime requires Python only. Node is not required to run the packaged application.
- The compiled frontend is included under `static/`.
- Frontend rebuilds are deterministic and offline: `node scripts/build_frontend.mjs` uses the supplied vendored React 19.2.7 runtime and vendored TypeScript 5.8.3 compiler.
- Python packages are pinned in `requirements.txt` and installed into a local `.venv` by `install.sh`.
- K2.6 defaults to the current Together serverless model identifier.
- K2.7 Code is represented as a separate model profile but is not falsely marked serverless-ready; its model/dedicated endpoint identifier is deployment configuration.
