Skip to content

fix: meeting-analyst.agent.md anchor links cause markdown lint false positives #1203

@WilliamBerryiii

Description

@WilliamBerryiii

Summary

meeting-analyst.agent.md contains anchor-style links ([text](#anchor)) in inline markdown that the markdown linter flags as false-positive broken links. These anchors reference headings within dynamically generated output, not actual document anchors, causing lint failures.

Affected File

.github/agents/project-planning/meeting-analyst.agent.md

Occurrences

Line Anchor Link Replacement
163 [Action Items](#action-items) Action Items
175 [Decisions Made](#decisions-made) Decisions Made
207 [Open Questions](#open-questions) Open Questions

Expected Behavior

References to output section headings should use bold text instead of anchor links to avoid lint false positives while preserving visual emphasis.

Acceptance Criteria

  • All three anchor links replaced with bold text equivalents
  • npm run lint:md and npm run lint:md-links report 0 errors for the file
  • No other markdown lint regressions

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions