Commit fe2b246
fix(governance): exempt Swift + V-lang (v.mod) files in baseline
Three Swift files need exemption:
- czech-file-knife/cfk-ios/**: iOS File Provider Extension (NSFileProviderReplicatedExtension)
requires Swift; no Tauri/Dioxus equivalent for this specific iOS API surface.
- synapse/examples/swift/**: auto-generated Swift output from the synapse
code generator; exists as generated example output, not hand-authored code.
v-ecosystem/** needs exemption for v.mod manifests (and any remaining V-lang
source): v-ecosystem/ is the documented V-lang R&D carve-out per estate
policy 2026-04-10. The V-lang migration completed 2026-05-28 for all
non-v-ecosystem paths; v-ecosystem itself remains the intentional boundary.
Also consolidates the previous v-ecosystem/v-deno/** entry into the broader
v-ecosystem/** pattern (same effect, fewer entries).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fd31bd9 commit fe2b246
1 file changed
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
72 | 88 | | |
73 | 89 | | |
74 | 90 | | |
0 commit comments