Agent friendliness - #685
Merged
Merged
Conversation
fmell
force-pushed
the
agent_friendliness
branch
from
April 29, 2026 14:24
b72ac62 to
c92d925
Compare
fmell
marked this pull request as ready for review
April 30, 2026 09:44
There was a problem hiding this comment.
Pull request overview
This PR improves local/Codespaces developer experience by adjusting dev server/networking defaults, updating container and devcontainer setup, and refreshing documentation to match the new workflows and ports.
Changes:
- Expose Vite dev server on all interfaces and wire Docker Compose to use
.envfiles plus correct backend port8001. - Update backend local container to Python 3.12 + install OpenJDK 21; adjust production Dockerfile Java installation and
JAVA_HOME. - Improve developer docs and devcontainer bootstrap (copy
.envtemplates, install backendpgextras, add VS Code debug extension).
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| frontend/vite.config.ts | Bind dev server to all interfaces for container/Codespaces friendliness. |
| frontend/package.json | Move/bump knip to devDependencies. |
| frontend/package-lock.json | Lockfile updates reflecting knip bump and dependency graph changes. |
| frontend/Dockerfile.local | Remove ad-hoc npm install --save @types/... step. |
| frontend/Dockerfile | Remove ad-hoc npm install --save @types/... step. |
| frontend/.env.example | Replace placeholder secrets with commented guidance + empty values. |
| docker-compose.yml | Add env files, backend dependency, and move backend port mapping to 8001. |
| backend/src/acidwatch_api/app.py | Allow CORS from Codespaces forwarded URLs via origin regex. |
| backend/Dockerfile.local | Upgrade to Python 3.12-slim, install JDK 21, run on port 8001. |
| backend/Dockerfile | Use headless JDK 21 and update JAVA_HOME. |
| README.md | Add Docker Compose run instructions and update backend/frontend run commands/ports. |
| .devcontainer/install-dependencies.sh | Copy env templates, install backend with pg extra, set Codespaces URLs. |
| .devcontainer/devcontainer.json | Add ms-python.debugpy extension customization. |
| .devcontainer/DockerFile | Update Node setup script to Node 22.x. |
Files not reviewed (1)
- frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fmell
force-pushed
the
agent_friendliness
branch
2 times, most recently
from
April 30, 2026 12:41
ca98bb1 to
c655f7e
Compare
fmell
force-pushed
the
agent_friendliness
branch
from
April 30, 2026 12:55
c655f7e to
f1f1b1c
Compare
haralde
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.