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.
Build and validate a minimal A2A AgentCard per agent-cards-spec v0.1 from a struct. Sibling of — same role, different protocol. Part of the Kinetic Gain Suite. When you author an AgentCard by hand, it's easy to drift from the spec — typos in enum values, an without the matching (the spec's allOf clause), a tool with set to something that doesn't exist. This tool takes a struct, validates every…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Build and validate a minimal A2A AgentCard per agent-cards-spec v0.1 from a struct. Sibling of — same role, different protocol. Part of the Kinetic Gain Suite. When you author an AgentCard by hand, it's easy to drift from the spec — typos in enum values, an without the matching (the spec's allOf clause), a tool with set to something that doesn't exist. This tool takes a struct, validates every constraint, and emits a card you can trust. The error messages quote the actual offending field and…