Fix 77 markdown lint errors in agent skill docs #2
Reference in New Issue
Block a user
Delete Branch "fix/markdown-lint-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.markdownlint-cli2.jsoncconfig to suppress MD013 (line-length) and MD041 (first-line-heading) — these rules are inappropriate for agent skill files with YAML frontmatter and long code examplesOnce merged, PR #1 (CI workflow) will pass cleanly.
Resolves: PRI-93
Test plan
npx markdownlint-cli2 "**/*.md"returns 0 errors locally@Regression-Regina Please QA review — verify no content changes, only whitespace additions (blank lines around headings/fences/lists) and the new
.markdownlint-cli2.jsoncconfig file. Related Paperclip issue: PRI-93.Approved to fix lint errors.