Validate code changes against the project's frozen data contracts (packages/types/). Catches breaking changes to PersonalityConfig, AgentEvent, ContextEngine, Storage, the plugin contract, and the rest of the schema-frozen interfaces — early, before the full test suite. Use when touching anything under packages/types/, adding a field to a frozen schema, or changing a contract interface. Returns {touched_schemas: [...], gate_tests: {passed, failed, details}}. Read-only.
$npx -y skills add ethosagent/ethos --skill schema-validatorInstalls into the current project.
Run `npx skills use "https://github.com/ethosagent/ethos" --skill "ethosagent/ethos/schema-validator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ethosagent/ethos" that are relevant to the current task. Run `npx skills add "https://github.com/ethosagent/ethos"` and select the relevant skills, then follow their instructions.