chore: refresh agent template package#105
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Refreshes the repo-local agent manifests and the exported multi-agent template zip to keep argument-hint strings within the 200-character limit, aligning with the agent packaging constraints referenced in #104.
Changes:
- Shortens
argument-hinttext for Bridge/Jesse/Rook/Vex agent manifests. - Updates the exported
_exports/multi-agent-template-2026-05-02.zipartifact to reflect the refreshed template contents.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
_exports/multi-agent-template-2026-05-02.zip |
Updated export artifact containing the template agents/instructions. |
.github/agents/Bridge.agent.md |
Condenses Bridge argument-hint to stay within the limit. |
.github/agents/Jesse.agent.md |
Condenses Jesse argument-hint to stay within the limit. |
.github/agents/Rook.agent.md |
Condenses Rook argument-hint to stay within the limit. |
.github/agents/Vex.agent.md |
Condenses Vex argument-hint to stay within the limit. |
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.
Refreshes the agent template package so the repo-local manifests and the transferable zip stay within the 200-character argument-hint limit.
The export artifact remains sanitized and project-agnostic.
Closes #104