Skip to content

Add agent onboarding documentation and cross platform validation - #26

Merged
coreytshaffer merged 4 commits into
mainfrom
agent-onboarding-validation-10286980925319682995
Jul 15, 2026
Merged

Add agent onboarding documentation and cross platform validation#26
coreytshaffer merged 4 commits into
mainfrom
agent-onboarding-validation-10286980925319682995

Conversation

@coreytshaffer

Copy link
Copy Markdown
Owner

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 under data/ 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.md

Validation 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: PASSED

Assumptions:

  • powershell or pwsh command isn't available in my linux/mac bash environment.
  • The os.walk path used to discover tracked files serves as an adequate substitute for the git command required to find tracked files.
  • Added strict validations to parse all JSON files inside data folder to assert they are syntactically valid JSON.

PR created automatically by Jules for task 10286980925319682995 started by @coreytshaffer

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>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 3 commits May 28, 2026 04:42
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>
@coreytshaffer
coreytshaffer merged commit f64e810 into main Jul 15, 2026
1 check passed
@coreytshaffer
coreytshaffer deleted the agent-onboarding-validation-10286980925319682995 branch July 15, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant