Files
brain/docs/registry/contracts/cspell.contract.json
T

32 lines
796 B
JSON
Raw Normal View History

{
"skill": "cspell",
"kind": "external",
"needs": [
"markdown-files",
"project-dictionary"
],
"produces": [
"spelling-report"
],
"constraints": [
"ru/en орфография .md с пользовательским словарём",
"НЕ стиль (markdownlint)",
"НЕ грамматика"
],
"preview-form": "none",
"defaults": [
"учитывать cspell-words.txt"
],
"key-decisions": [
"новый валидный термин → в словарь, а не подавлять находку"
],
"acceptance-criteria": [
"0 неизвестных слов вне словаря"
],
"source": {
"version": "n/a",
"hash": "0000000000000000000000000000000000000000000000000000000000000000",
"path": ""
}
}