···1# Agent Notes
23- Relocated the project Dockerfile into `.devcontainer/Dockerfile` so GitHub Codespaces can pick it up automatically.
4-- Added `.devcontainer/devcontainer.json` pointing to the Dockerfile, sets remote user `app`, and recommends VS Code extensions.
05- Remember to mirror any environment dependency updates in both the Dockerfile and devcontainer definition.
···1# Agent Notes
23- Relocated the project Dockerfile into `.devcontainer/Dockerfile` so GitHub Codespaces can pick it up automatically.
4+- Added `.devcontainer/devcontainer.json` pointing to the Dockerfile, sets remote user `app`, and recommends necessary VS Code extensions.
5+- Dropped the Rust Analyzer recommendation per project requirements; keep the list lean to essentials.
6- Remember to mirror any environment dependency updates in both the Dockerfile and devcontainer definition.