@voxgig/sdkgen 4.8.3 → 4.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/bin/voxgig-sdkgen +1 -1
  2. package/package.json +1 -1
  3. package/project/.sdk/model/target/zig.aon +9 -0
  4. package/project/.sdk/src/cmp/zig/Package_zig.ts +15 -11
  5. package/project/.sdk/src/cmp/zig/fragment/Entity.fragment.zig +3 -3
  6. package/project/.sdk/src/cmp/zig/fragment/EntityListOp.fragment.zig +3 -3
  7. package/project/.sdk/src/cmp/zig/fragment/Main.fragment.zig +3 -3
  8. package/project/.sdk/src/cmp/zig/utility_zig.ts +50 -1
  9. package/project/.sdk/tm/c/tests/vendor/omni/json.c +2 -2
  10. package/project/.sdk/tm/c/tests/vendor/omni/omni.h +2 -2
  11. package/project/.sdk/tm/c/tests/vendor/omni/runner.c +2 -2
  12. package/project/.sdk/tm/c/tests/vendor/omni/util.c +2 -2
  13. package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/json.clj +2 -2
  14. package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/runner.clj +2 -2
  15. package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/util.clj +2 -2
  16. package/project/.sdk/tm/cpp/test/vendor/omni/json.hpp +2 -2
  17. package/project/.sdk/tm/cpp/test/vendor/omni/omni.hpp +2 -2
  18. package/project/.sdk/tm/cpp/test/vendor/omni/util.hpp +2 -2
  19. package/project/.sdk/tm/csharp/test/vendor/omni/Runner.cs +2 -2
  20. package/project/.sdk/tm/csharp/test/vendor/omni/Util.cs +2 -2
  21. package/project/.sdk/tm/csharp/utility/struct/Struct.cs +1 -1
  22. package/project/.sdk/tm/dart/test/vendor/omni/omni.dart +2 -2
  23. package/project/.sdk/tm/dart/test/vendor/omni/runner.dart +2 -2
  24. package/project/.sdk/tm/dart/test/vendor/omni/util.dart +2 -2
  25. package/project/.sdk/tm/elixir/test/vendor/omni/json.ex +2 -2
  26. package/project/.sdk/tm/elixir/test/vendor/omni/runner.ex +2 -2
  27. package/project/.sdk/tm/elixir/test/vendor/omni/util.ex +2 -2
  28. package/project/.sdk/tm/go/feature/secrets/plugin/capability.go +1 -1
  29. package/project/.sdk/tm/go/feature/secrets/plugin/catalog.go +1 -1
  30. package/project/.sdk/tm/go/feature/secrets/plugin/config.go +1 -1
  31. package/project/.sdk/tm/go/feature/secrets/plugin/depend.go +1 -1
  32. package/project/.sdk/tm/go/feature/secrets/plugin/env.go +1 -1
  33. package/project/.sdk/tm/go/feature/secrets/plugin/export.go +1 -1
  34. package/project/.sdk/tm/go/feature/secrets/plugin/graph.go +1 -1
  35. package/project/.sdk/tm/go/feature/secrets/plugin/host.go +1 -1
  36. package/project/.sdk/tm/go/feature/secrets/plugin/order.go +1 -1
  37. package/project/.sdk/tm/go/feature/secrets/plugin/point.go +1 -1
  38. package/project/.sdk/tm/go/feature/secrets/plugin/ref.go +1 -1
  39. package/project/.sdk/tm/go/feature/secrets/plugin/resolve.go +1 -1
  40. package/project/.sdk/tm/go/feature/secrets/plugin/types.go +1 -1
  41. package/project/.sdk/tm/go/feature/secrets/plugin/util.go +1 -1
  42. package/project/.sdk/tm/go/feature/secrets/plugin/version.go +1 -1
  43. package/project/.sdk/tm/go/feature/secrets/plugins/aws/aws.go +4 -4
  44. package/project/.sdk/tm/go/feature/secrets/plugins/aws/sigv4.go +2 -2
  45. package/project/.sdk/tm/go/feature/secrets/plugins/azuresecrets/azuresecrets.go +2 -2
  46. package/project/.sdk/tm/go/feature/secrets/plugins/boru/boru.go +2 -2
  47. package/project/.sdk/tm/go/feature/secrets/plugins/doppler/doppler.go +2 -2
  48. package/project/.sdk/tm/go/feature/secrets/plugins/gcpsecrets/gcpsecrets.go +2 -2
  49. package/project/.sdk/tm/go/feature/secrets/plugins/hashicorp/hashicorp.go +4 -5
  50. package/project/.sdk/tm/go/feature/secrets/plugins/httpjson/httpjson.go +3 -3
  51. package/project/.sdk/tm/go/feature/secrets/plugins/infisical/infisical.go +3 -4
  52. package/project/.sdk/tm/go/feature/secrets/plugins/onepassword/onepassword.go +2 -2
  53. package/project/.sdk/tm/go/feature/secrets/plugins/secretspec/secretspec.go +2 -2
  54. package/project/.sdk/tm/go/feature/secrets/sekreto/addr.go +2 -2
  55. package/project/.sdk/tm/go/feature/secrets/sekreto/providers.go +5 -2
  56. package/project/.sdk/tm/go/feature/secrets/sekreto/sekreto.go +31 -2
  57. package/project/.sdk/tm/go/test/omni/omni.go +8 -3
  58. package/project/.sdk/tm/go/test/omni/util.go +25 -4
  59. package/project/.sdk/tm/go/utility/struct/voxgigstruct.go +1 -1
  60. package/project/.sdk/tm/java/test/vendor/omni/Json.java +2 -2
  61. package/project/.sdk/tm/java/test/vendor/omni/Runner.java +2 -2
  62. package/project/.sdk/tm/java/test/vendor/omni/Util.java +2 -2
  63. package/project/.sdk/tm/java/utility/struct/Struct.java +1 -1
  64. package/project/.sdk/tm/js/src/utility/StructUtility.js +2 -2
  65. package/project/.sdk/tm/js/test/vendor/omni/index.js +1 -1
  66. package/project/.sdk/tm/js/test/vendor/omni/runner.js +18 -3
  67. package/project/.sdk/tm/js/test/vendor/omni/util.js +25 -8
  68. package/project/.sdk/tm/kotlin/test/vendor/omni/Json.kt +2 -2
  69. package/project/.sdk/tm/kotlin/test/vendor/omni/Runner.kt +2 -2
  70. package/project/.sdk/tm/kotlin/test/vendor/omni/Util.kt +2 -2
  71. package/project/.sdk/tm/kotlin/utility/struct/Struct.kt +1 -1
  72. package/project/.sdk/tm/lean/test/vendor/omni/Omni.lean +2 -2
  73. package/project/.sdk/tm/lua/test/vendor/omni/json.lua +2 -2
  74. package/project/.sdk/tm/lua/test/vendor/omni/regex.lua +2 -2
  75. package/project/.sdk/tm/lua/test/vendor/omni/runner.lua +2 -2
  76. package/project/.sdk/tm/lua/test/vendor/omni/util.lua +2 -2
  77. package/project/.sdk/tm/lua/utility/struct/regex.lua +1 -1
  78. package/project/.sdk/tm/lua/utility/struct/struct.lua +1 -1
  79. package/project/.sdk/tm/ocaml/test/vendor/omni/omni.ml +2 -2
  80. package/project/.sdk/tm/perl/lib/Voxgig/Struct.pm +1 -1
  81. package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni/Runner.pm +1 -1
  82. package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni/Util.pm +1 -1
  83. package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni.pm +1 -1
  84. package/project/.sdk/tm/php/test/vendor/omni/Runner.php +2 -2
  85. package/project/.sdk/tm/php/test/vendor/omni/Util.php +2 -2
  86. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/__init__.py +1 -1
  87. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/capability.py +1 -1
  88. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/catalog.py +1 -1
  89. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/config.py +1 -1
  90. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/depend.py +1 -1
  91. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/env.py +1 -1
  92. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/export.py +1 -1
  93. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/graph.py +1 -1
  94. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/host.py +1 -1
  95. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/order.py +1 -1
  96. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/point.py +1 -1
  97. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/ref.py +1 -1
  98. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/resolve.py +1 -1
  99. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/types.py +1 -1
  100. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/version.py +1 -1
  101. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/__init__.py +3 -1
  102. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/addr.py +1 -1
  103. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/aws.py +3 -3
  104. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/azuresecrets.py +1 -1
  105. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/boru.py +1 -1
  106. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/doppler.py +1 -1
  107. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/gcpsecrets.py +1 -1
  108. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/hashicorp.py +3 -4
  109. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/httpjson.py +1 -1
  110. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/infisical.py +4 -6
  111. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/onepassword.py +1 -1
  112. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/secretspec.py +1 -1
  113. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/sigv4.py +1 -1
  114. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/providers.py +1 -1
  115. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/sekreto.py +21 -1
  116. package/project/.sdk/tm/py/pkg/utility/voxgig_struct/voxgig_struct.py +1 -1
  117. package/project/.sdk/tm/py/test/voxgig_omni/__init__.py +1 -1
  118. package/project/.sdk/tm/py/test/voxgig_omni/runner.py +16 -2
  119. package/project/.sdk/tm/py/test/voxgig_omni/util.py +27 -12
  120. package/project/.sdk/tm/rb/test/vendor/omni/runner.rb +2 -2
  121. package/project/.sdk/tm/rb/test/vendor/omni/util.rb +2 -2
  122. package/project/.sdk/tm/rb/test/vendor/omni/voxgig_omni.rb +2 -2
  123. package/project/.sdk/tm/rust/tests/vendor/omni/json.rs +2 -2
  124. package/project/.sdk/tm/rust/tests/vendor/omni/mod.rs +2 -2
  125. package/project/.sdk/tm/rust/tests/vendor/omni/regex.rs +2 -2
  126. package/project/.sdk/tm/rust/tests/vendor/omni/runner.rs +2 -2
  127. package/project/.sdk/tm/rust/tests/vendor/omni/util.rs +2 -2
  128. package/project/.sdk/tm/scala/sdktest/vendor/omni/Json.scala +2 -2
  129. package/project/.sdk/tm/scala/sdktest/vendor/omni/Runner.scala +2 -2
  130. package/project/.sdk/tm/scala/sdktest/vendor/omni/Util.scala +2 -2
  131. package/project/.sdk/tm/swift/Tests/vendor/omni/Json.swift +2 -2
  132. package/project/.sdk/tm/swift/Tests/vendor/omni/Runner.swift +2 -2
  133. package/project/.sdk/tm/swift/Tests/vendor/omni/Util.swift +2 -2
  134. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Capability.ts +1 -1
  135. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Catalog.ts +1 -1
  136. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Config.ts +1 -1
  137. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Depend.ts +1 -1
  138. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Env.ts +1 -1
  139. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Export.ts +1 -1
  140. package/project/.sdk/tm/ts/src/feature/secrets/plugin/FeatureHost.ts +1 -1
  141. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Graph.ts +1 -1
  142. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Host.ts +1 -1
  143. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Order.ts +1 -1
  144. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Point.ts +1 -1
  145. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Ref.ts +1 -1
  146. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Resolve.ts +1 -1
  147. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Types.ts +1 -1
  148. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Version.ts +1 -1
  149. package/project/.sdk/tm/ts/src/feature/secrets/plugin/index.ts +1 -1
  150. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/Sekreto.ts +1 -1
  151. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/index.ts +1 -1
  152. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/aws.ts +1 -1
  153. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/azuresecrets.ts +1 -1
  154. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/boru.ts +1 -1
  155. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/doppler.ts +1 -1
  156. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/gcpsecrets.ts +1 -1
  157. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/hashicorp.ts +1 -1
  158. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/httpjson.ts +1 -1
  159. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/infisical.ts +1 -1
  160. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/onepassword.ts +1 -1
  161. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/secretspec.ts +1 -1
  162. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/sigv4.ts +1 -1
  163. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/addr.ts +1 -1
  164. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/builtin.ts +1 -1
  165. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/dotenv.ts +1 -1
  166. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/env.ts +1 -1
  167. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/file.ts +1 -1
  168. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/memory.ts +1 -1
  169. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/support.ts +1 -1
  170. package/project/.sdk/tm/ts/src/utility/StructUtility.ts +2 -2
  171. package/project/.sdk/tm/ts/test/vendor/omni/Runner.ts +1 -1
  172. package/project/.sdk/tm/ts/test/vendor/omni/Util.ts +1 -1
  173. package/project/.sdk/tm/ts/test/vendor/omni/index.ts +1 -1
  174. package/project/.sdk/tm/zig/Makefile +15 -1
  175. package/project/.sdk/tm/zig/build.zig +23 -5
  176. package/project/.sdk/tm/zig/core/helpers.zig +52 -11
  177. package/project/.sdk/tm/zig/core/mem.zig +17 -1
  178. package/project/.sdk/tm/zig/core/utility.zig +23 -19
  179. package/project/.sdk/tm/zig/feature/audit.zig +2 -2
  180. package/project/.sdk/tm/zig/feature/cache.zig +2 -2
  181. package/project/.sdk/tm/zig/feature/debug.zig +5 -5
  182. package/project/.sdk/tm/zig/feature/netsim.zig +2 -2
  183. package/project/.sdk/tm/zig/feature/paging.zig +2 -2
  184. package/project/.sdk/tm/zig/feature/proxy.zig +15 -8
  185. package/project/.sdk/tm/zig/feature/streaming.zig +5 -5
  186. package/project/.sdk/tm/zig/feature/support.zig +3 -3
  187. package/project/.sdk/tm/zig/feature/telemetry.zig +5 -5
  188. package/project/.sdk/tm/zig/feature/test.zig +10 -5
  189. package/project/.sdk/tm/zig/test/fh.zig +10 -10
  190. package/project/.sdk/tm/zig/test/gotcha_test.zig +5 -5
  191. package/project/.sdk/tm/zig/test/omniresolver.zig +515 -0
  192. package/project/.sdk/tm/zig/test/omnismoke_test.zig +284 -0
  193. package/project/.sdk/tm/zig/test/pipeline_test.zig +8 -8
  194. package/project/.sdk/tm/zig/test/primary_utility_test.zig +144 -154
  195. package/project/.sdk/tm/zig/test/struct_corpus.zig +264 -187
  196. package/project/.sdk/tm/zig/test/vendor/omni/omni.zig +1314 -0
  197. package/project/.sdk/tm/zig/test/vendor/omni/regex.zig +446 -0
  198. package/project/.sdk/tm/zig/utility/voxgigstruct/regex.zig +7 -4
  199. package/project/.sdk/tm/zig/utility/voxgigstruct/struct.zig +356 -157
  200. package/project/sdkgen-package.json +1 -1
  201. package/project/.sdk/tm/zig/test/struct_runner.zig +0 -465
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/plugins/hashicorp/hashicorp.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/hashicorp/hashicorp.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // The hashicorp plugin: HashiCorp Vault, and OpenBao. Needs HTTPS, and
5
5
  // the filesystem for a kubernetes service-account JWT. A port of
