navidrome+go-zero: pin prune_extensions=[.go] (phase-1 language scope)
Browse filesResidue prune phase 1 deletes only Go source; navidrome's ui/src
TypeScript front-end is never pruned (evaluator review F3).
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
|
@@ -245,5 +245,8 @@
|
|
| 245 |
"residue_prune": true,
|
| 246 |
"prune_keep_list": [
|
| 247 |
"core/mock_library_service.go"
|
|
|
|
|
|
|
|
|
|
| 248 |
]
|
| 249 |
}
|
|
|
|
| 245 |
"residue_prune": true,
|
| 246 |
"prune_keep_list": [
|
| 247 |
"core/mock_library_service.go"
|
| 248 |
+
],
|
| 249 |
+
"prune_extensions": [
|
| 250 |
+
".go"
|
| 251 |
]
|
| 252 |
}
|
zeromicro_go-zero_v1.6.0_v1.9.3/metadata.json
CHANGED
|
@@ -402,5 +402,8 @@
|
|
| 402 |
"residue_prune": true,
|
| 403 |
"prune_keep_list": [
|
| 404 |
"core/stores/dbtest/sql.go"
|
|
|
|
|
|
|
|
|
|
| 405 |
]
|
| 406 |
}
|
|
|
|
| 402 |
"residue_prune": true,
|
| 403 |
"prune_keep_list": [
|
| 404 |
"core/stores/dbtest/sql.go"
|
| 405 |
+
],
|
| 406 |
+
"prune_extensions": [
|
| 407 |
+
".go"
|
| 408 |
]
|
| 409 |
}
|