diff --git a/plugins/kyberforge/docs/README.md b/plugins/kyberforge/docs/README.md index 1f646a4..8194741 100644 --- a/plugins/kyberforge/docs/README.md +++ b/plugins/kyberforge/docs/README.md @@ -17,4 +17,5 @@ Upstream reference material gathered during skill authoring. Not shipped with th |------|---------| | `research/docs/agentskillsio/` | agentskills.io spec, skill authoring, description optimization, eval design, scripts | | `research/docs/agentsmd/` | agents.md format spec and cross-tool configuration reference | +| `research/docs/vale/` | Vale (vale.sh) prose linter — config, styles/rules/checks model, CLI reference, installation | | `research/examples/skill-write/` | Upstream skill examples reviewed when authoring skill-write and skill-audit | diff --git a/plugins/kyberforge/docs/research/docs/vale/cli-reference.md b/plugins/kyberforge/docs/research/docs/vale/cli-reference.md new file mode 100644 index 0000000..7ed35fb --- /dev/null +++ b/plugins/kyberforge/docs/research/docs/vale/cli-reference.md @@ -0,0 +1,29 @@ +--- +topic: cli-reference +source_keys: + - context7-websites-vale-sh +--- + +## Core Invocation + +```bash +$ vale README.md +``` + +Lints the given file(s)/glob against the styles configured in `.vale.ini`. + +## Key Flags and Subcommands + +| Command/Flag | Purpose | +|---|---| +| `vale sync` | Downloads and installs packages/styles declared in `.vale.ini`. Run after install and whenever `Packages` changes. | +| `vale ls-config` | Prints the currently active, fully-resolved configuration as JSON. Useful for debugging what settings actually apply to a file. | +| `--output=