rachelslurs/Oversight Lint
Lint your Storybook MCP components manifest in CI, reporting missing or broken component docs as GitHub annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest | Path to the built components.json (from `storybook build` with @storybook/addon-mcp). | no | storybook-static/manifests/components.json |
| max-warnings | Fail if the number of warnings exceeds this. Omit for no limit. | no | "" |
| config | Path to an oversight.config.json (rules, expectedExtractor, ...). | no | "" |
| expected-extractor | Extractor the manifest should have used (default: react-docgen-typescript). | no | "" |
| version | oversight-lint version to run — an npm dist-tag or exact version. | no | latest |
| working-directory | Directory to run in. | no | . |
Outputs
no outputs