rust(chore): agent skill refresh and sift-cli 0.5.0 release prep - #763
Open
evan-sift wants to merge 5 commits into
Open
rust(chore): agent skill refresh and sift-cli 0.5.0 release prep#763evan-sift wants to merge 5 commits into
evan-sift wants to merge 5 commits into
Conversation
evan-sift
force-pushed
the
rust/bulk-annotations
branch
from
August 26, 2026 08:20
2475d86 to
e325a9c
Compare
evan-sift
force-pushed
the
rust/mcp-skill-ga-refresh
branch
from
August 26, 2026 08:20
307718c to
84324ed
Compare
This was referenced Aug 26, 2026
evan-sift
marked this pull request as ready for review
August 26, 2026 08:21
evan-sift
force-pushed
the
rust/bulk-annotations
branch
from
August 26, 2026 17:28
e325a9c to
bc03eb9
Compare
evan-sift
force-pushed
the
rust/mcp-skill-ga-refresh
branch
from
August 26, 2026 17:28
84324ed to
c71746d
Compare
lineville
reviewed
Aug 26, 2026
| carries `unresolved_calculated_channels`, the file is missing those columns: | ||
| tell the user which channels did not resolve rather than reporting the file as | ||
| complete. | ||
| - **Author or change a calculated channel.** A calculated channel is a SEL |
Contributor
There was a problem hiding this comment.
It's CEL expression not SEL right?
Contributor
There was a problem hiding this comment.
I think after this one is changed, looks good will approve 👍
Suggested change
| - **Author or change a calculated channel.** A calculated channel is a SEL | |
| - **Author or change a calculated channel.** A calculated channel is a CEL |
lineville
reviewed
Aug 26, 2026
lineville
reviewed
Aug 26, 2026
…lk annotation updates
evan-sift
force-pushed
the
rust/bulk-annotations
branch
from
August 27, 2026 04:40
bc03eb9 to
f0d6aee
Compare
evan-sift
force-pushed
the
rust/mcp-skill-ga-refresh
branch
from
August 27, 2026 04:40
c71746d to
2b5451a
Compare
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
Replaces #742, which GitHub's stack lock prevented from being retargeted after the stack restructure.
Two changes that close out the MCP tool expansion:
Refreshes the bundled Sift agent skill for the tools introduced below this branch in the stack. The skill's tool inventory now mirrors the server registry exactly (49 tools), and the workflow guidance covers calculated channel management, saved calculated channels through
get_data,preview_ruledry runs, user-defined function discovery and versioning, and bulkupdate_annotationsemantics (requiredannotation_idslist, per-id failure reporting).Preps the sift-cli 0.5.0 release: version bump in
sift_cli/Cargo.tomland aCHANGELOG.mdentry covering the new tool surface, in the same format as the 0.4.4 entry.Verification
cargo test -p sift_cli cmd::agent: 38 passed, 0 failed, including the skill/reference-bundle map test.tool_events.json(49 keys); the only names in the skill that are not registry tools are deliberate "there is no such tool" statements.cargo test -p sift_mcp428 passed,cargo test -p sift_cli218 passed,cargo fmt --all -- --checkclean,cargo build -p sift_mcp --no-default-featuresclean.