You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.markdownlint-cli2.yaml currently ignores .agents/** so the new Markdown lint CI can be introduced without
immediately reformatting Agent Skill files and worktree-local notes.
Repository-local Agent Skills under .agents/skills/ should eventually follow the same Markdown quality policy as
the rest of the repository.
The work should avoid linting transient implementation worktrees under .agents/worktrees/ unless there is a clear
reason to include them.
Acceptance Criteria
Agent Skill Markdown under .agents/skills/ is included in Markdown linting.
Existing Agent Skill Markdown is reformatted to pass markdownlint-cli2.
Transient worktree content remains excluded or is handled by a documented rule.
CI and local Markdown lint commands pass after the exclusion is narrowed or removed.
Warning
This issue was created with assistance from LLMs.
Summary
Details
.agents/**was excluded so Markdown linting could be introduced without expanding thefirst PR into a large Agent Skill formatting change.
.markdownlint-cli2.yamlcurrently ignores.agents/**so the new Markdown lint CI can be introduced withoutimmediately reformatting Agent Skill files and worktree-local notes.
.agents/skills/should eventually follow the same Markdown quality policy asthe rest of the repository.
.agents/worktrees/unless there is a clearreason to include them.
Acceptance Criteria
.agents/skills/is included in Markdown linting.markdownlint-cli2.