Fix check_agents CI failure and sweep doc drift - #9
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes
check_agentscrashing in CI (it required the gitignored, machine-localproperties.yml) and sweeps the repo for doc/AI-config drift found while auditing it, including a stale root README title and a.github/workflows/listing that referenced two workflow files that no longer exist.Changes
check_agents.py: resolve the repo root viafind_repo_root()locally, or this file's fixed relative path whenCIis set, instead ofget_repo_local()(which needsproperties.yml, never created in CI)README.md: retitle to "Template Python", fix the.github/workflows/listing (onlytests.ymlexists, triggering on push tomain, not the removedfeature_branches.yml/protected_branches.yml), documentsetup.ps1andcommon/route_utils.pymodules/repo/README.md: rewritten — it described a fictional "Repo Manager Agent" with aconfig.yml/permissions system that never existed in this codebase; now documents the actual files and behaviormodules/common/README.md: documentedcli.pyandroute_utils.py, previously missing.github/instructions/index.instructions.md,modules.instructions.md,tasks.instructions.md: matching structure fixes, plus two references to a nonexistentupgrade.upgradetask corrected toupgrade