Add coding-agent guidance and llms.txt decision rules#1
Conversation
|
@codex Please review this and correlate with the content of yllibed/repl#37 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 77ca7e8c37
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex please review this updated PR and correlate it with yllibed/repl#37. |
|
@codex please review this again. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c6dcfc1d02
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
llms.txtso agent-readable entry points include the new guide, explicit decision rules, common agent tasks, and the Repl.Mcp wording clarification.yllibed/repl#37: build local samples first, then usedotnet run --no-build --project ... -- mcp servein host configs..vscode/mcp.jsonshape separately with top-levelserverswhile keepingmcpServersfor Cursor/Cline/Claude-style clients.Refs yllibed/repl#36.
Verification
git diff --check origin/main...HEAD— passed.git diff --check— passed.dotnet run --projectwithout--no-build— passed.mcpServersand VS Codeservers) — passed.ASTRO_TELEMETRY_DISABLED=1 XDG_CONFIG_HOME=/workspace/.config npm run astro -- build— passed, including/cookbook/mcp-server/and/getting-started/for-coding-agents/.npm run buildwas previously attempted locally, but DocFX metadata generation failed against the local checked-out Repl source before Astro build.gh pr checksreports no checks on the branch. Current workflow triggers arepushtomain,workflow_dispatch,repository_dispatch, and scheduled deploy; there is nopull_requestCI trigger in this repo yet.