feat: new agents names and resources#31
Merged
diegoitaliait merged 18 commits intomainfrom Apr 19, 2026
Merged
Conversation
…for agents and workflows
- Add `check_imported_asset_overrides` function to validate imported asset overrides against defined rules. - Introduce `apply_imported_asset_overrides.py` script to replay registered patches after upstream refresh. - Create `imported-asset-overrides.yaml` to manage approved overrides with necessary metadata. - Update `SKILL.md` files to reflect new workflows and guidelines for using imported asset overrides. - Enhance consistency checks to flag invalid entries in the imported asset override registry. - Add tests to ensure the integrity and correctness of the imported asset override functionality.
…apply strategy and governance mirroring
…ted configuration
…hared boundary-recommendation protocols
…mmendation-engine skill and update agents to utilize it for lane mismatch handling
…nt-cross-lane-engine and update related documentation
- Updated operational agents in documentation and code from `internal-fast-executor`, `internal-critical-challenger` to `internal-delivery-operator`, `internal-critical-master`. - Removed deprecated `catalog_validation.sh` script and replaced it with `github_catalog_validation.py` for local validation workflow simulation. - Updated GitHub Actions workflow to use the new validation script and renamed the workflow file to `_github-catalog-validation.yml`. - Adjusted references in various markdown files and scripts to reflect the new agent names and validation processes. - Enhanced tests to cover new validation logic and ensure proper execution of required targets.
…copilot instructions
…ted patches - Added openai.yaml for the Internal Agent Sync External Resources skill to govern sync catalog decisions. - Created obra-brainstorming.patch to refine brainstorming workflow and clarify usage guidelines. - Added obra-requesting-code-review.patch to enhance code review processes with internal-review-guard. - Introduced obra-subagent-driven-development.patch to align subagent-driven development practices. - Implemented obra-test-driven-development.patch to strengthen TDD principles for executable behavior. - Developed obra-writing-plans.patch to ensure explicit planning for multi-step tasks. - Added catalog-decision-checklist.md for detailed heuristics on asset management decisions. - Created fingerprinting-contract.md to establish deterministic proof for resource changes. - Introduced imported-asset-overrides.yaml to manage imported asset overrides with clear policies. - Added scripts for applying imported asset overrides and syncing resource fingerprints. - Updated references in existing skills and documentation to reflect the new external resources structure. - Adjusted tests to align with the new internal-agent-sync-external-resources skill and its functionalities.
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.
Description
Refine routing rules and execution boundaries for agents and workflows. Implement checks and a replay mechanism for imported asset overrides, enhancing governance and consistency. Update documentation and scripts for clarity and operational model consistency. Introduce new skills for boundary recommendations and external resource synchronization. Remove deprecated components and improve test coverage for new functionalities.
Change Type
List of changes
Consumer Impact
Testing Instructions
Validation Evidence
Breaking Changes
Checklist