feat(backup): code_shape_uses travels (v9); consumer-map test expects uses (#2870)
CI & Build / Python lint (push) Successful in 3s
CI & Build / Plugin hooks (push) Successful in 7s
CI & Build / integration (push) Successful in 22s
CI & Build / TypeScript typecheck (push) Successful in 33s
CI & Build / Python tests (push) Successful in 55s
CI & Build / Build & push image (push) Successful in 25s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-21 15:21:13 -04:00
co-authored by Claude Fable 5
parent d4c7b0e48d
commit 6a0f8ad328
3 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ async def test_get_snippet_carries_the_structured_consumer_map(seeded):
# The map is caller-scoped: an outsider asking the service directly gets
# silence, not another project's file layout.
consumers = await snippet_consumers(seeded["other"], sid)
assert consumers == {"instances": [], "variants": []}
assert consumers == {"instances": [], "variants": [], "uses": []}
@pytest.mark.integration