You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing the remaining cross-repo communication in the vendoring convention
(audit of #3/#8/#13/#14/#19/#20/#21). The machinery is already zero-hand-wiring
when the producer is a clean published gem (toy proves it); the residual
talking concentrated in two gaps:
1. vendor emits vendor/spinel/spinel-flags — the compile flags to use what
vendor produced (today --rbs <into>/sig for the #13 type roots). The
scaffold's bin/build sources it, so the consumer never hand-passes --rbs
or hand-symlinks the sig root. Empty when no sig roots (cat-safe).
2. drift guard: vendor warns when a gem ships a hand-copied sibling — the
lib/<X>/ + sig/<X>/ double-copy fingerprint for an undeclared <X> (tep's
stale lib/spinel_kit/ + sig/spinel_kit/). Tells the producer to declare
gem "<X>" so vendor manages it. Surfaces the exact drift the convention
kills, at consume time. Confirmed firing on the real tep checkout.
+tests in test/rbs_sig_root_test.rb (flags emission project-relative + cat-safe;
drift guard: undeclared fires, declared silent, own-namespace + lib-only safe).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments