···11+# Agent Notes
22+33+- Relocated the project Dockerfile into `.devcontainer/Dockerfile` so GitHub Codespaces can pick it up automatically.
44+- Added `.devcontainer/devcontainer.json` pointing to the Dockerfile, sets remote user `app`, and recommends VS Code extensions.
55+- Remember to mirror any environment dependency updates in both the Dockerfile and devcontainer definition.