`adoption_observation::tests::census_counts_each_composed_family_and_omits_uncomposed_families` fails on `origin/master` (08a6807).
Reproduce:
cargo test -p tracedecay-daemon-service --lib adoption_observation::tests::census_counts_each_composed_family_and_omits_uncomposed_families
left: [..., ("retrieval", 41, 41, 41)]
right: [..., ("retrieval", 34, 34, 34)]
The retrieval family now composes 41 catalog capabilities but the test still pins 34. The other families (analytics, context_scout, feedback, git, lsp) match. Either the literal needs to follow the catalog change that added the seven retrieval capabilities, or those capabilities were composed into the retrieval family by mistake. The owner of that catalog change should decide which.
Found while landing the typed problem detail change; that change does not touch the tool catalog.
`adoption_observation::tests::census_counts_each_composed_family_and_omits_uncomposed_families` fails on `origin/master` (08a6807).
Reproduce:
The retrieval family now composes 41 catalog capabilities but the test still pins 34. The other families (analytics, context_scout, feedback, git, lsp) match. Either the literal needs to follow the catalog change that added the seven retrieval capabilities, or those capabilities were composed into the retrieval family by mistake. The owner of that catalog change should decide which.
Found while landing the typed problem detail change; that change does not touch the tool catalog.