fix: restore CI workflow with markdownlint config #30

Merged
ghost merged 3 commits from fix/restore-agents-ci into main 2026-03-20 23:57:04 +00:00

3 Commits

Author SHA1 Message Date
Samuel Stinkpost 5de7138953 fix: disable additional markdownlint rules for agent prompt files
AGENTS.md files are prose-first (no heading required — MD041), mix
list styles (MD004), and use tight lists in compact docs (MD032).
These are structural choices for agent prompts, not markdown errors.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-20 23:09:30 +00:00
Samuel Stinkpost 1e3d4d6e88 fix: disable strict markdownlint rules for agent prompt files
Agent prompts, operational docs (OPERATIONS.md, POLICIES.md, TOOLS.md),
and marketing SOUL files intentionally use long lines, compact heading
style, and fences inside blockquotes. Disabling MD013, MD022, MD031,
and MD040 prevents false-positive CI failures on these files.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-20 23:06:38 +00:00
Hugh Hackman 28b0e7433e fix: restore CI workflow with markdownlint config
The previous CI workflow was removed, leaving the agents repo with no CI.
This restores markdownlint-based CI with a config that disables rules
incompatible with agent prompt files (bare URLs, inline HTML, emphasis
headings). Uses ARC runners and actions/checkout@v6.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 02:04:35 +00:00