ddnetters/🎯 Stringly-Typed
AI-powered brand voice validation for your codebase - String validation for quality gates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Glob pattern for files to validate | yes | **/*.{js,ts,md,json} |
| checker | Checker type to use (char_count, custom, brand_style) | yes | char_count |
| checker-options | JSON string with checker options | no | {} |
| style-guide-file | Path to style guide file for brand_style checker (e.g., STYLE_GUIDE.md) | no | "" |
| decider | Decider type to use (threshold, noCritical, custom) | yes | threshold |
| decider-options | JSON string with decider options | no | {} |
| comment | PR comment behavior: on-failure, always, or never. Requires GITHUB_TOKEN env var. | no | on-failure |
Outputs
| name | description |
|---|---|
| results | JSON string with validation results |
| summary | JSON string with validation summary |
| pass | Boolean indicating if validation passed |