hyd2apse Claude Fable 5 commited on
Commit
0420d17
·
1 Parent(s): b5cc3b6

navidrome+go-zero: enable residue_prune, add prune_keep_list facts

Browse files

Phase 1b of the residue-prune rollout (spec: SWE-Milestone
docs/residue-prune-spec.md). Facts live here per the data/code split;
the mechanism ships with the evaluator. Keep-list: navidrome
core/mock_library_service.go (confirmed scaffolding, ~20 graded P2P),
go-zero core/stores/dbtest/sql.go (watch item, SRS-mandated contract).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NhK2BVApsdR7gAKhE3VrNW

navidrome_navidrome_v0.57.0_v0.58.0/metadata.json CHANGED
@@ -241,5 +241,9 @@
241
  ],
242
  "modifiable_test_patterns": [
243
  "**/agents_plugin_test.go"
 
 
 
 
244
  ]
245
- }
 
241
  ],
242
  "modifiable_test_patterns": [
243
  "**/agents_plugin_test.go"
244
+ ],
245
+ "residue_prune": true,
246
+ "prune_keep_list": [
247
+ "core/mock_library_service.go"
248
  ]
249
+ }
zeromicro_go-zero_v1.6.0_v1.9.3/metadata.json CHANGED
@@ -398,5 +398,9 @@
398
  "M014"
399
  ]
400
  }
 
 
 
 
401
  ]
402
- }
 
398
  "M014"
399
  ]
400
  }
401
+ ],
402
+ "residue_prune": true,
403
+ "prune_keep_list": [
404
+ "core/stores/dbtest/sql.go"
405
  ]
406
+ }