@@ -7,7 +7,6 @@
7
7
  package hashicorp
8
8
 
9
9
  import (
10
- "encoding/json"
11
10
  "net/http"
12
11
  "os"
13
12
  "strconv"
@@ -91,12 +90,12 @@ func (provider *Provider) login() (string, error) {
91
90
  }
92
91
  jwt = strings.TrimSpace(string(raw))
93
92
  }
94
- payload, _ = json.Marshal(struct {
93
+ payload, _ = sekreto.WriteJSON(struct {
95
94
  Role string `json:"role"`
96
95
  Jwt string `json:"jwt"`
97
96
  }{Role: auth.Role, Jwt: jwt})
98
97
  case "approle":
99
- payload, _ = json.Marshal(struct {
98
+ payload, _ = sekreto.WriteJSON(struct {
100
99
  RoleID string `json:"role_id"`
101
100
  SecretID string `json:"secret_id"`
102
101
  }{RoleID: auth.RoleID, SecretID: auth.SecretID})
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/plugins/httpjson/httpjson.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/httpjson/httpjson.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // The HTTP half of every plugin that speaks to a store over the wire, in
5
5
  // one place and OUTSIDE the core: a chain of built-ins never links this
@@ -207,7 +207,7 @@ func ToString(value any) string {
207
207
  case float64:
208
208
  return strconv.FormatFloat(typed, 'f', -1, 64)
209
209
  default:
210
- text, err := json.Marshal(typed)
210
+ text, err := sekreto.WriteJSON(typed)
211
211
  if nil != err {
212
212
  return ""
213
213
  }
@@ -1,12 +1,11 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/plugins/infisical/infisical.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/infisical/infisical.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // The infisical plugin: Infisical. Needs HTTPS. A port of
5
5
  // typescript/plugins/infisical.ts.
6
6
  package infisical
7
7
 
8
8
  import (
9
- "encoding/json"
10
9
  "net/http"
11
10
  "strconv"
12
11
  "strings"
@@ -48,7 +47,7 @@ func (provider *Provider) login(addr string) (string, error) {
48
47
  return "", sekreto.Fail("sekreto: infisical: no token and no client credentials")
49
48
  }
50
49
 
51
- payload, _ := json.Marshal(struct {
50
+ payload, _ := sekreto.WriteJSON(struct {
52
51
  ClientID string `json:"clientId"`
53
52
  ClientSecret string `json:"clientSecret"`
54
53
  }{ClientID: provider.ClientID, ClientSecret: provider.ClientSecret})
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/plugins/onepassword/onepassword.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/onepassword/onepassword.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // The onepassword plugin: 1Password, through a Connect server. Needs
5
5
  // HTTPS. A port of typescript/plugins/onepassword.ts.
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/plugins/secretspec/secretspec.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/secretspec/secretspec.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // The secretspec plugin: SecretSpec, through its CLI. Needs a child
5
5
  // process. A port of typescript/plugins/secretspec.ts.
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/sekreto/addr.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/sekreto/addr.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // The plaintext-address guard, in the core because it is pure - a
5
5
  // handful of string steps, no socket - and because it is on the spec:
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/sekreto/providers.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/sekreto/providers.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // What a provider is, what its declarative form looks like, how a provider
5
5
  // kind becomes a voxgig/plugin definition - and the four BUILT-IN kinds.
@@ -368,6 +368,9 @@ func ProviderPlugin(kind string, make func(spec *ProviderSpec) (Provider, error)
368
368
  // the JSON shape OptionsOf produced, and the shape a config document
369
369
  // would.
370
370
  func SpecOf(options map[string]any) (*ProviderSpec, error) {
371
+ // json.Marshal, not WriteJSON: these bytes are unmarshalled on the next
372
+ // line and never leave the process, so HTML escaping cannot be observed
373
+ // - Unmarshal reads \u003c back as <. WriteJSON is for what is emitted.
371
374
  text, err := json.Marshal(options)
372
375
  if nil != err {
373
376
  return nil, Fail("sekreto: unreadable provider options: " + err.Error())
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/sekreto sdk-20260904-1610-0 (go/sekreto/sekreto.go)
2
- // Source: https://github.com/voxgig/sekreto @ a5a00db6e6d3a1ddbdef7ac62e8a75be53a9e042 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/sekreto/sekreto.go)
2
+ // Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // sekreto: one interface for secrets, wherever they live.
5
5
  //
@@ -15,6 +15,8 @@
15
15
  package sekreto
16
16
 
17
17
  import (
18
+ "bytes"
19
+ "encoding/json"
18
20
  "regexp"
19
21
  "sort"
20
22
  "strings"
@@ -39,6 +41,33 @@ func Fail(message string) error {
39
41
  return &SekretoError{Message: message}
40
42
  }
41
43
 
44
+ // WriteJSON is json.Marshal with Go's HTML escaping turned OFF.
45
+ //
46
+ // encoding/json escapes <, > and & as \u003c, \u003e and \u0026 unless
47
+ // told otherwise. That is a defence for JSON pasted into an HTML page,
48
+ // which this library never does, and it made go the only port whose bytes
49
+ // differed: every other port emits those three characters raw. The
50
+ // writer's output is part of what the ports agree on - the CLI line is
51
+ // compared byte for byte across all of them - so go matches the rest
52
+ // rather than the rest matching go.
53
+ //
54
+ // Encode appends a newline, which a JSON document does not carry, so it
55
+ // is trimmed. Use this for every value that LEAVES the process: a request
56
+ // body, a returned secret, the CLI's line. A marshal whose bytes are
57
+ // unmarshalled again without ever being emitted needs no such care.
58
+ func WriteJSON(value any) ([]byte, error) {
59
+ var buf bytes.Buffer
60
+
61
+ enc := json.NewEncoder(&buf)
62
+ enc.SetEscapeHTML(false)
63
+
64
+ if err := enc.Encode(value); nil != err {
65
+ return nil, err
66
+ }
67
+
68
+ return bytes.TrimRight(buf.Bytes(), "\n"), nil
69
+ }
70
+
42
71
  var namepart = regexp.MustCompile(`^[a-z0-9_]+$`)
43
72
 
44
73
  // ValidName reports whether this is a well-formed secret name.
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (go/omni.go)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (go/omni.go)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni: the shared multi-language test runner.
5
5
  //
@@ -638,7 +638,12 @@ func handleerror(flags Flags, index int, entry map[string]any, err error, provid
638
638
  // Match checks that every leaf of `check` is present, and matches, in
639
639
  // `base`.
640
640
  func Match(flags Flags, index int, entry map[string]any, check any, base any) error {
641
- cbase := Clone(base)
641
+ // Read the base DIRECTLY. The clone bought nothing - the walk below
642
+ // only reads, via GetPath - and it blows the stack on a cyclic base. A
643
+ // port driving entries with live objects rather than pure JSON produces
644
+ // those routinely (voxgig/sdkgen's corpus matches a live client context
645
+ // whose root context reaches the client again).
646
+ cbase := base
642
647
  var failure error
643
648
 
644
649
  Walk(Clone(check), func(_key any, val any, _parent any, path []any) any {
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (go/util.go)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (go/util.go)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni internal JSON utilities.
5
5
  //
@@ -290,7 +290,16 @@ func Quote(val string) string {
290
290
 
291
291
  // JsonStr is compact JSON text with map keys sorted, so that messages are
292
292
  // identical in every port regardless of local map ordering.
293
+ //
294
+ // GUARDED against cycles: this renders FAILURE MESSAGES, and an entry
295
+ // carrying a live cyclic value recursed until the stack gave out. A cycle
296
+ // renders as "[Circular]". The ancestor set tracks the CURRENT PATH only,
297
+ // removed again on the way out, so a DAG still renders in full.
293
298
  func JsonStr(val any) string {
299
+ return jsonstrSeen(val, map[uintptr]bool{})
300
+ }
301
+
302
+ func jsonstrSeen(val any, seen map[uintptr]bool) string {
294
303
  if IsAbsent(val) {
295
304
  return "undefined"
296
305
  }
@@ -315,14 +324,25 @@ func JsonStr(val any) string {
315
324
  }
316
325
 
317
326
  if list, is := val.([]any); is {
327
+ ptr := reflect.ValueOf(list).Pointer()
328
+ if seen[ptr] {
329
+ return Quote("[Circular]")
330
+ }
331
+ seen[ptr] = true
318
332
  parts := make([]string, len(list))
319
333
  for index, entry := range list {
320
- parts[index] = JsonStr(entry)
334
+ parts[index] = jsonstrSeen(entry, seen)
321
335
  }
336
+ delete(seen, ptr)
322
337
  return "[" + strings.Join(parts, ",") + "]"
323
338
  }
324
339
 
325
340
  if amap, is := val.(map[string]any); is {
341
+ ptr := reflect.ValueOf(amap).Pointer()
342
+ if seen[ptr] {
343
+ return Quote("[Circular]")
344
+ }
345
+ seen[ptr] = true
326
346
  keys := make([]string, 0, len(amap))
327
347
  for key := range amap {
328
348
  keys = append(keys, key)
@@ -330,8 +350,9 @@ func JsonStr(val any) string {
330
350
  sort.Strings(keys)
331
351
  parts := make([]string, len(keys))
332
352
  for index, key := range keys {
333
- parts[index] = Quote(key) + ":" + JsonStr(amap[key])
353
+ parts[index] = Quote(key) + ":" + jsonstrSeen(amap[key], seen)
334
354
  }
355
+ delete(seen, ptr)
335
356
  return "{" + strings.Join(parts, ",") + "}"
336
357
  }
337
358
 
@@ -1,5 +1,5 @@
1
1
  // VENDORED: @voxgig/struct 0.1.0 (go/voxgigstruct.go)
2
- // Source: https://github.com/voxgig/struct @ 2caf7f448f265144c18dd6fab6ba270a7f3bca07 [tag: sdk-20260904-1610-0]
2
+ // Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  /* Copyright (c) 2025 Voxgig Ltd. MIT LICENSE. */
5
5
 
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (java/src/com/voxgig/omni/Json.java)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (java/src/com/voxgig/omni/Json.java)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Minimal JSON parser for omni.
5
5
  //
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (java/src/com/voxgig/omni/Runner.java)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (java/src/com/voxgig/omni/Runner.java)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni: the shared multi-language test runner.
5
5
  //
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (java/src/com/voxgig/omni/Util.java)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (java/src/com/voxgig/omni/Util.java)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni internal JSON utilities.
5
5
  //
@@ -1,5 +1,5 @@
1
1
  // VENDORED: @voxgig/struct 0.1.1 (java/src/Struct.java)
2
- // Source: https://github.com/voxgig/struct @ 2caf7f448f265144c18dd6fab6ba270a7f3bca07 [tag: sdk-20260904-1610-0]
2
+ // Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  package JAVAPACKAGE.utility.struct;
5
5
 
@@ -1,8 +1,8 @@
1
1
  // VENDORED: @voxgig/struct 0.1.4 (javascript/src/struct.js)
2
- // Source: https://github.com/voxgig/struct @ 2caf7f448f265144c18dd6fab6ba270a7f3bca07 [tag: sdk-20260904-1610-0]
2
+ // Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  /* Copyright (c) 2025-2026 Voxgig Ltd. MIT LICENSE. */
5
- // VERSION: @voxgig/struct-js 0.1.4
5
+ // VERSION: @voxgig/struct-js 0.1.5
6
6
  /* Voxgig Struct
7
7
  * =============
8
8
  *
@@ -1,5 +1,5 @@
1
1
  // VENDORED: @voxgig/omni 0.1.4 (javascript/src/index.js)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // @voxgig/omni-js - shared multi-language test runner.
5
5
  //
@@ -1,5 +1,5 @@
1
1
  // VENDORED: @voxgig/omni 0.1.4 (javascript/src/runner.js)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni: the shared multi-language test runner.
5
5
  //
@@ -299,6 +299,14 @@ function errify(err) {
299
299
  if (err instanceof Error) {
300
300
  return { ...err, name: err.name, message: err.message }
301
301
  }
302
+
303
+ // An error-SHAPED plain map ({name, message, ...}) spreads the same way
304
+ // an Error does - collapsing it to String(err) yields '[object Object]',
305
+ // which fails both the `err` check and every `match.err.*` leaf.
306
+ if (null != err && 'object' === typeof err) {
307
+ return { name: 'Error', ...err }
308
+ }
309
+
302
310
  return { name: 'Error', message: String(err) }
303
311
  }
304
312
 
@@ -308,7 +316,9 @@ function errbase(err, provider) {
308
316
  }
309
317
 
310
318
  function errmessage(err) {
311
- return err instanceof Error ? err.message : String(err)
319
+ return err instanceof Error ? err.message
320
+ : null != err && 'string' === typeof err.message ? err.message
321
+ : String(err)
312
322
  }
313
323
 
314
324
  // The label of one entry, for failure messages.
@@ -410,7 +420,12 @@ function handleerror(flags, index, entry, err, provider) {
410
420
 
411
421
  // Check that every leaf of `check` is present, and matches, in `base`.
412
422
  function match(flags, index, entry, check, base) {
413
- const cbase = clone(base)
423
+ // Read the base DIRECTLY. The clone bought nothing - the walk below only
424
+ // reads, via getpath - and it blows the stack on a cyclic base. A port
425
+ // that drives entries with live objects rather than pure JSON produces
426
+ // those routinely: voxgig/sdkgen's corpus matches against a live client
427
+ // context whose root context reaches the client again.
428
+ const cbase = base
414
429
 
415
430
  const at = (path) => (0 === path.length ? '<root>' : pathify(path))
416
431
 
@@ -1,5 +1,5 @@
1
1
  // VENDORED: @voxgig/omni 0.1.4 (javascript/src/util.js)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni internal JSON utilities.
5
5
  //
@@ -147,7 +147,14 @@ function deepequal(a, b) {
147
147
 
148
148
  // Compact JSON text with map keys sorted, so that messages are identical
149
149
  // in every port regardless of local map ordering.
150
- function jsonstr(val) {
150
+ // GUARDED against cycles: this renders FAILURE MESSAGES, and an entry
151
+ // carrying a live cyclic value (voxgig/sdkgen's corpus bookkeeping does)
152
+ // recursed until the stack gave out. A cycle renders as "[Circular]".
153
+ // `seen` tracks the ANCESTORS of the current value, not every value
154
+ // visited: it is removed again on the way out, so the same object
155
+ // appearing twice as siblings - a DAG, not a cycle - still renders in
156
+ // full.
157
+ function jsonstr(val, seen) {
151
158
  if (undefined === val) {
152
159
  return 'undefined'
153
160
  }
@@ -168,13 +175,23 @@ function jsonstr(val) {
168
175
  return val ? 'true' : 'false'
169
176
  }
170
177
 
171
- if (islist(val)) {
172
- return '[' + val.map((entry) => jsonstr(entry)).join(',') + ']'
173
- }
178
+ if (islist(val) || ismap(val)) {
179
+ seen = seen || new Set()
174
180
 
175
- if (ismap(val)) {
176
- const keys = Object.keys(val).sort()
177
- return '{' + keys.map((key) => JSON.stringify(key) + ':' + jsonstr(val[key])).join(',') + '}'
181
+ if (seen.has(val)) {
182
+ return '"[Circular]"'
183
+ }
184
+
185
+ seen.add(val)
186
+
187
+ const out = islist(val)
188
+ ? '[' + val.map((entry) => jsonstr(entry, seen)).join(',') + ']'
189
+ : '{' + Object.keys(val).sort()
190
+ .map((key) => JSON.stringify(key) + ':' + jsonstr(val[key], seen)).join(',') + '}'
191
+
192
+ seen.delete(val)
193
+
194
+ return out
178
195
  }
179
196
 
180
197
  if ('function' === typeof val) {
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (kotlin/src/Json.kt)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (kotlin/src/Json.kt)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // The omni JSON value model, with a small in-tree parser.
5
5
  //
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (kotlin/src/Runner.kt)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (kotlin/src/Runner.kt)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni: the shared multi-language test runner (Kotlin port).
5
5
  //
@@ -1,5 +1,5 @@
1
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (kotlin/src/Util.kt)
2
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (kotlin/src/Util.kt)
2
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  // Omni internal JSON utilities.
5
5
  //
@@ -1,5 +1,5 @@
1
1
  // VENDORED: @voxgig/struct 0.1.1 (kotlin/src/main/kotlin/voxgig/struct/Struct.kt)
2
- // Source: https://github.com/voxgig/struct @ 2caf7f448f265144c18dd6fab6ba270a7f3bca07 [tag: sdk-20260904-1610-0]
2
+ // Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
3
3
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  package KOTLINPACKAGE.utility.struct
5
5
 
@@ -1,5 +1,5 @@
1
- -- VENDORED: @voxgig/omni sdk-20260904-1610-0 (lean/Omni.lean)
2
- -- Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ -- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lean/Omni.lean)
2
+ -- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  -- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  /-
5
5
  Omni: the shared multi-language test runner (Lean 4 port).
@@ -1,5 +1,5 @@
1
- -- VENDORED: @voxgig/omni sdk-20260904-1610-0 (lua/src/json.lua)
2
- -- Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ -- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/json.lua)
2
+ -- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  -- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  -- The omni JSON value model and parser.
5
5
  --
@@ -1,5 +1,5 @@
1
- -- VENDORED: @voxgig/omni sdk-20260904-1610-0 (lua/src/regex.lua)
2
- -- Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ -- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/regex.lua)
2
+ -- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  -- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  -- A small backtracking regex engine.
5
5
  --
@@ -1,5 +1,5 @@
1
- -- VENDORED: @voxgig/omni sdk-20260904-1610-0 (lua/src/runner.lua)
2
- -- Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ -- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/runner.lua)
2
+ -- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  -- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  -- Omni: the shared multi-language test runner (Lua port).
5
5
  --
@@ -1,5 +1,5 @@
1
- -- VENDORED: @voxgig/omni sdk-20260904-1610-0 (lua/src/util.lua)
2
- -- Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
1
+ -- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/util.lua)
2
+ -- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  -- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  -- Omni internal JSON utilities.
5
5
  --
@@ -1,5 +1,5 @@
1
1
  -- VENDORED: @voxgig/struct 0.1.1 (lua/src/regex.lua)
2
- -- Source: https://github.com/voxgig/struct @ 2caf7f448f265144c18dd6fab6ba270a7f3bca07 [tag: sdk-20260904-1610-0]
2
+ -- Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
3
3
  -- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  -- Copyright (c) 2025-2026 Voxgig Ltd. MIT LICENSE.
5
5
  --
@@ -1,5 +1,5 @@
1
1
  -- VENDORED: @voxgig/struct 0.1.1 (lua/src/struct.lua)
2
- -- Source: https://github.com/voxgig/struct @ 2caf7f448f265144c18dd6fab6ba270a7f3bca07 [tag: sdk-20260904-1610-0]
2
+ -- Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
3
3
  -- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  -- Copyright (c) 2025-2026 Voxgig Ltd. MIT LICENSE.
5
5
 
@@ -1,5 +1,5 @@
1
- (* VENDORED: @voxgig/omni sdk-20260904-1610-0 (ocaml/src/omni.ml) *)
2
- (* Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0] *)
1
+ (* VENDORED: @voxgig/omni sdk-20260907-0029-0 (ocaml/src/omni.ml) *)
2
+ (* Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0] *)
3
3
  (* License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream. *)
4
4
  (* Omni: the shared multi-language test runner (OCaml port).
5
5
 
@@ -1,5 +1,5 @@
1
1
  # VENDORED: @voxgig/struct 0.1.1 (perl/lib/Voxgig/Struct.pm)
2
- # Source: https://github.com/voxgig/struct @ 2caf7f448f265144c18dd6fab6ba270a7f3bca07 [tag: sdk-20260904-1610-0]
2
+ # Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
3
3
  # License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  # Copyright (c) 2025-2026 Voxgig Ltd. MIT LICENSE.
5
5
  # Perl port of the canonical TypeScript implementation (ts/src/StructUtility.ts).
@@ -1,5 +1,5 @@
1
1
  # VENDORED: @voxgig/omni 0.1.0 (perl/lib/Voxgig/Omni/Runner.pm)
2
- # Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ # Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  # License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  package Voxgig::Omni::Runner;
5
5
 
@@ -1,5 +1,5 @@
1
1
  # VENDORED: @voxgig/omni 0.1.0 (perl/lib/Voxgig/Omni/Util.pm)
2
- # Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ # Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  # License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  package Voxgig::Omni::Util;
5
5
 
@@ -1,5 +1,5 @@
1
1
  # VENDORED: @voxgig/omni 0.1.0 (perl/lib/Voxgig/Omni.pm)
2
- # Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ # Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
3
3
  # License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  package Voxgig::Omni;
5
5
 
@@ -1,6 +1,6 @@
1
1
  <?php
2
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (php/src/Runner.php)
3
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (php/src/Runner.php)
3
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
4
4
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  <?php
2
- // VENDORED: @voxgig/omni sdk-20260904-1610-0 (php/src/Util.php)
3
- // Source: https://github.com/voxgig/omni @ 8c3e1b573a8d35796f7fc45e3226b977023cabf7 [tag: sdk-20260904-1610-0]
2
+ // VENDORED: @voxgig/omni sdk-20260907-0029-0 (php/src/Util.php)
3
+ // Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
4
4
  // License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
5
5
 
6
6
  /**
@@ -1,5 +1,5 @@
1
1
  # VENDORED: @voxgig/plugin 0.1.6 (python/voxgig_plugin/__init__.py)
2
- # Source: https://github.com/voxgig/plugin @ 8d8968afc0a2008fbd795b41ab166307d989f02a [tag: sdk-20260904-1610-0]
2
+ # Source: https://github.com/voxgig/plugin @ b48ae643eb0eb56c5ebe3198da98cecdf6a7f7fc [tag: sdk-20260907-0029-0]
3
3
  # License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  """The canonical surface `make parity` checks (AGENTS.md section 4).
5
5
 
@@ -1,5 +1,5 @@
1
1
  # VENDORED: @voxgig/plugin 0.1.6 (python/voxgig_plugin/capability.py)
2
- # Source: https://github.com/voxgig/plugin @ 8d8968afc0a2008fbd795b41ab166307d989f02a [tag: sdk-20260904-1610-0]
2
+ # Source: https://github.com/voxgig/plugin @ b48ae643eb0eb56c5ebe3198da98cecdf6a7f7fc [tag: sdk-20260907-0029-0]
3
3
  # License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  """Capabilities (section 11.1).
5
5
 
@@ -1,5 +1,5 @@
1
1
  # VENDORED: @voxgig/plugin 0.1.6 (python/voxgig_plugin/catalog.py)
2
- # Source: https://github.com/voxgig/plugin @ 8d8968afc0a2008fbd795b41ab166307d989f02a [tag: sdk-20260904-1610-0]
2
+ # Source: https://github.com/voxgig/plugin @ b48ae643eb0eb56c5ebe3198da98cecdf6a7f7fc [tag: sdk-20260907-0029-0]
3
3
  # License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
4
4
  """The definition catalog (section 10.1).
5
5