homeboy 0.97.0

CLI for multi-component deployment and development workflow automation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
{
  "auto_cleanup": false,
  "baselines": {
    "audit": {
      "context_id": "homeboy",
      "created_at": "2026-04-25T21:38:42Z",
      "item_count": 768,
      "known_fingerprints": [
        "Commands::src/commands/docs.rs::NamespaceMismatch",
        "comment_hygiene::src/commands/release.rs::LegacyComment",
        "dead_code::src/commands/utils/entity_suggest.rs::UnreferencedExport",
        "dead_code::src/commands/utils/entity_suggest.rs::UnreferencedExport",
        "dead_code::src/commands/utils/response.rs::UnreferencedExport",
        "dead_code::src/commands/utils/response.rs::UnreferencedExport",
        "dead_code::src/commands/utils/response.rs::UnreferencedExport",
        "dead_code::src/commands/utils/tty.rs::UnreferencedExport",
        "dead_code::src/commands/utils/tty.rs::UnreferencedExport",
        "dead_code::src/core/code_audit/docs_audit/verify.rs::UnreferencedExport",
        "dead_code::src/core/code_audit/impact.rs::UnreferencedExport",
        "dead_code::src/core/code_audit/run.rs::UnreferencedExport",
        "dead_code::src/core/code_audit/test_mapping.rs::UnreferencedExport",
        "dead_code::src/core/component/inventory.rs::UnreferencedExport",
        "dead_code::src/core/component/portable.rs::UnreferencedExport",
        "dead_code::src/core/component/portable.rs::UnreferencedExport",
        "dead_code::src/core/component/resolution.rs::UnreferencedExport",
        "dead_code::src/core/config.rs::UnreferencedExport",
        "dead_code::src/core/deploy/planning.rs::UnreferencedExport",
        "dead_code::src/core/deploy/provenance.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract_testgen.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract_testgen.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract_testgen.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract_testgen.rs::UnreferencedExport",
        "dead_code::src/core/engine/contract_testgen.rs::UnreferencedExport",
        "dead_code::src/core/engine/refactor_primitive.rs::UnreferencedExport",
        "dead_code::src/core/engine/refactor_primitive.rs::UnreferencedExport",
        "dead_code::src/core/engine/symbol_graph.rs::UnreferencedExport",
        "dead_code::src/core/engine/text.rs::UnreferencedExport",
        "dead_code::src/core/extension/execution.rs::UnreferencedExport",
        "dead_code::src/core/extension/execution.rs::UnreferencedExport",
        "dead_code::src/core/extension/lifecycle.rs::UnreferencedExport",
        "dead_code::src/core/extension/lifecycle.rs::UnreferencedExport",
        "dead_code::src/core/extension/runner.rs::UnreferencedExport",
        "dead_code::src/core/extension/runner_contract.rs::UnreferencedExport",
        "dead_code::src/core/extension/runner_contract.rs::UnreferencedExport",
        "dead_code::src/core/git/github.rs::UnreferencedExport",
        "dead_code::src/core/git/github.rs::UnreferencedExport",
        "dead_code::src/core/git/github.rs::UnreferencedExport",
        "dead_code::src/core/git/operations.rs::UnreferencedExport",
        "dead_code::src/core/git/operations.rs::UnreferencedExport",
        "dead_code::src/core/git/operations.rs::UnreferencedExport",
        "dead_code::src/core/git/stack.rs::UnreferencedExport",
        "dead_code::src/core/paths.rs::UnreferencedExport",
        "dead_code::src/core/paths.rs::UnreferencedExport",
        "dead_code::src/core/paths.rs::UnreferencedExport",
        "dead_code::src/core/paths.rs::UnreferencedExport",
        "dead_code::src/core/refactor/auto/apply.rs::UnreferencedExport",
        "dead_code::src/core/refactor/auto/guard.rs::UnreferencedExport",
        "dead_code::src/core/refactor/auto/sidecar.rs::UnreferencedExport",
        "dead_code::src/core/refactor/auto/summary.rs::UnreferencedExport",
        "dead_code::src/core/refactor/auto/tracking.rs::UnreferencedExport",
        "dead_code::src/core/refactor/auto/tracking.rs::UnreferencedExport",
        "dead_code::src/core/refactor/auto/tracking.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/file_intent.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/file_intent.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/file_intent.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/file_intent.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/sources.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/sources.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/sources.rs::UnreferencedExport",
        "dead_code::src/core/refactor/plan/sources.rs::UnreferencedExport",
        "dead_code::src/core/release/changelog/io.rs::UnreferencedExport",
        "dead_code::src/core/release/version.rs::UnreferencedExport",
        "dead_code::src/core/scaffold/test.rs::UnreferencedExport",
        "dead_code::src/core/scaffold/test.rs::UnreferencedExport",
        "dead_code::src/core/scaffold/test.rs::UnreferencedExport",
        "dead_code::src/core/scaffold/test.rs::UnreferencedExport",
        "dead_code::src/core/scaffold/test.rs::UnreferencedExport",
        "dead_code::src/core/scaffold/test.rs::UnreferencedExport",
        "dead_code::src/core/scaffold/test.rs::UnreferencedExport",
        "docs::docs/architecture/runner-contract.md::BrokenDocReference",
        "docs::docs/architecture/runner-contract.md::BrokenDocReference",
        "docs::docs/architecture/runner-contract.md::BrokenDocReference",
        "field_patterns::src/commands/component.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/deploy.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/extension.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/file.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/lint.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/lint.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/refactor.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/release.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/review/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/ssh.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/status.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/status.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/status.rs::RepeatedFieldPattern",
        "field_patterns::src/commands/transfer.rs::RepeatedFieldPattern",
        "field_patterns::src/core/code_audit/codebase_map.rs::RepeatedFieldPattern",
        "field_patterns::src/core/code_audit/conventions.rs::RepeatedFieldPattern",
        "field_patterns::src/core/code_audit/conventions.rs::RepeatedFieldPattern",
        "field_patterns::src/core/code_audit/findings.rs::RepeatedFieldPattern",
        "field_patterns::src/core/code_audit/fingerprint.rs::RepeatedFieldPattern",
        "field_patterns::src/core/code_audit/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/code_audit/report.rs::RepeatedFieldPattern",
        "field_patterns::src/core/component/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/component/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/component/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/context/report.rs::RepeatedFieldPattern",
        "field_patterns::src/core/context/report.rs::RepeatedFieldPattern",
        "field_patterns::src/core/context/report.rs::RepeatedFieldPattern",
        "field_patterns::src/core/db/operations.rs::RepeatedFieldPattern",
        "field_patterns::src/core/deploy/release_download.rs::RepeatedFieldPattern",
        "field_patterns::src/core/deploy/types.rs::RepeatedFieldPattern",
        "field_patterns::src/core/deploy/types.rs::RepeatedFieldPattern",
        "field_patterns::src/core/deploy/types.rs::RepeatedFieldPattern",
        "field_patterns::src/core/engine/cli_tool.rs::RepeatedFieldPattern",
        "field_patterns::src/core/engine/command.rs::RepeatedFieldPattern",
        "field_patterns::src/core/engine/edit_op.rs::RepeatedFieldPattern",
        "field_patterns::src/core/engine/hooks.rs::RepeatedFieldPattern",
        "field_patterns::src/core/error/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/extension/lint/run.rs::RepeatedFieldPattern",
        "field_patterns::src/core/extension/lint/run.rs::RepeatedFieldPattern",
        "field_patterns::src/core/extension/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/extension/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/extension/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/extension/runner.rs::RepeatedFieldPattern",
        "field_patterns::src/core/fleet/check.rs::RepeatedFieldPattern",
        "field_patterns::src/core/fleet/exec.rs::RepeatedFieldPattern",
        "field_patterns::src/core/fleet/status.rs::RepeatedFieldPattern",
        "field_patterns::src/core/git/github.rs::RepeatedFieldPattern",
        "field_patterns::src/core/git/operations.rs::RepeatedFieldPattern",
        "field_patterns::src/core/git/operations.rs::RepeatedFieldPattern",
        "field_patterns::src/core/project/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/project/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/project/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/project/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/refactor/auto/contracts.rs::RepeatedFieldPattern",
        "field_patterns::src/core/refactor/plan/sources.rs::RepeatedFieldPattern",
        "field_patterns::src/core/refactor/rename/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/release/types.rs::RepeatedFieldPattern",
        "field_patterns::src/core/release/version/types.rs::RepeatedFieldPattern",
        "field_patterns::src/core/scaffold/test.rs::RepeatedFieldPattern",
        "field_patterns::src/core/server/client.rs::RepeatedFieldPattern",
        "field_patterns::src/core/server/client.rs::RepeatedFieldPattern",
        "field_patterns::src/core/server/mod.rs::RepeatedFieldPattern",
        "field_patterns::src/core/server/transfer.rs::RepeatedFieldPattern",
        "field_patterns::src/core/upgrade/types.rs::RepeatedFieldPattern",
        "intra-method-duplication::src/commands/component.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/config.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/refactor.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/refactor.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/ssh.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/status.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/status.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/utils/args.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/commands/utils/entity_suggest.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/codebase_map.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/codebase_map.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/comment_hygiene.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/comment_hygiene.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/conventions.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/conventions.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/core_fingerprint.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/core_fingerprint.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/dead_code.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/docs_audit/claims.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/field_patterns.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/impact.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/repeated_literal_shape.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/code_audit/test_coverage.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/component/inventory.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/config.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/db/operations.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/execution.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/execution.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/execution.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/orchestration.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/planning.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/planning.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/release_download.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/safety_and_artifact.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/transfer.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/deploy/transfer.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/engine/cli_tool.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/engine/codebase_scan.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/engine/contract.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/engine/edit_op_apply.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/engine/edit_op_apply.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/engine/local_files.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/engine/symbol_graph.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/extension/execution.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/extension/grammar.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/extension/lint/run.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/extension/test/drift.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/fleet/exec.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/git/operations.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/git/operations.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/project/files.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/auto/apply.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/auto/apply.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/move_items.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/comment_fixes.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/convention_fixes.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/duplicate_fixes.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/duplicate_fixes.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/duplicate_fixes.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/orphaned_test_fixes.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/orphaned_test_fixes.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/refactor/plan/generate/signatures.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/release/changelog/sections.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/release/executor.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/release/pipeline.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/release/pipeline.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/release/pipeline.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/release/version.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/release/workflow.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/scaffold/test.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/scaffold/test.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/server/client.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/server/connection.rs::IntraMethodDuplicate",
        "intra-method-duplication::src/core/server/transfer.rs::IntraMethodDuplicate",
        "near-duplication::src/core/extension/update_check.rs::NearDuplicate",
        "near-duplication::src/core/extension/update_check.rs::NearDuplicate",
        "near-duplication::src/core/extension/update_check.rs::NearDuplicate",
        "near-duplication::src/core/refactor/add.rs::NearDuplicate",
        "near-duplication::src/core/refactor/move_items/whole_file_move.rs::NearDuplicate",
        "near-duplication::src/core/upgrade/update_check.rs::NearDuplicate",
        "near-duplication::src/core/upgrade/update_check.rs::NearDuplicate",
        "near-duplication::src/core/upgrade/update_check.rs::NearDuplicate",
        "parallel-implementation::src/commands/fleet.rs::ParallelImplementation",
        "parallel-implementation::src/commands/status.rs::ParallelImplementation",
        "parallel-implementation::src/core/code_audit/deprecation_age.rs::ParallelImplementation",
        "parallel-implementation::src/core/code_audit/docs_audit/verify.rs::ParallelImplementation",
        "parallel-implementation::src/core/deploy/planning.rs::ParallelImplementation",
        "parallel-implementation::src/core/deploy/safety_and_artifact.rs::ParallelImplementation",
        "parallel-implementation::src/core/deploy/version_overrides.rs::ParallelImplementation",
        "parallel-implementation::src/core/engine/command.rs::ParallelImplementation",
        "parallel-implementation::src/core/extension/lifecycle.rs::ParallelImplementation",
        "parallel-implementation::src/core/extension/lifecycle.rs::ParallelImplementation",
        "parallel-implementation::src/core/git/stack.rs::ParallelImplementation",
        "parallel-implementation::src/core/refactor/plan/generate/duplicate_fixes.rs::ParallelImplementation",
        "structural::src/commands/component.rs::HighItemCount",
        "structural::src/commands/extension.rs::HighItemCount",
        "structural::src/commands/file.rs::HighItemCount",
        "structural::src/commands/fleet.rs::HighItemCount",
        "structural::src/commands/git.rs::GodFile",
        "structural::src/commands/project.rs::HighItemCount",
        "structural::src/commands/refactor.rs::GodFile",
        "structural::src/commands/refactor.rs::HighItemCount",
        "structural::src/commands/server.rs::HighItemCount",
        "structural::src/commands/status.rs::HighItemCount",
        "structural::src/commands::DirectorySprawl",
        "structural::src/core/code_audit/codebase_map.rs::GodFile",
        "structural::src/core/code_audit/codebase_map.rs::HighItemCount",
        "structural::src/core/code_audit/conventions.rs::GodFile",
        "structural::src/core/code_audit/core_fingerprint.rs::GodFile",
        "structural::src/core/code_audit/core_fingerprint.rs::HighItemCount",
        "structural::src/core/code_audit/docs_audit/claims.rs::HighItemCount",
        "structural::src/core/code_audit/duplication.rs::GodFile",
        "structural::src/core/code_audit/duplication.rs::HighItemCount",
        "structural::src/core/code_audit/mod.rs::GodFile",
        "structural::src/core/code_audit/repeated_literal_shape.rs::HighItemCount",
        "structural::src/core/code_audit/test_coverage.rs::GodFile",
        "structural::src/core/code_audit::DirectorySprawl",
        "structural::src/core/component/mod.rs::HighItemCount",
        "structural::src/core/config.rs::GodFile",
        "structural::src/core/config.rs::HighItemCount",
        "structural::src/core/context/mod.rs::HighItemCount",
        "structural::src/core/context/report.rs::HighItemCount",
        "structural::src/core/defaults.rs::HighItemCount",
        "structural::src/core/deploy/types.rs::HighItemCount",
        "structural::src/core/engine/baseline.rs::HighItemCount",
        "structural::src/core/engine/codebase_scan.rs::HighItemCount",
        "structural::src/core/engine/contract.rs::HighItemCount",
        "structural::src/core/engine/contract_extract.rs::GodFile",
        "structural::src/core/engine/contract_extract.rs::HighItemCount",
        "structural::src/core/engine/contract_testgen.rs::GodFile",
        "structural::src/core/engine/edit_op_apply.rs::GodFile",
        "structural::src/core/engine/refactor_primitive.rs::HighItemCount",
        "structural::src/core/engine/text.rs::HighItemCount",
        "structural::src/core/engine/undo/snapshot.rs::HighItemCount",
        "structural::src/core/engine::DirectorySprawl",
        "structural::src/core/error/mod.rs::HighItemCount",
        "structural::src/core/extension/build/mod.rs::HighItemCount",
        "structural::src/core/extension/execution.rs::GodFile",
        "structural::src/core/extension/execution.rs::HighItemCount",
        "structural::src/core/extension/grammar.rs::GodFile",
        "structural::src/core/extension/grammar.rs::HighItemCount",
        "structural::src/core/extension/grammar_items.rs::GodFile",
        "structural::src/core/extension/lifecycle.rs::HighItemCount",
        "structural::src/core/extension/manifest.rs::HighItemCount",
        "structural::src/core/extension/mod.rs::GodFile",
        "structural::src/core/extension/mod.rs::HighItemCount",
        "structural::src/core/extension/test/analyze.rs::HighItemCount",
        "structural::src/core/extension/test/drift.rs::HighItemCount",
        "structural::src/core/git/github.rs::GodFile",
        "structural::src/core/git/github.rs::HighItemCount",
        "structural::src/core/git/operations.rs::GodFile",
        "structural::src/core/git/operations.rs::HighItemCount",
        "structural::src/core/paths.rs::HighItemCount",
        "structural::src/core/project/files.rs::HighItemCount",
        "structural::src/core/project/mod.rs::HighItemCount",
        "structural::src/core/project/report.rs::HighItemCount",
        "structural::src/core/refactor/decompose.rs::GodFile",
        "structural::src/core/refactor/decompose.rs::HighItemCount",
        "structural::src/core/refactor/plan/generate/orphaned_test_fixes.rs::GodFile",
        "structural::src/core/refactor/plan/sources.rs::GodFile",
        "structural::src/core/refactor/plan/sources.rs::HighItemCount",
        "structural::src/core/refactor/rename/mod.rs::GodFile",
        "structural::src/core/refactor/rename/mod.rs::HighItemCount",
        "structural::src/core/refactor/transform.rs::GodFile",
        "structural::src/core/refactor/transform.rs::HighItemCount",
        "structural::src/core/release/executor.rs::HighItemCount",
        "structural::src/core/release/pipeline.rs::GodFile",
        "structural::src/core/release/pipeline.rs::HighItemCount",
        "structural::src/core/release/types.rs::HighItemCount",
        "structural::src/core/rig/pipeline.rs::HighItemCount",
        "structural::src/core/rig/spec.rs::HighItemCount",
        "structural::src/core/scaffold/test.rs::HighItemCount",
        "structural::src/core/server/health.rs::HighItemCount",
        "structural::src/main.rs::HighItemCount",
        "structural::tests/core/rig/spec_test.rs::HighItemCount",
        "test_coverage::src/core/code_audit/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/checks.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/codebase_map.rs::MissingTestFile",
        "test_coverage::src/core/code_audit/comment_hygiene.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/compare.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/conventions.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/conventions.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/conventions.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/conventions.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/core_fingerprint.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/core_fingerprint.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/dead_code.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/dead_guard.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/discovery.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/discovery.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/docs.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/docs.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/docs_audit/claims.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/docs_audit/verify.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/duplication.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/duplication.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/duplication.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/duplication.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/duplication.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/field_patterns.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/fingerprint.rs::MissingTestFile",
        "test_coverage::src/core/code_audit/impact.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/impact.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/impact.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/import_matching.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/layer_ownership.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/naming.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/naming.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/repeated_literal_shape.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/repeated_literal_shape.rs::OrphanedTest",
        "test_coverage::src/core/code_audit/requirements.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/requirements.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/requirements.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/requirements.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/run.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/run.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/shadow_modules.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/shared_scaffolding.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/signatures.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/signatures.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/signatures.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/structural.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/test_coverage.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/test_helpers.rs::MissingTestFile",
        "test_coverage::src/core/code_audit/walker.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/walker.rs::MissingTestMethod",
        "test_coverage::src/core/code_audit/walker.rs::MissingTestMethod",
        "test_coverage::src/core/component/inventory.rs::MissingTestMethod",
        "test_coverage::src/core/component/inventory.rs::MissingTestMethod",
        "test_coverage::src/core/component/inventory.rs::MissingTestMethod",
        "test_coverage::src/core/component/inventory.rs::MissingTestMethod",
        "test_coverage::src/core/component/inventory.rs::MissingTestMethod",
        "test_coverage::src/core/component/mutations.rs::MissingTestFile",
        "test_coverage::src/core/component/portable.rs::MissingTestMethod",
        "test_coverage::src/core/component/portable.rs::MissingTestMethod",
        "test_coverage::src/core/component/portable.rs::MissingTestMethod",
        "test_coverage::src/core/component/portable.rs::MissingTestMethod",
        "test_coverage::src/core/component/relationships.rs::MissingTestFile",
        "test_coverage::src/core/component/resolution.rs::MissingTestFile",
        "test_coverage::src/core/component/scope.rs::MissingTestMethod",
        "test_coverage::src/core/component/versioning.rs::MissingTestFile",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/config.rs::MissingTestMethod",
        "test_coverage::src/core/db/operations.rs::MissingTestMethod",
        "test_coverage::src/core/db/operations.rs::MissingTestMethod",
        "test_coverage::src/core/db/operations.rs::MissingTestMethod",
        "test_coverage::src/core/db/operations.rs::MissingTestMethod",
        "test_coverage::src/core/db/operations.rs::MissingTestMethod",
        "test_coverage::src/core/db/operations.rs::MissingTestMethod",
        "test_coverage::src/core/db/tunnel.rs::MissingTestFile",
        "test_coverage::src/core/defaults.rs::MissingTestFile",
        "test_coverage::src/core/deploy/execution.rs::MissingTestFile",
        "test_coverage::src/core/deploy/orchestration.rs::MissingTestMethod",
        "test_coverage::src/core/deploy/permissions.rs::MissingTestFile",
        "test_coverage::src/core/deploy/planning.rs::MissingTestFile",
        "test_coverage::src/core/deploy/provenance.rs::MissingTestFile",
        "test_coverage::src/core/deploy/release_download.rs::MissingTestMethod",
        "test_coverage::src/core/deploy/release_download.rs::MissingTestMethod",
        "test_coverage::src/core/deploy/safety_and_artifact.rs::MissingTestFile",
        "test_coverage::src/core/deploy/transfer.rs::MissingTestFile",
        "test_coverage::src/core/deploy/types.rs::MissingTestFile",
        "test_coverage::src/core/deploy/version_overrides.rs::MissingTestFile",
        "test_coverage::src/core/engine/baseline.rs::MissingTestFile",
        "test_coverage::src/core/engine/cli_tool.rs::MissingTestFile",
        "test_coverage::src/core/engine/codebase_scan.rs::MissingTestMethod",
        "test_coverage::src/core/engine/codebase_scan.rs::MissingTestMethod",
        "test_coverage::src/core/engine/codebase_scan.rs::MissingTestMethod",
        "test_coverage::src/core/engine/command.rs::MissingTestFile",
        "test_coverage::src/core/engine/contract.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_extract.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_testgen.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_testgen.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_testgen.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_testgen.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_testgen.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_testgen.rs::MissingTestMethod",
        "test_coverage::src/core/engine/contract_testgen.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op.rs::MissingTestMethod",
        "test_coverage::src/core/engine/edit_op_apply.rs::MissingTestMethod",
        "test_coverage::src/core/engine/execution_context.rs::MissingTestMethod",
        "test_coverage::src/core/engine/execution_context.rs::MissingTestMethod",
        "test_coverage::src/core/engine/execution_context.rs::MissingTestMethod",
        "test_coverage::src/core/engine/execution_context.rs::MissingTestMethod",
        "test_coverage::src/core/engine/executor.rs::MissingTestFile",
        "test_coverage::src/core/engine/format_write.rs::MissingTestMethod",
        "test_coverage::src/core/engine/hooks.rs::MissingTestMethod",
        "test_coverage::src/core/engine/hooks.rs::MissingTestMethod",
        "test_coverage::src/core/engine/hooks.rs::MissingTestMethod",
        "test_coverage::src/core/engine/identifier.rs::MissingTestFile",
        "test_coverage::src/core/engine/local_files.rs::MissingTestMethod",
        "test_coverage::src/core/engine/local_files.rs::MissingTestMethod",
        "test_coverage::src/core/engine/output_parse.rs::MissingTestFile",
        "test_coverage::src/core/engine/refactor_primitive.rs::MissingTestFile",
        "test_coverage::src/core/engine/run_dir.rs::MissingTestMethod",
        "test_coverage::src/core/engine/run_dir.rs::MissingTestMethod",
        "test_coverage::src/core/engine/run_dir.rs::MissingTestMethod",
        "test_coverage::src/core/engine/run_dir.rs::MissingTestMethod",
        "test_coverage::src/core/engine/run_dir.rs::MissingTestMethod",
        "test_coverage::src/core/engine/run_dir.rs::MissingTestMethod",
        "test_coverage::src/core/engine/shell.rs::MissingTestFile",
        "test_coverage::src/core/engine/symbol_graph.rs::MissingTestMethod",
        "test_coverage::src/core/engine/symbol_graph.rs::MissingTestMethod",
        "test_coverage::src/core/engine/symbol_graph.rs::OrphanedTest",
        "test_coverage::src/core/engine/template.rs::MissingTestFile",
        "test_coverage::src/core/engine/text.rs::MissingTestMethod",
        "test_coverage::src/core/engine/text.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/entry.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/entry.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/rollback.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/rollback.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/snapshot.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/snapshot.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/snapshot.rs::MissingTestMethod",
        "test_coverage::src/core/engine/undo/snapshot.rs::MissingTestMethod",
        "test_coverage::src/core/engine/validate_write.rs::MissingTestMethod",
        "test_coverage::src/core/extension/bench/report.rs::MissingTestMethod",
        "test_coverage::src/core/extension/bench/report.rs::MissingTestMethod",
        "test_coverage::src/core/extension/bench/report.rs::MissingTestMethod",
        "test_coverage::src/core/extension/bench/run.rs::MissingTestMethod",
        "test_coverage::src/core/extension/exec_context.rs::MissingTestFile",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/execution.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar.rs::MissingTestMethod",
        "test_coverage::src/core/extension/grammar_items.rs::OrphanedTest",
        "test_coverage::src/core/extension/grammar_items.rs::OrphanedTest",
        "test_coverage::src/core/extension/grammar_items.rs::OrphanedTest",
        "test_coverage::src/core/extension/lifecycle.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lifecycle.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lifecycle.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lifecycle.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lifecycle.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lifecycle.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lifecycle.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lint/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lint/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lint/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lint/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/extension/lint/report.rs::MissingTestFile",
        "test_coverage::src/core/extension/lint/run.rs::MissingTestFile",
        "test_coverage::src/core/extension/manifest.rs::MissingTestFile",
        "test_coverage::src/core/extension/runner.rs::MissingTestFile",
        "test_coverage::src/core/extension/runner_contract.rs::MissingTestMethod",
        "test_coverage::src/core/extension/runner_contract.rs::MissingTestMethod",
        "test_coverage::src/core/extension/runner_contract.rs::MissingTestMethod",
        "test_coverage::src/core/extension/scope.rs::MissingTestFile",
        "test_coverage::src/core/extension/test/analyze.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/baseline.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/drift.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/drift.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/drift.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/parsing.rs::MissingTestFile",
        "test_coverage::src/core/extension/test/report.rs::MissingTestFile",
        "test_coverage::src/core/extension/test/run.rs::MissingTestMethod",
        "test_coverage::src/core/extension/test/workflow.rs::MissingTestFile",
        "test_coverage::src/core/extension/update_check.rs::MissingTestMethod",
        "test_coverage::src/core/extension/update_check.rs::OrphanedTest",
        "test_coverage::src/core/extension/version.rs::OrphanedTest",
        "test_coverage::src/core/extension/version.rs::OrphanedTest",
        "test_coverage::src/core/extension/version.rs::OrphanedTest",
        "test_coverage::src/core/extension/version.rs::OrphanedTest",
        "test_coverage::src/core/extension/version.rs::OrphanedTest",
        "test_coverage::src/core/fleet/check.rs::MissingTestFile",
        "test_coverage::src/core/fleet/exec.rs::MissingTestFile",
        "test_coverage::src/core/fleet/status.rs::MissingTestFile",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/commits.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/github.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/operations.rs::MissingTestMethod",
        "test_coverage::src/core/git/primitives.rs::MissingTestFile",
        "test_coverage::src/core/git/stack.rs::MissingTestMethod",
        "test_coverage::src/core/output.rs::MissingTestFile",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/paths.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/attachments.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/attachments.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/attachments.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/attachments.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/attachments.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/attachments.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/discovery.rs::MissingTestFile",
        "test_coverage::src/core/project/component/overrides.rs::MissingTestMethod",
        "test_coverage::src/core/project/component/report.rs::MissingTestFile",
        "test_coverage::src/core/project/component/resolution.rs::MissingTestFile",
        "test_coverage::src/core/project/files.rs::MissingTestFile",
        "test_coverage::src/core/project/logs.rs::MissingTestFile",
        "test_coverage::src/core/project/pins.rs::MissingTestFile",
        "test_coverage::src/core/project/readiness.rs::MissingTestFile",
        "test_coverage::src/core/project/report.rs::MissingTestFile",
        "test_coverage::src/core/project/status.rs::MissingTestFile",
        "test_coverage::src/core/refactor/auto/apply.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/apply.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/apply.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/contracts.rs::MissingTestFile",
        "test_coverage::src/core/refactor/auto/guard.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/guard.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/outcome.rs::MissingTestFile",
        "test_coverage::src/core/refactor/auto/sidecar.rs::MissingTestFile",
        "test_coverage::src/core/refactor/auto/summary.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/summary.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/summary.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/auto/tracking.rs::MissingTestFile",
        "test_coverage::src/core/refactor/auto/verify.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/decompose.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/decompose.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/decompose.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/move_items.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/move_items.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/move_items.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/move_items.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/move_items/extension_integration.rs::MissingTestFile",
        "test_coverage::src/core/refactor/move_items/item_kind.rs::MissingTestFile",
        "test_coverage::src/core/refactor/move_items/move_options.rs::MissingTestFile",
        "test_coverage::src/core/refactor/move_items/types.rs::MissingTestFile",
        "test_coverage::src/core/refactor/move_items/whole_file_move.rs::MissingTestFile",
        "test_coverage::src/core/refactor/plan/file_intent.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/file_intent.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/file_intent.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/file_intent.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/file_intent.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/builders.rs::MissingTestFile",
        "test_coverage::src/core/refactor/plan/generate/comment_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/compiler_warning_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/convention_fixes.rs::MissingTestFile",
        "test_coverage::src/core/refactor/plan/generate/doc_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/doc_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/duplicate_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/duplicate_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/duplicate_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/duplicate_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/intra_duplicate_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/module_surface.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/module_surface.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/module_surface.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/module_surface.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/near_duplicate_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/parameter_fixes.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/plan/generate/signatures.rs::MissingTestFile",
        "test_coverage::src/core/refactor/plan/verify.rs::MissingTestFile",
        "test_coverage::src/core/refactor/propagate.rs::MissingTestFile",
        "test_coverage::src/core/refactor/transform.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/transform.rs::MissingTestMethod",
        "test_coverage::src/core/refactor/transform.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/bulk.rs::MissingTestFile",
        "test_coverage::src/core/release/changelog/io.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/io.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/io.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/sections.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/sections.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/sections.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/sections.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/sections.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/sections/normalize_heading_label.rs::MissingTestFile",
        "test_coverage::src/core/release/changelog/sections/types.rs::MissingTestFile",
        "test_coverage::src/core/release/changelog/sections/unreleased.rs::MissingTestFile",
        "test_coverage::src/core/release/changelog/settings.rs::MissingTestMethod",
        "test_coverage::src/core/release/changelog/settings.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/executor.rs::MissingTestMethod",
        "test_coverage::src/core/release/pipeline.rs::MissingTestMethod",
        "test_coverage::src/core/release/pipeline.rs::MissingTestMethod",
        "test_coverage::src/core/release/pipeline.rs::MissingTestMethod",
        "test_coverage::src/core/release/pipeline.rs::MissingTestMethod",
        "test_coverage::src/core/release/types.rs::MissingTestFile",
        "test_coverage::src/core/release/utils.rs::MissingTestFile",
        "test_coverage::src/core/release/version.rs::MissingTestMethod",
        "test_coverage::src/core/release/version.rs::MissingTestMethod",
        "test_coverage::src/core/release/version.rs::MissingTestMethod",
        "test_coverage::src/core/release/version.rs::MissingTestMethod",
        "test_coverage::src/core/release/version.rs::MissingTestMethod",
        "test_coverage::src/core/release/version/default_pattern_for_file.rs::MissingTestFile",
        "test_coverage::src/core/release/version/types.rs::MissingTestFile",
        "test_coverage::src/core/release/version/version.rs::MissingTestMethod",
        "test_coverage::src/core/release/workflow.rs::MissingTestMethod",
        "test_coverage::src/core/release/workflow.rs::MissingTestMethod",
        "test_coverage::src/core/rig/pipeline.rs::MissingTestMethod",
        "test_coverage::src/core/rig/service.rs::MissingTestMethod",
        "test_coverage::src/core/rig/service.rs::MissingTestMethod",
        "test_coverage::src/core/rig/service.rs::MissingTestMethod",
        "test_coverage::src/core/rig/service.rs::MissingTestMethod",
        "test_coverage::src/core/rig/service.rs::MissingTestMethod",
        "test_coverage::src/core/rig/state.rs::MissingTestMethod",
        "test_coverage::src/core/rig/state.rs::MissingTestMethod",
        "test_coverage::src/core/rig/state.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/test.rs::MissingTestMethod",
        "test_coverage::src/core/scaffold/workflow.rs::MissingTestFile",
        "test_coverage::src/core/server/api.rs::MissingTestFile",
        "test_coverage::src/core/server/auth.rs::MissingTestFile",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/client.rs::MissingTestMethod",
        "test_coverage::src/core/server/connection.rs::MissingTestFile",
        "test_coverage::src/core/server/health.rs::MissingTestMethod",
        "test_coverage::src/core/server/http.rs::MissingTestFile",
        "test_coverage::src/core/server/keys.rs::MissingTestFile",
        "test_coverage::src/core/server/transfer.rs::MissingTestFile",
        "test_coverage::src/core/upgrade/constants.rs::MissingTestFile",
        "test_coverage::src/core/upgrade/execution.rs::MissingTestFile",
        "test_coverage::src/core/upgrade/helpers.rs::MissingTestFile",
        "test_coverage::src/core/upgrade/planning.rs::MissingTestFile",
        "test_coverage::src/core/upgrade/types.rs::MissingTestFile",
        "test_coverage::src/core/upgrade/update_check.rs::MissingTestMethod",
        "test_coverage::src/core/upgrade/update_check.rs::MissingTestMethod",
        "test_coverage::src/core/upgrade/update_check.rs::MissingTestMethod",
        "test_coverage::src/core/upgrade/validation.rs::MissingTestFile",
        "test_coverage::tests/commands/supports_test.rs::OrphanedTest",
        "test_coverage::tests/commands/test_scope_test.rs::OrphanedTest"
      ],
      "metadata": {
        "alignment_score": 0.9024389982223511,
        "known_outliers": [
          "src/commands/docs.rs",
          "src/core/engine/undo/rollback.rs",
          "src/core/engine/undo/snapshot.rs",
          "src/core/engine/undo/entry.rs"
        ],
        "outliers_count": 4
      }
    }
  },
  "build_artifact": "target/release/homeboy",
  "build_command": "cargo build --release",
  "changelog_target": "docs/changelog.md",
  "docs_dir": "docs",
  "extensions": {
    "rust": {}
  },
  "hooks": {},
  "id": "homeboy",
  "version_targets": [
    {
      "file": "Cargo.toml",
      "pattern": "(?m)^version\\s*=\\s*\"([0-9.]+)\""
    }
  ]
}