Add support for two new AI coding agent frameworks — OpenClaw and Hermes — to the Project CodeGuard converter pipeline. Both frameworks follow the [Agent Skills standard](https://agentskills.io) and use SKILL.md discovery, making them natural extensions of the existing AgentSkillsFormat base class (the same pattern already used for Codex and OpenCode).
Motivation
Project CodeGuard's value increases as it supports to other popular AI agent ecosystems. OpenClaw and Hermes are Agent Skills-compatible frameworks with growing adoption, and users of those tools currently have no way to consume CodeGuard's security skills and rules natively. Adding first-class support means developers using these agents get secure-by-default code generation without manual rule conversion.
Scope of Changes
- New format classes —
OpenClawFormat and HermesFormat, both inheriting from AgentSkillsFormat
- Converter pipeline — Generates
.openclaw/ and .hermes/ output directories alongside existing agent formats
- CI workflows — Build zips and validate generation for both new formats as part of the release pipeline
- Documentation — Installation tabs for OpenClaw and Hermes added to
getting-started.md
Acceptance Criteria
Add support for two new AI coding agent frameworks — OpenClaw and Hermes — to the Project CodeGuard converter pipeline. Both frameworks follow the [Agent Skills standard](https://agentskills.io) and use
SKILL.mddiscovery, making them natural extensions of the existingAgentSkillsFormatbase class (the same pattern already used for Codex and OpenCode).Motivation
Project CodeGuard's value increases as it supports to other popular AI agent ecosystems. OpenClaw and Hermes are Agent Skills-compatible frameworks with growing adoption, and users of those tools currently have no way to consume CodeGuard's security skills and rules natively. Adding first-class support means developers using these agents get secure-by-default code generation without manual rule conversion.
Scope of Changes
OpenClawFormatandHermesFormat, both inheriting fromAgentSkillsFormat.openclaw/and.hermes/output directories alongside existing agent formatsgetting-started.mdAcceptance Criteria
OpenClawFormatandHermesFormatclasses pass all existingAgentSkillsFormatunit testscodeguard convertproduces valid.openclaw/and.hermes/output directoriesgetting-started.mdincludes working installation instructions for both frameworks