@oss-autopilot/core - v3.7.0
    Preparing search index...

    Function pruneIssueList

    Parse a curated markdown issue list file into structured issue items.

    • Prune a markdown issue list: remove completed, skipped, and low-score items. Rewrites the file in place, removing:

      • Items with strikethrough, [x], Done, Skip, or Dropped status
      • Items with score < minScore
      • Empty section headings left after removal
      • Sub-bullets belonging to removed items

      Parameters

      • content: string
      • minScore: number = 6

      Returns { pruned: string; removedCount: number }

      Count of items removed