-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add bug finder and managed workflow routing #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6f35923
feat: add bug finder skill
cmdr-chara cd678fd
feat: add bug finder metadata
cmdr-chara 4e1941a
feat: add bug candidate ledger
cmdr-chara 963ca11
feat: add global toolkit routing instructions
cmdr-chara feb1692
feat: add toolkit workflow catalog
cmdr-chara 63a29b6
feat: install managed orchestration instructions
cmdr-chara e748f77
feat: route setup through orchestration installer
cmdr-chara 89bd952
feat: catalog bug finder
cmdr-chara 6ac1323
fix: preserve canonical skill order
cmdr-chara a591f79
feat: validate bug finder and orchestration routing
cmdr-chara 4739b02
test: add bug finder routing cases
cmdr-chara 2e448f3
test: add bug finder overlap case
cmdr-chara 37df604
test: add bug finder workflow scenario
cmdr-chara 7e4b4e2
test: add live bug finder route
cmdr-chara b5bbcfc
docs: define bug finder responsibility
cmdr-chara d695bbb
docs: refresh evaluation coverage for bug finder
cmdr-chara 9f569fe
docs: explain automatic workflow routing
cmdr-chara 0d4879b
docs: document routing updates
cmdr-chara 7c63a10
ci: verify managed routing installation
cmdr-chara e0c33ea
fix: satisfy bug finder metadata contract
cmdr-chara 7bd6f7e
fix: add bug finder handoff and failure sections
cmdr-chara 5b1dc95
release: bump toolkit to v0.8.0
cmdr-chara 2cd8b18
docs: add v0.8.0 release notes
cmdr-chara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test models v0.7.0 as the installed release and v0.8.0 as the update, but
package.jsonremains at 0.7.0. The release workflow derives its tag from that package version and skips tag/release creation when v0.7.0 already exists, so this commit's new skill and routing installer will not become a new latest release and existing scheduled installations will never receive them. Bump the package version and add the matching changelog section.Useful? React with 👍 / 👎.