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

    Function moveIssueToTier

    Move an issue between Pursue / Maybe / Skip sections of a curated list (#1107).

    • Pure transform — accepts the file content and returns the rewritten content plus a summary of what changed. Exported for unit testing.

      Parameters

      • content: string
      • issueUrl: string
      • targetTier: Tier

      Returns {
          content: string;
          count: number;
          fromTier?: string;
          moved: boolean;
          reason?: string;
      }