Add CI failure triage runx skill#153
Open
liomilet4-png wants to merge 98 commits into
Open
Conversation
default to the /internal/thread-outbox pending cursor (drops the fragile client cursor-cache that re-walked history on a fresh runner) and listen for a board-sync repository_dispatch so the venue can trigger the drain low-latency.
a no-ua, no-browser-headers, http1.1 client is an obvious bot signature. the fetch tool now presents a current chrome ua + the browser header set and negotiates http2 with gzip/brotli, applied as overridable defaults. configurable via RUNX_HTTP_USER_AGENT and RUNX_HTTP_BROWSER=0; the anthropic and registry transports stay plain; all transport guards unchanged. tls (ja3/ja4) and http2 fingerprint matching are out of scope.
Conventional follow-up for the pushed lockfile refresh.
Adds the dependency-cve-audit runx skill and registers it in the official catalog. Verified: - CI green on PR runxhq#82 - node --check skills/dependency-cve-audit/run.mjs - runx doctor skills/dependency-cve-audit --json - runx harness skills/dependency-cve-audit --receipt-dir <tmp> --json - packages/cli/src/skill-refs.test.ts
Adds the structured-extraction runx skill and completes the paid follow-up integration work. Maintainer cleanup added: - deterministic tool fixture for structured.extract - SKILL.md frontmatter for official catalog generation - official skill lock/Rust table/catalog allowlist entries Verified: - CI green on PR runxhq#80 - local merge simulation after runxhq#82 - node --check skills/structured-extraction/tools/structured/extract/run.mjs - runx doctor skills/structured-extraction --json - runx harness skills/structured-extraction --receipt-dir <tmp> --json - runx dev tools/structured/extract --json with RUNX_PROJECT_DIR set to the skill root - packages/cli/src/skill-refs.test.ts
… param, share verify path resolver
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
ci-failure-triage, a read-only runx skill for classifying CI failures and emitting an evidence-backedrunx.ci.triage.v1routing packet.flake,infra,real-break,dep, orneeds_agentFrantic #61 Evidence
skills/ci-failure-triage/harness-evidence/FRANTIC_DELIVERY_REPORT.mdskills/ci-failure-triage/harness-evidence/frantic-delivery-evidence.jsonrunx:receipt:sha256:221e4d741c64374e622fa4defa9dcd1c332f5966b2d33b181267051db3bbc87bValidation
runx skill inspect ./skills/ci-failure-triage --jsonpassed locally with runx-cli 0.6.13runx add liomilet4-png/ci-failure-triage@sha-92622cb44366 --registry https://api.runx.ai --jsonsucceededrunx skill liomilet4-png/ci-failure-triage@sha-92622cb44366 --registry https://api.runx.ai --jsonproduced a governed dogfood runrunx resume run_agent_task-ci-failure-triage-classify-output dogfood-answers.json --jsonsealed the dogfood runrunx verify --receipt skills/ci-failure-triage/harness-evidence/dogfood-receipt.json --jsonreturnedvalid=trueScope
This PR only adds the
skills/ci-failure-triage/package, public harness evidence, and dedicated evidence workflows for the new skill.