feat: add runtime run and verification skills - #1904
Open
zhanba wants to merge 2 commits into
Open
Conversation
…interactive changes - Introduced new verification skills for CLI and server/API changes, including detailed examples for testing and validation. - Added comprehensive documentation for the `run-skill-generator` and `verify` skills, outlining their purpose and usage. - Established guidelines for verifying runtime behavior across different interfaces, including CLI, library, server, and interactive UIs. - Created templates and references to standardize the verification process and ensure consistency in reporting outcomes. - Reserved names for built-in skills to prevent conflicts and ensure clarity in skill invocation.
Clarify run and verify lifecycle guidance, keep generated validation artifacts transient, and remove obsolete restored skill references that could mislead future maintenance. 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-db77d84735cb4e1b9db114f4f7c0f9e5) Co-Authored-By: Pochi <noreply@getpochi.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1904 +/- ##
==========================================
+ Coverage 38.30% 38.31% +0.01%
==========================================
Files 772 772
Lines 82410 82354 -56
Branches 3951 4016 +65
==========================================
- Hits 31566 31556 -10
+ Misses 50727 50681 -46
Partials 117 117 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
run,verify, andrun-skill-generatorworkflows for exercising real CLI, server, browser, desktop, TUI, library, and agent surfacesTest plan
bun checkbun run testinpackages/common(610 tests)🤖 Generated with Pochi | Task