Adds repo-root .vale.ini plus a custom Kyberforge style (description-opener, vague-wording, and generic reference-pointer padding rules) and a KyberforgeCopilot style scoped to .agent.md files (Use proactively check). skill-audit and agent-audit Step 1 now run vale against the specific file(s) being audited and defer the corresponding Description/Patterns/Body checks to its output instead of re-deriving them by LLM judgment, per the split proposed in issue #84. Closes #84 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FxG5T8EJDgkABXxuneuFfn
12 lines
234 B
INI
12 lines
234 B
INI
StylesPath = styles
|
|
MinAlertLevel = suggestion
|
|
|
|
[plugins/*/skills/*/SKILL.md]
|
|
BasedOnStyles = Kyberforge
|
|
|
|
[plugins/*/agents/*.md]
|
|
BasedOnStyles = Kyberforge
|
|
|
|
[plugins/*/agents/*.agent.md]
|
|
BasedOnStyles = Kyberforge, KyberforgeCopilot
|