feat(M1): Baseline verification, quality tooling foundation, and current-state report
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
// markdownlint-cli2 configuration — ai-coding-skills (M1)
|
||||
//
|
||||
// This file controls which files are linted and which are ignored.
|
||||
// The markdownlint *rules* are configured in .markdownlint.jsonc.
|
||||
//
|
||||
// Scope: README.md, docs/, and canonical SKILL.md files.
|
||||
// Excluded: all node_modules, generated agent-variant directories, pi-package.
|
||||
{
|
||||
// Glob patterns for which files to lint
|
||||
"globs": [
|
||||
"README.md",
|
||||
"docs/**/*.md",
|
||||
// Canonical skill files only — agent variants are excluded below
|
||||
"skills/atlassian/shared/**/*.md",
|
||||
"skills/create-plan/**/*.md",
|
||||
"skills/do-task/**/*.md",
|
||||
"skills/implement-plan/**/*.md",
|
||||
"skills/reviewer-runtime/**/*.md",
|
||||
"skills/web-automation/codex/**/*.md",
|
||||
"skills/web-automation/pi/**/*.md",
|
||||
"skills/web-automation/claude-code/SKILL.md",
|
||||
"skills/web-automation/cursor/SKILL.md",
|
||||
"skills/web-automation/opencode/SKILL.md",
|
||||
"skills/atlassian/codex/SKILL.md",
|
||||
"skills/atlassian/claude-code/SKILL.md",
|
||||
"skills/atlassian/cursor/SKILL.md",
|
||||
"skills/atlassian/opencode/SKILL.md",
|
||||
"skills/atlassian/pi/SKILL.md"
|
||||
],
|
||||
|
||||
// Ignore patterns — always exclude node_modules and generated artefacts
|
||||
"ignores": [
|
||||
"**/node_modules/**",
|
||||
"pi-package/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user