ci: Add GitHub Actions workflow for documentation checks
This commit is contained in:
114
.cspell.json
Normal file
114
.cspell.json
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"language": "en",
|
||||
"words": [
|
||||
"claude",
|
||||
"Claude",
|
||||
"Anthropic",
|
||||
"subagent",
|
||||
"subagents",
|
||||
"CLAUDE",
|
||||
"MCP",
|
||||
"Mermaid",
|
||||
"frontmatter",
|
||||
"pre-commit",
|
||||
"Ruff",
|
||||
"Bandit",
|
||||
"EPUB",
|
||||
"Sonnet",
|
||||
"Opus",
|
||||
"Haiku",
|
||||
"luongnv89",
|
||||
"claude-howto",
|
||||
"ModelContextProtocol",
|
||||
"YAML",
|
||||
"JSON",
|
||||
"API",
|
||||
"DevOps",
|
||||
"CRUD",
|
||||
"CLI",
|
||||
"SSH",
|
||||
"HTTP",
|
||||
"HTTPS",
|
||||
"AWS",
|
||||
"GitHub",
|
||||
"GitLab",
|
||||
"MongoDB",
|
||||
"PostgreSQL",
|
||||
"SQLite",
|
||||
"Redis",
|
||||
"JWT",
|
||||
"OAuth",
|
||||
"CORS",
|
||||
"REST",
|
||||
"GraphQL",
|
||||
"TypeScript",
|
||||
"JavaScript",
|
||||
"Python",
|
||||
"Bash",
|
||||
"Unix",
|
||||
"Linux",
|
||||
"macOS",
|
||||
"Windows",
|
||||
"PowerShell",
|
||||
"VSCode",
|
||||
"IDE",
|
||||
"MCP",
|
||||
"Checks",
|
||||
"checkpoints",
|
||||
"THINKING",
|
||||
"Headless",
|
||||
"Headless mode",
|
||||
"Kyrie",
|
||||
"subprocesses",
|
||||
"subprocess",
|
||||
"checklist",
|
||||
"checklists",
|
||||
"customizable",
|
||||
"customization",
|
||||
"delegated",
|
||||
"delegating",
|
||||
"permissioning",
|
||||
"GOPATH",
|
||||
"goToDefinition",
|
||||
"outgoingCalls",
|
||||
"incomingCalls",
|
||||
"docstring",
|
||||
"docstrings",
|
||||
"EOSMTP",
|
||||
"OPENSPEC",
|
||||
"Markdown",
|
||||
"realtime",
|
||||
"real-time",
|
||||
"refactoring",
|
||||
"runtime",
|
||||
"namespace",
|
||||
"namespacing",
|
||||
"linting",
|
||||
"pytest",
|
||||
"Pytest",
|
||||
"telemetry",
|
||||
"caching",
|
||||
"HTTPS",
|
||||
"repo",
|
||||
"repos",
|
||||
"readme",
|
||||
"README"
|
||||
],
|
||||
"ignoreWords": [
|
||||
"luongnv89"
|
||||
],
|
||||
"ignoreRegExpList": [
|
||||
"code\\{[^}]*\\}",
|
||||
"```[\\s\\S]*?```"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"filename": "**/*.md",
|
||||
"words": [
|
||||
"commandline",
|
||||
"cmd"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user