You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Auto-filed by the **gap ledger** (`test/gap-ledger.ts` → `KNOWN-GAPS.md`). The generative scope≡role',
66
+
'Auto-filed by the **gap ledger** (`test/gap-ledger.ts` → `docs/KNOWN-GAPS.md`). The generative scope≡role',
67
67
'check found a flat-highlighter divergence from the Monogram parser on **valid input** — the floor-blind',
68
68
'class the corpus-bound scope-gap metric is blind to. **This issue auto-CLOSES when the gap leaves the',
69
69
'ledger** (i.e. when the highlighter is fixed and the next ledger regen drops it).',
@@ -102,6 +102,6 @@ for (const g of toOpen) {
102
102
}
103
103
for(const[id,num]oftoClose){
104
104
console.log(` - CLOSE #${num} (gap ${id} no longer in the ledger — resolved)`);
105
-
if(!DRY)gh(['issue','close',String(num),'--comment',`Resolved — gap \`${id}\` is no longer in the ledger (\`KNOWN-GAPS.md\`); the highlighter no longer diverges here. Auto-closed by \`test/gap-issues.ts\`.`]);
105
+
if(!DRY)gh(['issue','close',String(num),'--comment',`Resolved — gap \`${id}\` is no longer in the ledger (\`docs/KNOWN-GAPS.md\`); the highlighter no longer diverges here. Auto-closed by \`test/gap-issues.ts\`.`]);
106
106
}
107
107
if(!toOpen.length&&!toClose.length)console.log(' (in sync — nothing to do)');
0 commit comments