ddnetters/🎯 Stringly-Typed

AI-powered brand voice validation for your codebase - String validation for quality gates

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesGlob pattern for files to validateyes**/*.{js,ts,md,json}
checkerChecker type to use (char_count, custom, brand_style)yeschar_count
checker-optionsJSON string with checker optionsno{}
style-guide-filePath to style guide file for brand_style checker (e.g., STYLE_GUIDE.md)no""
deciderDecider type to use (threshold, noCritical, custom)yesthreshold
decider-optionsJSON string with decider optionsno{}
commentPR comment behavior: on-failure, always, or never. Requires GITHUB_TOKEN env var.noon-failure
namedescription
resultsJSON string with validation results
summaryJSON string with validation summary
passBoolean indicating if validation passed