Add inbox triage skill#116
Open
LubuSeb wants to merge 3 commits into
Open
Conversation
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
Adds
skills/inbox-triage, a public runx skill that classifies one bounded inbox thread, routes it to a safe queue, drafts a reply only for low-risk product questions, and stops before any send action.Validation
runx-cli 0.6.13runx harness skills/inbox-triage --jsonpassed with 3 cases:safe-product-questionunsafe-send-requestmissing-body-failsrunx verify --receipt-dir /tmp/runx-inbox-triage-harness-receipts --jsonreturnedvalid: true.lubuseb/inbox-triage@sha-f0bf31ce9a26runx add lubuseb/inbox-triage@sha-f0bf31ce9a26 --registry https://api.runx.ai --jsonsucceeded.runx skill lubuseb/inbox-triage@sha-f0bf31ce9a26 triage --registry https://api.runx.ai --jsonproduced a sealed dogfood receipt.runx verify --receipt-dir /tmp/runx-inbox-triage-registry-dogfood-receipts --jsonreturnedvalid: true.Safety
The skill reads fixture-style bounded inbox packets only. It does not connect to a mailbox, mutate tickets, send mail, or access private account state. Any send handoff is represented as
gated_send_proposal.decision = "requires_human_approval".