syllago capmon
Fetch, extract, diff, and report on AI provider capability drift.
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
backfill | Populate missing content_hash values in a provider format doc |
check | Check for content drift in provider format docs |
derive | Derive a seeder spec from a provider format doc |
diff | Show field-level changes in provider-capabilities since a git ref |
extract | Run extraction on cached sources |
fetch | Fetch source URLs and update hash cache |
generate | Regenerate per-content-type views and spec tables from provider-capabilities YAML |
onboard | Bootstrap a new provider into the capmon pipeline |
run | Run the full capability monitor pipeline |
seed | Bootstrap or re-seed provider capability YAML from extracted data |
test-fixtures | Report fixture staleness or update fixtures for a provider |
validate-format-doc | Validate a provider format doc against the canonical keys vocabulary |
validate-sources | Validate a provider’s source manifest has URIs for all supported content types |
verify | Validate provider-capabilities YAML against JSON Schema |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
Source