You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a human-readable Markdown README from a single MCP Tool Card JSON. Renders identity, safety badges, input schema, tested-with table, performance, cost, audit. Per-doc analog to mcp-server-readme-generator. Closes the per-doc readme-gen pattern across all 4 governance protocols.
One Action, all 5 Kinetic Gain Suite protocols. Auto-routes changed JSON docs via kg-protocol-detect to the right diff (agent-card / mcp-tool-card / prompt-provenance / evidence-bundle / otel-genai), posts one consolidated PR comment.
PR gate for A2A AgentCard breaking changes — diffs HEAD vs base.sha via agent-card-diff, posts PR comment, fails on breaking. First in the per-protocol diff Action quintet.
Renders a Markdown README from a prompt-provenance JSON document. Posts as PR comment AND/OR writes to a target file path. Third in the readme-generator Action quintet.
Curated conformance corpus for agent-cards-spec v0.1 — categorized JSON fixtures (valid / dirty / shape) with declarative manifest. Final piece of the test-vectors corpus pattern across all 4 Kinetic Gain Suite specs.
Generate a human-readable Markdown README from a prompt-provenance JSON document (per prompt-provenance-spec v0.1). Renders identity, approval state, lineage chain, authorship, intent (in/out scope, supported models), and evaluations table. Third in the readme-gen trio with agent-card-readme-generator and mcp-server-readme-generator.
PR gate for prompt-provenance breaking changes — diffs HEAD vs base.sha via prompt-provenance-diff, posts PR comment, fails on hash/approval/lineage regressions. Third in the per-protocol diff Action quintet.
Build + validate a minimal A2A AgentCard per agent-cards-spec v0.1 from a StampOptions struct. Enforces id/version regex, enum constraints, and the spec's autonomy→IRU allOf clause. Sibling of prompt-provenance-stamp.
Evidence Bundle v0.1 draft. Portable format for shipping evidence packets between systems (RAG citations, audit excerpts, compliance disclosures, incident-response artifacts). manifest.json + content/ + hashes + relationships + provenance + signature. Part of the Kinetic Gain Protocol Suite.
Composition capstone for the Kinetic Gain Suite. Walks a mixed-protocol dir, emits a single unified one-page overview (composition by protocol, missing cores, per-doc tables, low-confidence routings, unrouted files). Fifth cross-protocol primitive.
GitHub Action wrapping kg-suite-fleet-overview. Posts a unified one-page composition overview as a PR comment. Optionally fails on missing-core-protocol or unrouted-doc threshold. Completes the cross-protocol Suite governance Action quartet.
Sniff which protocol a JSON document represents — agent-cards-spec, mcp-tool-card-spec, prompt-provenance-spec, evidence-bundle-spec, OTel GenAI OTLP envelope, or MCP tools/list. Routing primitive in front of any governance pipeline.
Walk a mixed-protocol directory of Kinetic Gain Suite JSONs and surface spec-version drift per protocol. Composes kg-protocol-detect routing with version-distribution accounting.