docs: expand AGENTS.md with entry point, config, and workflow notes#2893
docs: expand AGENTS.md with entry point, config, and workflow notes#2893vimalk78 wants to merge 1 commit into
Conversation
Correct the MyPy "strict mode" claim, document the runner.py → uvicorn → FastAPI startup chain and workers=1 invariant, explain the AppConfig singleton and test reset behavior, point to README for MCP, and add a generator + critic workflow for non-trivial changes. Signed-off-by: Vimal Kumar <vimal78@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@vimalk78: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Read through and spot-checked against the code — additions look accurate and useful. Two small things: CLAUDE.md drift: Generator + critic block at the bottom: the workflow itself is reasonable, but it reads a bit more "general agent advice" than the rest of the file, which is mostly project-specific facts you'd get wrong without being told. Intentional, or did it land here alongside the concrete edits? Either way is fine, just want to check. Happy to |
|
Correction on the CLAUDE.md drift point in my earlier review — I missed that The generator+critic question stands but I'd flagged it as non-blocking either way. Content otherwise looks good. |
Correct the MyPy "strict mode" claim, document the runner.py →
uvicorn → FastAPI startup chain and workers=1 invariant, explain the
AppConfig singleton and test reset behavior, point to README for MCP,
and add a generator + critic workflow for non-trivial changes.
Description
Type of change
Related Tickets & Documents
Checklist before requesting a review
Testing