Feature/workflow evolution create pr agent registry#15
Merged
markhazleton merged 5 commits intoApr 11, 2026
Conversation
Introduce shared agent registry for centralized coordination, update workflows to support route-aware execution patterns, and add create-pr command support across PowerShell and Bash scripts.
- Fix MD032/MD007/MD029 in implement.md and quickfix.md (list indentation, blank lines) - Fix MD031/MD040 in quickfix.md (nested fenced blocks via 4-backtick fences) - Fix MD029 in implementation-lifecycle.md (duplicate step number) - Fix MD047 in create-pr.md, quick-spec-template.md, validation-matrix.md (trailing newline) - Fix SC2034/SC2259/SC2046 in create-pr.sh (unused var, pipe+heredoc, unquoted expansions) - Fix test_create_pr_preflight_debug.py (add git commit so branch detection works) - Add .pytest_cache to .gitignore and .markdownlint-cli2.jsonc ignores
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.
What does this PR do?
Introduces a centralized
agents-registry.jsonfeature to track and manage AI agents. This central registry avoids hardcoded agent lists across different scripts and templates, improving maintainability and supporting cross-editor parity (e.g., VS Code Copilot, Claude Code, Cursor). Also updates thecreate-prworkflow and related scripts/documentation to utilize this new registry.Checklist
npx markdownlint-cli2 "**/*.md")Related issues