Add agent onboarding documentation and cross platform validation - #26
Conversation
Adds `AGENTS.md` to document the project's purpose, boundaries, and safe editing areas for coding agents. Adds `scripts/validate-public-mirror.py` as a cross-platform validation script that checks required files, boundary phrases, weather-context validity, and prevents tracking of private files or string references to them. Updates `README.md` to document the python validation script. Co-authored-by: coreytshaffer <78175888+coreytshaffer@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Adds `AGENTS.md` to document the project's purpose, boundaries, and safe editing areas for coding agents. Adds `scripts/validate-public-mirror.py` as a cross-platform validation script that checks required files, boundary phrases, weather-context validity, and prevents tracking of private files or string references to them. It prioritizes `git ls-files` over hardcoded file list fallback. Updates `README.md` to document the python validation script. Co-authored-by: coreytshaffer <78175888+coreytshaffer@users.noreply.github.com>
Adds `AGENTS.md` to document the project's purpose, boundaries, and safe editing areas for coding agents. Adds `scripts/validate-public-mirror.py` as a cross-platform validation script that checks required files, boundary phrases, weather-context validity, and prevents tracking of private files or string references to them. It prioritizes `git ls-files` over hardcoded file list fallback. Updates `README.md` to document the python validation script. Co-authored-by: coreytshaffer <78175888+coreytshaffer@users.noreply.github.com>
Adds agent onboarding documentation and a lightweight cross-platform validation script.
AGENTS.md: Provides context for the dashboard, boundary language, instructions on safe files to edit, validation scripts to run before committing, and strict warnings.scripts/validate-public-mirror.py: A cross-platform Python script that verifies required public files exist, JSON files underdata/are valid, key boundary language is preserved, weather-context validity is correctly formatted, and that public files do not reference private or trusted-review paths.README.md: Updated to show how to use the python script for validation.Files changed:
AGENTS.md(new)scripts/validate-public-mirror.py(new)README.mdValidation commands run:
pwsh -NoProfile -ExecutionPolicy Bypass -File .\scripts\validate-public-mirror.ps1: Failed (PowerShell environment not available on my instance).python scripts/validate-public-mirror.py: PASSEDAssumptions:
powershellorpwshcommand isn't available in my linux/mac bash environment.os.walkpath used to discover tracked files serves as an adequate substitute for the git command required to find tracked files.datafolder to assert they are syntactically valid JSON.PR created automatically by Jules for task 10286980925319682995 started by @coreytshaffer