-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathcspell.json
More file actions
43 lines (43 loc) · 2.26 KB
/
cspell.json
File metadata and controls
43 lines (43 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": "0.2",
"language": "en",
"files": ["docs/src/content/**/*.md", "README.md"],
"ignorePaths": ["node_modules", "docs/dist", "*.json", "*.ts", "*.js", ".squad"],
"words": [
"squad", "bradygaster", "astro", "pagefind", "starlight",
"copilot", "subagent", "subagents", "MCP", "REPL", "CLI", "DevRel",
"monorepo", "codespace", "codespaces", "worktree", "worktrees", "frontmatter",
"ralph", "scribe", "pao", "fido", "eecom", "capcom",
"retro", "inco", "guido", "booster", "gnc", "dsky", "vox",
"sims", "telemetry", "handbook",
"WIQL", "webhook", "webhooks", "dedup", "deduplicate",
"triage", "triaging", "untriaged", "kanban", "lifecycle",
"PRD", "SDK", "ADO", "CUDA", "RBAC", "RAAS", "OAuth", "JWT",
"Aspire", "Bicep", "Terraform", "Kubernetes",
"orchestrator", "orchestration", "runSubagent",
"Kujan", "kobayashi", "Kobayashi", "squadify",
"amolchanov", "Shayne", "spboyer", "mcmanus", "csharpfritz",
"anthropics", "dnoriegagoodwin", "unconfigured", "upgraders",
"Tamir", "Dresher", "Tetris", "tamirdresher", "tetris",
"Riker", "riker", "Troi", "Geordi", "Worf",
"recompiles", "edie", "Edie", "myorg", "myproject", "myrepo",
"WDATP", "wiisaacs", "Trejo", "Drucker", "dfberry", "diberry",
"unstarted", "ZUAER", "glab", "mlops", "Baer",
"devtunnel", "Devtunnel", "mysecret", "pyproject",
"Emmitt", "jsturtevant", "Sturtevant", "aadnesd", "Sardo",
"digitaldrummerj", "danielscholl", "llms", "dkirby", "lbouriez",
"vanartsdalen", "Artsdalen", "craigb", "tomasherceg", "Tomáš", "Herceg",
"uvirk", "Uday", "Eirik", "Haughom", "tihomir", "Tihomir",
"fboucher", "Pruthviraj", "cobey", "wbreza", "Breza",
"jbruce", "frankhaugen", "Haugen", "chrislomonico",
"johnwc", "swnger", "sturlath", "Fredo",
"Pomodoro", "pomodoro", "WASD", "Blazor", "narratively",
"MSMQ", "permadeath", "Permadeath", "CRDT", "httpx",
"Pydantic", "sdkgen", "ttft", "Strausz", "mycompany",
"slugified", "simplejwt", "pytest", "Luca", "Clemenza",
"Tessio", "Triaging", "Futurama", "mklink", "slnx", "jqlang",
"benleane", "TELMU", "Automator", "kedacore"
],
"dictionaries": ["en_US", "typescript", "node", "npm", "bash"],
"allowCompoundWords": true
}