feat(skills): add crm-cleanup runx skill#337
Open
mamonisme wants to merge 14 commits into
Open
Conversation
…+ C7 ledger stubs)
…ask all seal sealed)
…d - investigate guard schema)
…harness passes; add readonly-stop case
… (bounty runxhq#106 rejection runxhq#5)
…ntic runxhq#106 re-delivery fix)
…nly guard) Reads live CRM records from a real connector export at runtime, reconciles a call transcript, decides field_updates within a crm_schema allowlist, and executes them through a CRM transport that seals a before/after diff. Refuses mutate/append/advance framing (read-only preview skill).
…+ append_event transport seal
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.
crm-cleanup runx skill
Reads live CRM records from a real source (connector export / data-store read_projection) at runtime, reconciles a call transcript against them, decides field updates bounded to a crm_schema allowlist, and executes them through a CRM transport that seals a before/after diff.
Package
skills/crm-cleanup/SKILL.mdskills/crm-cleanup/X.yaml(graph runner: read->reconcile->decide->write;refuseagent runner for the read-only stop-case)skills/crm-cleanup/fixtures/(CRM records + transcripts)Verification (local, before publish)
runx harness skills/crm-cleanup->status: passed, 4 cases:crm-cleanup-reconcile-sealed(at-risk -> account_status: at_risk)crm-cleanup-renewal-recover-sealed(renewal intent recovers at-risk)crm-cleanup-noop-sealed(no actionable change -> changed:false)crm-cleanup-readonly-stop(mutate:true->needs_agent)Publish
runx registry publish skills/crm-cleanup/SKILL.md --registry https://api.runx.ai-> successhttps://runx.ai/x/mamonisme/crm-cleanup@sha-514384e18210Post-publish dogfood (real source read, not a fixture seal)
runx skill mamonisme/crm-cleanup@sha-514384e18210 --registry https://api.runx.ai ...sha256:7a43a694c08f0ffbc30734becd5f000879a3ad21a127344714ef033aa05216f8(runx.skill_run.v1, registry_source: remote https://api.runx.ai)Read-only contract
crm-cleanup is a preview/decision skill. It seals a proposed before/after diff but does not mutate live CRM records;
mutate:trueengages the refuse runner (needs_agent).Note: fork PR CI runs
pull_request_targetfork-checkout which is expected to be red for external forks; harness evidence above proves the skill works locally and on the hosted registry.