mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-14 08:28:39 +08:00
docs: record stale salvage gap pass (#1818)
This commit is contained in:
@@ -80,10 +80,13 @@ test('stale PR salvage ledger records skipped junk and superseded work', () => {
|
||||
assert.ok(source.includes('too low-signal'));
|
||||
});
|
||||
|
||||
test('stale PR salvage ledger keeps the zh-CN tail manual-review only', () => {
|
||||
test('stale PR salvage ledger keeps localization tails manual-review only', () => {
|
||||
const source = read('docs/stale-pr-salvage-ledger.md');
|
||||
|
||||
assert.ok(source.includes('Only the #1687 localization tail remains'));
|
||||
assert.ok(source.includes('The remaining plausibly useful backlog is translation/localization work'));
|
||||
assert.ok(source.includes('#1687 zh-CN localization tail'));
|
||||
assert.ok(source.includes('#1609 Persian README translation'));
|
||||
assert.ok(source.includes('#1563 zh-TW README sync'));
|
||||
assert.ok(source.includes('translator/manual review'));
|
||||
assert.ok(source.includes('Do not import stale top-level docs'));
|
||||
});
|
||||
@@ -110,8 +113,20 @@ test('stale PR salvage ledger records the May 12 gap pass', () => {
|
||||
'#1438',
|
||||
'#1504',
|
||||
'#1508',
|
||||
'#1563/#1564/#1565',
|
||||
'#1567',
|
||||
'#1570',
|
||||
'#1584',
|
||||
'#1589',
|
||||
'#1594',
|
||||
'#1597',
|
||||
'#1602',
|
||||
'#1603',
|
||||
'#1604',
|
||||
'#1609',
|
||||
'#1613',
|
||||
'#1631',
|
||||
'#1648',
|
||||
'#1658',
|
||||
'#1693',
|
||||
]) {
|
||||
@@ -122,6 +137,9 @@ test('stale PR salvage ledger records the May 12 gap pass', () => {
|
||||
assert.ok(source.includes('already preserved in #1770'));
|
||||
assert.ok(source.includes('already preserved in #1769'));
|
||||
assert.ok(source.includes('already preserved in #1766'));
|
||||
assert.ok(source.includes('GateGuard subagent file-gate bypass'));
|
||||
assert.ok(source.includes('HTTP MCP reachability handling'));
|
||||
assert.ok(source.includes('current managed installer/profile flow'));
|
||||
assert.ok(source.includes('false-positive proof gate'));
|
||||
assert.ok(source.includes('session_id` from stdin JSON'));
|
||||
assert.ok(source.includes('Already present as `skills/redis-patterns/`'));
|
||||
|
||||
Reference in New Issue
Block a user