chore(docs): update AGENTS.md to reflect recent changes - #106
Closed
RedStar071 wants to merge 1 commit into
Closed
RedStar071 wants to merge 1 commit into
RedStar071 wants to merge 1 commit into
Conversation
The Cursor Cloud PostgreSQL setup step pointed at a compose.dev.yml file that has never existed in this repo; the actual file is .docker/compose.yml. Also note that its postgres-data volume is declared external, so it must be created before the first `up` or the command fails outright on a fresh VM. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XQphY6Eend9vygFaeFRkNQ
◈ PR Lens
Architecture 1 component touched across 2 lanes. Data flow No data-flow sequence changed in this PR. View
Tip Push a commit and the comment redraws for the new head. A slow older run never overwrites a newer one. 🪧 More tips
Thanks for using PR Lens! It's built by Coldtea, free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. |
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.
Summary
Weekly AGENTS.md audit. No pull requests merged into
mainin the review window (2026-09-07 to 2026-09-14) — the most recently merged PR is #99 (2026-08-15).While verifying AGENTS.md's current accuracy against the live codebase, I found the "Cursor Cloud specific instructions → Infrastructure (PostgreSQL)" section references a
compose.dev.ymlfile that has never existed anywhere in this repo's history — the actual Docker Compose file is.docker/compose.yml. An agent following the doc verbatim gets ano configuration file providederror and can't start Postgres.This was previously flagged and a fix attempted in #93, but that PR was closed unmerged (draft, blocked) before landing a correction.
While fixing the path, I also verified against
.docker/compose.ymlthat itspostgres-datavolume is declaredexternal: true, meaningdocker compose ... up postgres -dfails on a fresh environment unless the volume is created first — nothing else in the repo creates it. Addeddocker volume create postgres-dataas a one-time prerequisite step so the corrected command actually succeeds end-to-end.Everything else in AGENTS.md /
.github/copilot-instructions.mdwas cross-checked againstpackage.jsonscripts,src/main.ts/src/lib/setup/all.tsenv loading, and@wolfstar/env-utilities's actual.env.localoverride behavior, and remains accurate.Changes
AGENTS.md: fixcompose.dev.yml→.docker/compose.yml, and document thepostgres-dataexternal-volume prerequisite.🤖 Generated with Claude Code
https://claude.ai/code/session_01XQphY6Eend9vygFaeFRkNQ
Generated by Claude Code
Confidence Score: 5/5
Safe to merge: the documented PostgreSQL startup flow matches the repository configuration.
No issues were found, and the documented volume, Compose file, and service name were checked against the configuration.
Files Needing Attention: None.
What T-Rex did
Reviews (1): Last reviewed commit: "docs(agents): fix stale compose.dev.yml ..." | Re-trigger Greptile