Files
boshu2__agentops/.markdownlint.json
T
Boden Fuller 2385dbd4fb fix(ci): resolve 7 CI failures from cc6750c4
## doc-release-gate (link validation)
- tests/docs/validate-links.sh: fix canonical-path assignment bug where
  inline `|| fallback` never fires if the outer $() assignment itself
  does not fail. Rewrite as explicit if-else so mkdocs-generated paths
  (docs/skills/*.md, docs/cli/*.md) resolve correctly in CI environments
  where those directories don't exist on disk.

## skill-lint + skill-integrity + go-build (TestSkillContract_ReferencesLinkedInSKILLMD)
- Add strict-delegation-contract.md link to skills/shared/SKILL.md and
  skills-codex/shared/SKILL.md Reference Documents sections (heal.sh
  --strict requires every references/*.md to be linked in its SKILL.md).
- Extend tests/skills/lint-skills.sh regex to support ../shared/references/
  paths in addition to skills/<name>/references/ — matches heal.sh behavior.

## markdownlint
- Disable MD030 (list-marker-space) in .markdownlint.json. Material theme
  grid-cards syntax uses 3 spaces after `-` which is standard for multi-line
  items; markdownlint default of 1 space conflicts. 61 violations → 0.

## contract-compatibility-gate + smoke-test (next-work parity)
- .agents/rpi/next-work.jsonl: fix invalid enum values for the
  2026-04-19-rpi-dag-hardening entry. Type "enhancement" → "process-improvement",
  source values normalized to valid enum (council-finding, retro-learning,
  backlog-processing).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 11:01:52 -04:00

32 lines
526 B
JSON

{
"default": true,
"MD001": false,
"MD009": false,
"MD010": false,
"MD012": false,
"MD013": false,
"MD014": false,
"MD022": false,
"MD024": false,
"MD025": false,
"MD026": false,
"MD028": false,
"MD029": false,
"MD030": false,
"MD031": false,
"MD032": false,
"MD033": false,
"MD034": false,
"MD036": false,
"MD038": false,
"MD040": false,
"MD041": false,
"MD046": false,
"MD047": false,
"MD051": false,
"MD053": false,
"MD056": false,
"MD058": false,
"MD060": false
}