docs: add SETUP.MD for Agentic Inner Loop KPI#352
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a repository-level setup guide intended to support the “Agentic Inner Loop KPI” workflow by documenting prerequisites and the standard local commands to install deps, verify imports, build, and run tests across the monorepo packages.
Changes:
- Add
SETUP.MDwith prerequisites, platform target notes, and environment variable expectations. - Document
uv-based install/sync, verification, build, and test commands for each package. - Include a “Sample Code Change” recipe plus a targeted verification command for KPI validation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Install uv if not present | ||
| curl -LsSf https://astral.sh/uv/install.sh | sh | ||
| export PATH="$HOME/.local/bin:$PATH" |
There was a problem hiding this comment.
Addressed in latest commit (force-pushed) — switched to python3 -m pip install --upgrade uv (matches CONTRIBUTING.md style, no remote shell execution).
| - Python 3.11+ | ||
| - [uv](https://docs.astral.sh/uv/) 0.5+ | ||
|
|
||
| ### Supported platforms |
There was a problem hiding this comment.
The ### Supported platforms heading is mandated verbatim by the Agentic Inner Loop SETUP.md spec — the validation pipeline parses for that exact section title. Renaming risks setup-file-malformed. The clarifying paragraph below already scopes it to the KPI target.
Adds the SETUP.MD required by the Agentic Inner Loop validation pipeline (MER KPI 11). Documents prerequisites, environment setup, build, test, and a prescribed sample code change so an AI agent can autonomously run the inner dev loop on a clean Linux machine. PRODEV-624
06b7849 to
e646759
Compare
|



PRODEV-624