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
fix: skip Form B packages in template name resolution (#266)
Form B packages (mcpp = { ... }) have no physical mcpp.toml or
templates/ directory — their manifest is synthesized from the
index descriptor. The template fetch path now detects this via
extract_mcpp_field() and skips to the next namespace candidate.
Refs #265 (hardening)
0 commit comments