gina 0.5.8-alpha.1 → 0.5.8

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 (497) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +5 -8
  3. package/ROADMAP.md +2 -0
  4. package/framework/v0.5.8/VERSION +1 -0
  5. package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.js +7 -2
  6. package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/server.isaac.js +35 -16
  7. package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/help.txt +37 -0
  8. package/framework/v0.5.8/lib/cmd/connector/models.js +506 -0
  9. package/framework/v0.5.8/lib/cmd/framework/help.js +90 -0
  10. package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/help.txt +2 -1
  11. package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/init.js +31 -0
  12. package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/helper.js +0 -1
  13. package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/help.txt +3 -3
  14. package/framework/{v0.5.8-alpha.1 → v0.5.8}/package.json +1 -1
  15. package/gna.js +4 -4
  16. package/llms.txt +2 -2
  17. package/package.json +3 -3
  18. package/framework/v0.5.8-alpha.1/VERSION +0 -1
  19. package/framework/v0.5.8-alpha.1/lib/cmd/framework/help.js +0 -52
  20. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/AUTHORS +0 -0
  21. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/LICENSE +0 -0
  22. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/html/nolayout.html +0 -0
  23. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/html/static.html +0 -0
  24. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/android-chrome-192x192.png +0 -0
  25. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/android-chrome-512x512.png +0 -0
  26. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/apple-touch-icon.png +0 -0
  27. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/favicon-16x16.png +0 -0
  28. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/favicon-32x32.png +0 -0
  29. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/favicon.ico +0 -0
  30. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/README.md +0 -0
  31. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
  32. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
  33. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
  34. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
  35. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  36. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  37. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
  38. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
  39. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
  40. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
  41. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
  42. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
  43. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
  44. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
  45. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
  46. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
  47. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  48. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  49. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
  50. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  51. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  52. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/config.js +0 -0
  53. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/ai/index.js +0 -0
  54. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/ai/lib/connector.js +0 -0
  55. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/index.js +0 -0
  56. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/connector.js +0 -0
  57. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  58. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  59. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/n1ql.js +0 -0
  60. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/session-store.js +0 -0
  61. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
  62. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
  63. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/index.js +0 -0
  64. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/connector.js +0 -0
  65. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/job-store.js +0 -0
  66. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
  67. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/session-store.js +0 -0
  68. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mysql/index.js +0 -0
  69. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mysql/lib/connector.js +0 -0
  70. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/postgresql/index.js +0 -0
  71. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/postgresql/lib/connector.js +0 -0
  72. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/index.js +0 -0
  73. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/lib/connector.js +0 -0
  74. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/lib/job-store.js +0 -0
  75. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/lib/session-store.js +0 -0
  76. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/scylladb/index.js +0 -0
  77. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/scylladb/lib/connector.js +0 -0
  78. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/scylladb/lib/session-store.js +0 -0
  79. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sql-parser.js +0 -0
  80. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/index.js +0 -0
  81. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/lib/connector.js +0 -0
  82. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/lib/job-store.js +0 -0
  83. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/lib/session-store.js +0 -0
  84. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/content.encoding +0 -0
  85. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.framework.js +0 -0
  86. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-json.js +0 -0
  87. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-nunjucks-async.js +0 -0
  88. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-nunjucks.js +0 -0
  89. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-stream.js +0 -0
  90. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-swig-async.js +0 -0
  91. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-swig.js +0 -0
  92. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-v1.js +0 -0
  93. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/index.js +0 -0
  94. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/inspector-window-emit.js +0 -0
  95. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/LICENSE +0 -0
  96. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/README.md +0 -0
  97. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/index.js +0 -0
  98. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
  99. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
  100. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
  101. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/package.json +0 -0
  102. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
  103. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
  104. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/streamsearch-1.1.0/package.json +0 -0
  105. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/index.js +0 -0
  106. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/lib/class.js +0 -0
  107. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/lib/factory.js +0 -0
  108. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/lib/tools.js +0 -0
  109. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/gna.js +0 -0
  110. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/README.md +0 -0
  111. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/currency.json +0 -0
  112. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/language/en.json +0 -0
  113. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/language/fr.json +0 -0
  114. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/region/en.json +0 -0
  115. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/region/fr.json +0 -0
  116. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/index.js +0 -0
  117. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/mime.types +0 -0
  118. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/entity.js +0 -0
  119. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/index.js +0 -0
  120. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/template/entityFactory.js +0 -0
  121. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/template/index.js +0 -0
  122. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/README.md +0 -0
  123. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/index.js +0 -0
  124. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/csrf/README.md +0 -0
  125. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/csrf/package.json +0 -0
  126. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/csrf/src/main.js +0 -0
  127. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/README.md +0 -0
  128. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coep/README.md +0 -0
  129. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coep/package.json +0 -0
  130. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
  131. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coop/README.md +0 -0
  132. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coop/package.json +0 -0
  133. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
  134. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/corp/README.md +0 -0
  135. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/corp/package.json +0 -0
  136. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
  137. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/csp/README.md +0 -0
  138. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/csp/package.json +0 -0
  139. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
  140. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
  141. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
  142. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
  143. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hsts/README.md +0 -0
  144. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hsts/package.json +0 -0
  145. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
  146. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
  147. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
  148. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
  149. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/package.json +0 -0
  150. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
  151. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
  152. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
  153. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/src/main.js +0 -0
  154. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
  155. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
  156. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
  157. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
  158. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
  159. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
  160. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
  161. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
  162. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
  163. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
  164. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
  165. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
  166. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
  167. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
  168. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
  169. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
  170. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
  171. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
  172. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/session/README.md +0 -0
  173. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/session/package.json +0 -0
  174. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/session/src/main.js +0 -0
  175. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/README.md +0 -0
  176. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/build.json +0 -0
  177. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/package.json +0 -0
  178. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/src/main.js +0 -0
  179. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/README.md +0 -0
  180. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/build.json +0 -0
  181. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/package.json +0 -0
  182. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/src/form-validator.js +0 -0
  183. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/src/main.js +0 -0
  184. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/router.js +0 -0
  185. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/server.express.js +0 -0
  186. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/server.js +0 -0
  187. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/status.codes +0 -0
  188. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/_gitignore +0 -0
  189. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/app.json +0 -0
  190. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/connectors.json +0 -0
  191. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/routing.json +0 -0
  192. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/settings.json +0 -0
  193. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
  194. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/templates.json +0 -0
  195. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/watchers.json +0 -0
  196. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  197. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  198. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
  199. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/index.js +0 -0
  200. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/locales/en.json +0 -0
  201. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  202. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  203. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/css/home.css +0 -0
  204. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  205. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  206. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  207. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
  208. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/readme.md +0 -0
  209. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/sw.js +0 -0
  210. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  211. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  212. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  213. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  214. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  215. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/command/gina.bat.tpl +0 -0
  216. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/command/gina.tpl +0 -0
  217. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/env.json +0 -0
  218. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/manifest.json +0 -0
  219. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/package.json +0 -0
  220. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/settings.json +0 -0
  221. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/statics.json +0 -0
  222. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/templates.json +0 -0
  223. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/client/json/401.json +0 -0
  224. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/client/json/403.json +0 -0
  225. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/client/json/404.json +0 -0
  226. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/server/html/50x.html +0 -0
  227. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/server/json/500.json +0 -0
  228. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/server/json/503.json +0 -0
  229. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/extensions/logger/config.json +0 -0
  230. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/console.js +0 -0
  231. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/context.js +0 -0
  232. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/LICENSE +0 -0
  233. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/README.md +0 -0
  234. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/package.json +0 -0
  235. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/src/main.js +0 -0
  236. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/dateFormat.js +0 -0
  237. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/index.js +0 -0
  238. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/LICENSE +0 -0
  239. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/README.md +0 -0
  240. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/package.json +0 -0
  241. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/src/main.js +0 -0
  242. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/path.js +0 -0
  243. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/README.md +0 -0
  244. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/package.json +0 -0
  245. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/src/api-error.js +0 -0
  246. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/src/main.js +0 -0
  247. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/prototypes.js +0 -0
  248. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/task.js +0 -0
  249. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/text.js +0 -0
  250. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/admin/package.json +0 -0
  251. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/admin/src/main.js +0 -0
  252. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/README.md +0 -0
  253. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/build.json +0 -0
  254. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/package.json +0 -0
  255. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/src/dep/jszip.min.js +0 -0
  256. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/src/main.js +0 -0
  257. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/async/package.json +0 -0
  258. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/async/src/main.js +0 -0
  259. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/README.md +0 -0
  260. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/build.json +0 -0
  261. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/package.json +0 -0
  262. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/src/main.js +0 -0
  263. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/aliases.json +0 -0
  264. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/add.js +0 -0
  265. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/arguments.json +0 -0
  266. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/build.js +0 -0
  267. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/copy.js +0 -0
  268. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/cp.js +0 -0
  269. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/help.js +0 -0
  270. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/help.txt +0 -0
  271. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
  272. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/list.js +0 -0
  273. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/man.js +0 -0
  274. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/mcp-start.js +0 -0
  275. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/mcp.js +0 -0
  276. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/oas.js +0 -0
  277. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/openapi.js +0 -0
  278. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/remove.js +0 -0
  279. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/rename.js +0 -0
  280. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/restart.js +0 -0
  281. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/rm.js +0 -0
  282. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/start.js +0 -0
  283. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/status.js +0 -0
  284. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/stop.js +0 -0
  285. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/cache/stats.js +0 -0
  286. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/add.js +0 -0
  287. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/arguments.json +0 -0
  288. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/help.js +0 -0
  289. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/infer.js +0 -0
  290. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/list.js +0 -0
  291. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/migrate.js +0 -0
  292. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/remove.js +0 -0
  293. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/rm.js +0 -0
  294. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/test.js +0 -0
  295. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/add.js +0 -0
  296. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/get.js +0 -0
  297. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/help.js +0 -0
  298. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/help.txt +0 -0
  299. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/link-dev.js +0 -0
  300. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/list.js +0 -0
  301. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/remove.js +0 -0
  302. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/rm.js +0 -0
  303. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/set.js +0 -0
  304. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/unset.js +0 -0
  305. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/use.js +0 -0
  306. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/add.js +0 -0
  307. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/arguments.json +0 -0
  308. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/build.js +0 -0
  309. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/dot.js +0 -0
  310. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/get.js +0 -0
  311. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/link-node-modules.js +0 -0
  312. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/link.js +0 -0
  313. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/list.js +0 -0
  314. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/man.js +0 -0
  315. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/msg.json +0 -0
  316. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/open.js +0 -0
  317. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/remove.js +0 -0
  318. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/reset.js +0 -0
  319. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/restart.js +0 -0
  320. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/set.js +0 -0
  321. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/start.js +0 -0
  322. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/status.js +0 -0
  323. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/stop.js +0 -0
  324. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/tail.js +0 -0
  325. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/update.js +0 -0
  326. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/version.js +0 -0
  327. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/gina-dev.1.md +0 -0
  328. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/gina-framework.1.md +0 -0
  329. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/gina.1.md +0 -0
  330. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/add.js +0 -0
  331. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/arguments.json +0 -0
  332. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/export.js +0 -0
  333. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/help.js +0 -0
  334. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/help.txt +0 -0
  335. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/import.js +0 -0
  336. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/scan.js +0 -0
  337. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/index.js +0 -0
  338. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/inspector/help.js +0 -0
  339. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/inspector/help.txt +0 -0
  340. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/inspector/open.js +0 -0
  341. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/man-render.js +0 -0
  342. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/arguments.json +0 -0
  343. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/help.js +0 -0
  344. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/help.txt +0 -0
  345. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/kill.js +0 -0
  346. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/list.js +0 -0
  347. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/msg.json +0 -0
  348. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/help.js +0 -0
  349. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/help.txt +0 -0
  350. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/inc/scan.js +0 -0
  351. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/list.js +0 -0
  352. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/reset.js +0 -0
  353. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/set.js +0 -0
  354. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/add.js +0 -0
  355. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/arguments.json +0 -0
  356. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/backup.js +0 -0
  357. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/build.js +0 -0
  358. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/help.js +0 -0
  359. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/import.js +0 -0
  360. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/list.js +0 -0
  361. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/man.js +0 -0
  362. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/move.js +0 -0
  363. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/remove.js +0 -0
  364. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/rename.js +0 -0
  365. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/restart.js +0 -0
  366. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/restore.js +0 -0
  367. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/rm.js +0 -0
  368. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/start.js +0 -0
  369. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/status.js +0 -0
  370. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/stop.js +0 -0
  371. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/arguments.json +0 -0
  372. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/help.js +0 -0
  373. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/help.txt +0 -0
  374. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/list.js +0 -0
  375. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/remove.js +0 -0
  376. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/set.js +0 -0
  377. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/add.js +0 -0
  378. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/help.js +0 -0
  379. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/help.txt +0 -0
  380. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/link-local.js +0 -0
  381. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/link-production.js +0 -0
  382. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/list.js +0 -0
  383. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/remove.js +0 -0
  384. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/rm.js +0 -0
  385. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/use.js +0 -0
  386. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/arguments.json +0 -0
  387. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/check.js +0 -0
  388. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/help.js +0 -0
  389. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/help.txt +0 -0
  390. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/scan.js +0 -0
  391. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/help.js +0 -0
  392. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/help.txt +0 -0
  393. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/list.js +0 -0
  394. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/man.js +0 -0
  395. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/start.js +0 -0
  396. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/view/add.js +0 -0
  397. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd-status-format/package.json +0 -0
  398. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd-status-format/src/main.js +0 -0
  399. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/README.md +0 -0
  400. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/build.json +0 -0
  401. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/package.json +0 -0
  402. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/src/main.js +0 -0
  403. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/config.js +0 -0
  404. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-config/package.json +0 -0
  405. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-config/src/main.js +0 -0
  406. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-registry/package.json +0 -0
  407. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-registry/src/main.js +0 -0
  408. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cron/README.md +0 -0
  409. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cron/package.json +0 -0
  410. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cron/src/main.js +0 -0
  411. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/LICENSE +0 -0
  412. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/README.md +0 -0
  413. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/package.json +0 -0
  414. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/src/main.js +0 -0
  415. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/generator/index.js +0 -0
  416. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/i18n/package.json +0 -0
  417. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/i18n/src/main.js +0 -0
  418. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/index.js +0 -0
  419. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/LICENSE +0 -0
  420. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/README.md +0 -0
  421. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/package.json +0 -0
  422. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/src/main.js +0 -0
  423. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-events/package.json +0 -0
  424. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-events/src/main.js +0 -0
  425. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-redact/package.json +0 -0
  426. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-redact/src/main.js +0 -0
  427. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/instrument/package.json +0 -0
  428. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/instrument/src/main.js +0 -0
  429. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/job/package.json +0 -0
  430. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/job/src/main.js +0 -0
  431. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/job-store.js +0 -0
  432. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/README.md +0 -0
  433. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/package.json +0 -0
  434. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/default/index.js +0 -0
  435. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/file/index.js +0 -0
  436. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  437. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  438. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/mq/index.js +0 -0
  439. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/mq/listener.js +0 -0
  440. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/mq/speaker.js +0 -0
  441. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/helper.js +0 -0
  442. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/main.js +0 -0
  443. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/math/index.js +0 -0
  444. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-dispatch/package.json +0 -0
  445. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-dispatch/src/main.js +0 -0
  446. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-http/package.json +0 -0
  447. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-http/src/main.js +0 -0
  448. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-server/package.json +0 -0
  449. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-server/src/main.js +0 -0
  450. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/merge/README.md +0 -0
  451. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/merge/package.json +0 -0
  452. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/merge/src/main.js +0 -0
  453. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/metrics/package.json +0 -0
  454. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/metrics/src/main.js +0 -0
  455. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/model.js +0 -0
  456. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-filters/README.md +0 -0
  457. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-filters/package.json +0 -0
  458. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-filters/src/main.js +0 -0
  459. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-resolver/package.json +0 -0
  460. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-resolver/src/main.js +0 -0
  461. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/proc.js +0 -0
  462. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/README.md +0 -0
  463. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/build.json +0 -0
  464. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/package.json +0 -0
  465. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/src/main.js +0 -0
  466. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/src/radix.js +0 -0
  467. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing-introspect/package.json +0 -0
  468. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing-introspect/src/main.js +0 -0
  469. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/secrets/package.json +0 -0
  470. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/secrets/src/backends/env.js +0 -0
  471. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/secrets/src/main.js +0 -0
  472. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/session-store.js +0 -0
  473. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/shell.js +0 -0
  474. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/state.js +0 -0
  475. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-filters/README.md +0 -0
  476. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-filters/package.json +0 -0
  477. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-filters/src/main.js +0 -0
  478. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-resolver/package.json +0 -0
  479. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-resolver/src/main.js +0 -0
  480. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/package.json +0 -0
  481. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/src/loaders/http.js +0 -0
  482. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/src/loaders/memory.js +0 -0
  483. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/src/main.js +0 -0
  484. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/url/README.md +0 -0
  485. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/url/index.js +0 -0
  486. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/url/routing.json +0 -0
  487. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/uuid/package.json +0 -0
  488. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/uuid/src/main.js +0 -0
  489. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/validator.js +0 -0
  490. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/watcher/package.json +0 -0
  491. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/watcher/src/main.js +0 -0
  492. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-framing/package.json +0 -0
  493. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-framing/src/main.js +0 -0
  494. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-query/package.json +0 -0
  495. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-query/src/main.js +0 -0
  496. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-session/package.json +0 -0
  497. /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-session/src/main.js +0 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
6
6
  and is generated by [Changie](https://github.com/miniscruff/changie).
7
7
 
8
8
 
9
+ ## 0.5.8 - 2026-07-04
10
+ ### Added
11
+ * `gina help <group>` now prints help for that command group (e.g. `gina help bundle` shows the bundle command reference), falling back to the top-level help for an unknown group.
12
+ * Added `gina connector:models <connector> @<project> [<bundle>]` — lists the models a configured AI connector's provider can serve (its live catalogue), the read sibling of `connector:test --connect` (which makes the same `models.list()` call but keeps only the count). Text mode prints one model id per line; `--format=json` emits `{ project, connector, provider, count, models }` with each entry passed through verbatim from the provider. Resolves config only and never prints credentials; offline providers such as `ollama://` work with no internet. Exits non-zero on connector-not-found, a non-AI connector, a credential or transport error, or a provider client that cannot enumerate models (reported as unsupported, never a fabricated empty list).
13
+ ### Fixed
14
+ * `gina --help`, `gina -h` and `gina help` now print the CLI command reference (usage + command list) instead of exiting with `gina: shortcut not indexed [undefined]`.
15
+ * `gina <group>:help` (e.g. `gina bundle:help`) no longer prints a stray `file <path>` debug line before the help text.
16
+ * CLI help text now shows the correct `--` flag prefix (previously rendered with an em-dash) for `gina --version` and the `project:add` / `project:import` `--path` argument.
17
+ * Running `gina <group>:<action>` with an unrecognised action in a valid command group — e.g. `gina connector` / `gina framework:connector` (connector is its own command group), or `gina -V` — now prints a clear "not a valid command" message that points to `gina help` (and suggests the matching command group when the action names one), instead of crashing with a raw Node "Cannot find module" stack trace.
18
+ * Fixed reverse-proxy host context freezing at the first proxied request. The `PROXY_HOST` / `PROXY_HOSTNAME` worker-globals (derived from a port-less `Host` header or `X-Forwarded-Host`) were captured once behind a one-shot `isProxyHost` gate, so they froze at the first proxied request's value and every later request — plus internal `Controller::query()` forwards that read them — inherited a stale host. The proxy host/scheme is now request-scoped: each request's proxied classification and host are stashed per-request (mirroring the existing `X-Forwarded-Prefix` handling), the worker-global is refreshed on every proxied request so it can never freeze (and, being written only from proxied requests, can never freeze to a raw `host:port`), and the internal-call `X-Forwarded-Host` forward carries the triggering request's proxied host. A raw `host:port` request (no reverse proxy) is never classified as proxied, so its URL builders keep resolving the configured host; single-hop and multi-hop (`X-Forwarded-Host` wins) reverse-proxy topologies are both handled. Server-side only.
19
+
9
20
  ## 0.5.7 - 2026-07-03
10
21
  ### Added
11
22
  * Added a connector-backed job store to the async-job primitive: point `jobs.store` (app.json) at a `connectors.json` entry and job records persist in SQLite (`node:sqlite` built-in, zero new dependencies) — they survive bundle restarts and are readable cross-process, while the deferred function still runs in the creating process. A configured store that cannot be built fails the boot instead of silently degrading to the in-memory store, and the create/worker race on async stores was hardened away for future backends.
package/README.md CHANGED
@@ -42,14 +42,11 @@ open https://localhost:3100
42
42
 
43
43
  > **npm 12+** blocks install scripts by default, and gina's post-install bootstraps `~/.gina` and the framework dependencies. Install with `npm install -g gina@latest --allow-scripts=gina`, or allow it once for all global installs with `npm config set allow-scripts=gina --location=user`. (Not needed on npm ≤ 11.)
44
44
 
45
- ## What's in 0.5.7
46
-
47
- - **Durable async-job stores.** The async-job primitive (`self.startJob` / `lib.job`) can now persist job records in a real backend: point `jobs.store` (app.json) at a `connectors.json` entry and records survive bundle restarts and are readable cross-process **SQLite** (`node:sqlite` built-in, zero new dependencies), **MongoDB** (shared mongod durable and visible across processes and pods), or **Redis** (`ioredis`; per-state and expiry indexes maintained atomically so list and sweep never scan the keyspace; Redis Cluster supported via a hash-tagged key prefix). A configured store that cannot be built fails the boot instead of silently degrading to the in-memory store.
48
- - **Failed-job retry (opt-in).** Pass `maxAttempts` to `self.startJob` / `lib.job.create` and a failed attempt is retried on the creating process with exponential backoff (`jobs.retryBackoffMs` in app.json, default 1000 ms, doubling per attempt). Between attempts the record returns to `pending` with the last error and a `nextRetryAt` timestamp visible; `failed` and `completed` remain strictly terminal, and the completion webhook fires exactly once. The default stays a single attempt behavior is unchanged unless you opt in.
49
- - **npm 12 readiness.** The install and release tooling accept npm 12's changed `npm pack --json` output shape, and installing under npm 12's script-blocking default is documented (`npm install -g gina@latest --allow-scripts=gina` not needed on npm 11).
50
- - **Concurrency fixes in the render delegates.** A family of cross-request defects under production concurrency: the swig render cache writer crashed with an HTTP 500 on every cached route in production (#B60); a swig render suspended at its template-read await could resume with a concurrent request's closures and merge that request's page data into its own response (#B61); a finishing stream released a concurrent request's `req`/`res` refs instead of its own and reported stream errors through the wrong controller (#B62); the JSON delegate's cache writer reported cache-configuration errors through a concurrent request's controller (#B63). All per-request state in the delegates is now function-scoped.
51
- - **Robustness fixes.** A `connectors.json` entry with `"connector": "redis"` no longer aborts the bundle boot — the Redis connector now ships a no-op boot connector, unblocking the documented Redis session-store configuration.
52
- - **Security — static-asset path traversal fixed.** A request URL with `../` (or its `%2F` / `%2e%2e` percent-encoded forms) could escape a `statics.json` mapping's target directory and read any sibling file under the shared root (config, credentials, server-side source). Both static resolvers now confine the resolved path to its mapping target (or `publicPath`) and return 404 on any escape (#B64); legitimate assets are unaffected and no configuration change is required.
45
+ ## What's in 0.5.8
46
+
47
+ - **New `gina connector:models`.** List the model catalogue a configured AI connector's provider can serve: `gina connector:models <connector> @<project> [<bundle>]`. It is the read sibling of `connector:test --connect` the same credentialed `models.list()` call, but it returns the model list instead of only a count. Text mode prints one model id per line; `--format=json` emits `{ project, connector, provider, count, models }` with each entry passed through verbatim from the provider (only `id` is guaranteed across providers). Resolves config only and never prints credentials; offline providers such as `ollama://` work with no internet.
48
+ - **New per-group `gina help [<group>]`.** `gina help <group>` (e.g. `gina help framework`) prints just that group's commands, and an unknown action now prints a clean message instead of a raw stack trace.
49
+ - **Fixed reverse-proxy host context no longer freezes (#B65).** For a bundle behind a reverse proxy, the host context derived from a port-less `Host` header or `X-Forwarded-Host` was captured once at the first proxied request and reused for the life of the worker, so later requests — and internal cross-bundle calls — could build URLs against a stale host. It is now re-derived per request: single-hop and multi-hop (`X-Forwarded-Host`) deployments resolve the correct host, and a bundle accessed directly on `host:port` (no proxy) is unaffected. No configuration change required.
53
50
 
54
51
  See the full [Changelog](./CHANGELOG.md) and [Roadmap](./ROADMAP.md).
55
52
 
package/ROADMAP.md CHANGED
@@ -32,6 +32,7 @@ This roadmap covers planned features, architectural improvements, new connectors
32
32
  | **Q2 2026** | `0.5.5` ✅ | WebSocket routes in `routing.json` (`method: "ws"` + `param.wsHandler` → `channels/<name>.js`, `:param` paths, per-route `param.wsOptions`) · cross-bundle `session.query()` from WebSocket channel handlers · framework version side-by-side CLI (`framework:add` / `framework:list` / `framework:remove` / `framework:update` / `framework:reset`) · `project:move` / `project:backup` / `project:restore` · inline CLI man pages (`framework:man` / `project:man` / `bundle:man` / `service:man`) · Bun promoted to a supported, CI-gated runtime · idempotent HTTP/2 client retries (safe-method gating + per-call `retryUnsafe` opt-in) · **Security**: WebSocket-DoS dependency hardening (`ws` override) · `tail` restart hardening |
33
33
  | **Q3 2026** | `0.5.6` ✅ | AI-connector CLI suite — `connector:infer` (one-off inference · `--stream` NDJSON · `--raw`) + `connector:test` (CI readiness probe · `--connect` zero-token live check) · AI connector `stream()` + Inspector "AI stream" tab · application events in the Inspector — `self.emitEvent()` + a new "Events" tab, opt-in entity-event & connector-lifecycle bridges · `getModel()` exposes the AI `infer`/`stream` API · fixes: model-init fail-fast · corrupt `projects.json` registration skipped cleanly · DELETE-route regex flags + off-by-one crash · UTF-8 multipart upload filenames · native `<dialog>` popin close cleanup · Couchbase dynamic field-path placeholder · `project:import` additive across release targets · `gina stop` bundles-still-running notice |
34
34
  | **Q3 2026** | `0.5.7` ✅ | Durable async-job stores — `jobs.store` (app.json) → `connectors.json` entry: SQLite (`node:sqlite`, zero new dependencies) · MongoDB (shared mongod, multi-pod) · Redis (`ioredis`, atomic per-state + expiry indexes, Redis Cluster via hash-tagged prefix); restart-durable, cross-process, fail-fast on an unbuildable store · opt-in failed-job retry (`maxAttempts` + exponential backoff; completion webhook fires exactly once) · npm 12 readiness (install + release tooling, `--allow-scripts=gina` guidance) · render-delegate concurrency fixes (production cross-request data bleed / wrong-controller error routing / cached-route 500) · `"connector": "redis"` entry no longer aborts boot · **Security**: static-asset path-traversal fix — resolver paths canonicalised and confined to their `statics.json` mapping target (404 on any escape, `%2F` / `%2e%2e` forms included) |
35
+ | **Q3 2026** | `0.5.8` ✅ | `connector:models` — list a configured AI connector's provider models (the read sibling of `connector:test --connect`) · per-group `gina help [<group>]` · **Fixed**: reverse-proxy host context request-scoped — `PROXY_HOST` / `PROXY_HOSTNAME` no longer freeze at the first proxied request (single-hop and multi-hop `X-Forwarded-Host` both handled; raw `host:port` unchanged) · CLI help polish (per-group help output, clean message for an unknown action, em-dash flag typos) |
35
36
  | **Q1 2027** | `0.5.x` | HTTP/2 priorities (blocked on Node scheduler hooks) · Beemaster admin + visual translation editor |
36
37
  | **Q3 2027** | `1.0.0` | First stable release — Windows alpha compatibility is a hard gate |
37
38
 
@@ -232,6 +233,7 @@ New database connectors follow the same interface as the existing Couchbase conn
232
233
  | ✅ | **`connector:*` CLI group + lint/fix migration** | `0.3.8` | Q2 2026 | New CLI for managing `connectors.json` at project (shared) or bundle scope: `connector:list`, `connector:add`, `connector:rm`, `connector:migrate`. Positional-absence signals scope — omit `<bundle>` to operate on `shared/config/connectors.json`, include it to operate on the bundle's own. `list` cross-references declared connectors against the project's `node_modules` and prints install status per driver. `add` writes the JSON entry and prints the exact `npm install <driver>@<range>` command (no auto-install in v1). `rm` supports `--dry-run` / `--force` and scans sibling bundles for usage before removing at project scope. `migrate` lints every `connectors.json` (or a single bundle's file) and, with `--fix`, injects missing `$schema` entries while preserving comment headers and key order — dry-run by default. Framework-side auto-migrate hook deferred to `0.4.0` alongside the Couchbase SDK v2 removal where a concrete old-shape → new-shape delta will justify touching the boot path. Adds a `version` property to the `connectors.json` schema for install-version resolution. Optional follow-up: `--install` flag with lockfile-based package manager detection. **Session 1 (`connector:list`) shipped 2026-04-21, `0.3.7-alpha.3`** — read-only lister with overlay/override detection, driver install probing, version-pin disagreement warnings, JSON output, 89 source-inspection unit tests. **Session 2 (`connector:add` + schema `version`) shipped 2026-04-21, `0.3.7-alpha.3`** — writes shared or bundle-scoped connector entries, infers type from `<name>`, preserves comment headers and key order, pins `$schema` at the top, rejects overwrites without `--force`, prints `npm install <pkg>@"<range>"` install hint (AI resolves per protocol scheme, sqlite short-circuits to built-in note), adds `version` property to `schema/connectors.json`. 94 source-inspection unit tests; 7 live smoke tests. CLI flag rename (`--connector-port=`/`--driver-version=`) avoids framework-reserved `--port`/`--version`. **Session 3 (`connector:rm`) shipped 2026-04-21, `0.3.7-alpha.3`** — removes shared or bundle-scoped entries via positional-absence scoping (`remove` alias accepted); `--dry-run` previews without writing; `--force` skips the project-level usage guard that otherwise refuses when any bundle still references the same logical name; driver-retention hint prints after every removal naming sibling bundles that still use the same driver (sqlite exempt — built-in); inherited-from-shared hint fires when rm from a bundle targets an entry declared only in shared. Never runs `npm uninstall`. 81 source-inspection unit tests. **Session 4 (`connector:migrate`) shipped 2026-04-21, `0.3.7-alpha.3`** — CLI-only linter: dry-run by default, `--fix` applies auto-fixable issues in place. Two detection types: `missing-schema` (auto-fixable, injects `"$schema": "https://gina.io/schema/connectors.json"` pinned at top while preserving comment header and key order) and `bare-key-no-connector` (entry key not in `couchbase, mysql, postgresql, sqlite, redis, ai` enum with no `connector` field — warn-only since driver cannot be inferred). Two invocation modes via positional-absence: `@<project>` scans shared + every bundle; `<bundle> @<project>` scans just that bundle. `--format=json` emits `{project, scope, bundle, fixApplied, files[]}` envelope for CI. Registered as offline — no framework socket required. Idempotent. Never modifies `core/config.js` and never runs at bundle boot — explicit and opt-in. Real framework-side hook deferred to `0.4.0` alongside Couchbase SDK v2 removal. 87 source-inspection unit tests; full write-path smoke test on a disposable sandbox (shared + two bundles), plus a no-false-positive smoke on a real 7-bundle project. |
233
234
  | ✅ | **`connector:infer` — one-off AI inference CLI** | `0.5.6-alpha.3` | Q2 2026 | Runs a single inference against a configured `ai` connector **outside a request** — the runtime sibling of the config-only `connector:list`/`add`/`rm`/`migrate` tooling. Resolves the project's shared (or shared+bundle merged) `connectors.json`, resolves `${secret:KEY}` credentials from the CLI's own environment (the resolved value is never echoed), instantiates the connector directly (no bundle boot, no framework socket), and prints the normalised result. `gina connector:infer <connector> [<bundle>] @<project> --message="..."`, with `--system` / `--model` / `--max-tokens` / `--temperature` per-call overrides; `--message` takes precedence over a messages JSON array piped on stdin. `--format=json` (matched strictly — `jsonl`/`json5` fall back to the text output) emits `{ content, model, usage }`, with `--raw` adding the full provider response as a `raw` field (omitted by default for CLI use); text mode writes the content to stdout and a model/usage footer to stderr. `--stream` streams the inference as newline-delimited JSON (NDJSON) — one frame per line on stdout: a `start` frame, a `delta` frame per token, then a terminal `done` (content, model, usage, latency; plus the provider `raw` object under `--raw` — `null` for OpenAI-family streams) or `error` frame; token counters are passed through verbatim and are `null` (never fabricated) when a provider does not report them. Errors cleanly on a non-`ai` connector, and surfaces missing-SDK / credential / transport failures with a non-zero exit and the reason on stderr. Useful for smoke-testing connectivity + credentials from CI/automation, or scripting a one-off inference from a shell; offline providers such as `ollama://` work with no paid-API key. Implemented 2026-06-30 (`connector:infer` + the `--stream` NDJSON mode; a later output-hardening pass added `--raw`, pipe-safe synchronous writes, and `--message`-over-stdin precedence). |
234
235
  | ✅ | **`connector:test` — connector readiness probe CLI** | `0.5.6-alpha.3` | Q2 2026 | Probes a project's configured connectors for readiness **outside a request** — the CI-friendly sibling of `connector:list` (driver-install status only) and `secrets:check` (env presence only), answering "is this connector ready to use?". Default is validate-only and offline: per connector it checks the `connector` type / `ai` protocol is recognised, the npm driver is installed at `<project>/node_modules`, and every `${secret:KEY}` placeholder resolves from the environment — no network, no connector instantiated — exiting non-zero when any connector fails so it can gate a deploy. `gina connector:test [<connector> [<bundle>]] @<project>` tests one connector or every connector in a project (bare → every registered project), mirroring `connector:infer`'s positional grammar and `secrets:check`'s all-mode; `--format=json` emits a machine-readable readiness report. The `--connect` opt-in adds a live connectivity probe: for `ai` connectors it calls the provider's `models.list` (a credentialed request that authenticates with **zero generation tokens**; `ollama://` confirms the local server is up), resolving `${secret:KEY}` the way `connector:infer` does (the value is never printed). For DB/cache connectors the live `--connect` probe is reported as **skipped** for now (config / driver / secrets are still validated) — the live DB/cache probe is a follow-up, since those connector classes load `core/gna` (which exits the process outside a booted bundle) and cannot be instantiated the way the AI connector is. Implemented 2026-06-30. |
236
+ | ✅ | **`connector:models` — list an AI connector's provider models** | `0.5.8` | Q2 2026 | Lists the model catalogue a configured `ai` connector's provider can serve — the read sibling of `connector:test --connect` (which makes the same `models.list()` call but keeps only the count). `gina connector:models <connector> @<project> [<bundle>]` prints one model id per line (a count footer on stderr), or `--format=json` emits `{ project, connector, provider, count, models }` with each entry passed through verbatim from the provider (only `id` is guaranteed across providers — Anthropic and OpenAI-family return different fields). Reuses the direct-`AIConnector` bootstrap of `connector:infer` / `connector:test` (no bundle boot, no framework socket); resolves config only and never prints credentials; offline providers such as `ollama://` work with no internet. `isAIConnector`-gated (a non-AI connector is rejected cleanly), and a provider client without `models.list` reports `supported:false` with a non-zero exit rather than a fabricated empty list. Implemented 2026-07-03. |
235
237
 
236
238
  ---
237
239
 
@@ -0,0 +1 @@
1
+ 0.5.8
@@ -3133,7 +3133,10 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
3133
3133
  var ctx = getContext()
3134
3134
  , protocol = null
3135
3135
  , scheme = null
3136
- , isProxyHost = getContext('isProxyHost')
3136
+ // #B65 — prefer THIS request's proxy classification (per-request slot) over
3137
+ // the sticky worker-global latch, so the internal-call forward reflects the
3138
+ // triggering request; fall back to the global for req-less callers.
3139
+ , isProxyHost = ( local.req && typeof(local.req._ginaIsProxyHost) != 'undefined' ) ? local.req._ginaIsProxyHost : ( getContext('isProxyHost') || false )
3137
3140
  , bundle = null
3138
3141
  , webroot = options.webroot || ctx.gina.config.envConf[ctx.bundle][ctx.env].server.webroot;// bundle servers's webroot by default
3139
3142
  ;
@@ -3197,8 +3200,10 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
3197
3200
  }
3198
3201
 
3199
3202
  if (isProxyHost) {
3203
+ // #B65 — forward THIS request's proxied host (per-request slot), falling back
3204
+ // to the worker-global for req-less callers (released-response / ws-query).
3200
3205
  // X-Forwarded-Host
3201
- options.headers['x-forwarded-host'] = process.gina.PROXY_HOST;
3206
+ options.headers['x-forwarded-host'] = ( local.req && local.req._ginaProxyHost ) ? local.req._ginaProxyHost : process.gina.PROXY_HOST;
3202
3207
  // X-Forwarded-Proto
3203
3208
  options.headers['x-forwarded-proto'] = process.gina.PROXY_SCHEME;
3204
3209
  }
@@ -1617,23 +1617,42 @@ function ServerEngineClass(options) {
1617
1617
  isProxyHost = getContext('isProxyHost') || false;
1618
1618
  requestHost = request.headers.host || request.headers[':authority'];
1619
1619
  // console.debug('[PROXY_HOST][isProxyHost='+ isProxyHost +'] request.headers.host -> ' + request.headers.host + ' VS request.headers[":authority"] '+ request.headers[':authority'] +' | '+ request.url);
1620
- if (
1621
- !isProxyHost
1622
- && !/\:[0-9]+$/.test(requestHost)
1623
- ||
1624
- !isProxyHost
1625
- && request.headers['x-forwarded-host']
1626
- ) {
1627
- // Enable proxied mode
1628
- process.gina.PROXY_HOSTNAME = process.gina.PROXY_SCHEME +'://'+ requestHost;
1629
- process.gina.PROXY_HOST = requestHost;
1630
- // For internal services communications - Eg.: Controller::query()
1631
- if (request.headers['x-forwarded-host']) {
1632
- process.gina.PROXY_HOSTNAME = request.headers['x-forwarded-proto'] +'://'+ request.headers['x-forwarded-host'];
1633
- process.gina.PROXY_HOST = request.headers['x-forwarded-host'];
1634
- // console.debug('[PROXY_HOST][X-FORWARDED-PROTO] override request.headers["x-forwarded-host"] -> ' + request.headers['x-forwarded-host']);
1620
+ // #B65 — request-scope the reverse-proxy host context. Classify THIS
1621
+ // request as proxied when its inbound Host is port-less (a reverse proxy
1622
+ // rewrote it) OR it carries an X-Forwarded-Host; a raw `host:port` access
1623
+ // (no proxy) is never classified proxied, so its URL builders keep
1624
+ // resolving the static config host. The per-request result is stashed on
1625
+ // the request (request._ginaIsProxyHost / _ginaProxyHost / _ginaProxyHostname
1626
+ // — mirrors request._ginaProxyPrefix below) so concurrent requests can't
1627
+ // contaminate each other. The worker-global PROXY_* is refreshed on EVERY
1628
+ // proxied request (NOT gated on the sticky `isProxyHost` latch) so it can
1629
+ // never FREEZE at the first proxied request's value — the same one-shot-gate
1630
+ // defect the x-forwarded-prefix block below calls out. Because the globals
1631
+ // are only ever written from a proxied request, they can never freeze to a
1632
+ // `host:port` (raw) value.
1633
+ var _thisReqProxied = (
1634
+ ( requestHost && !/\:[0-9]+$/.test(requestHost) )
1635
+ || request.headers['x-forwarded-host']
1636
+ ) ? true : false;
1637
+ request._ginaIsProxyHost = _thisReqProxied;
1638
+ if ( _thisReqProxied ) {
1639
+ // this request's proxied host/hostname — X-Forwarded-Host wins (multi-hop:
1640
+ // TLS-terminating ingress -> inner proxy -> bundle), else the port-less
1641
+ // Host (single-hop: reverse proxy -> bundle).
1642
+ if ( request.headers['x-forwarded-host'] ) {
1643
+ request._ginaProxyHostname = request.headers['x-forwarded-proto'] +'://'+ request.headers['x-forwarded-host'];
1644
+ request._ginaProxyHost = request.headers['x-forwarded-host'];
1645
+ } else {
1646
+ request._ginaProxyHostname = process.gina.PROXY_SCHEME +'://'+ requestHost;
1647
+ request._ginaProxyHost = requestHost;
1635
1648
  }
1636
- // Forcing context - also available for workers
1649
+ // Refresh the worker-global on EVERY proxied request (freeze fix) — the
1650
+ // value is always this request's proxied host, so a later internal
1651
+ // direct-host call inherits a correct (never direct-frozen) global.
1652
+ // For internal services communications - Eg.: Controller::query()
1653
+ process.gina.PROXY_HOSTNAME = request._ginaProxyHostname;
1654
+ process.gina.PROXY_HOST = request._ginaProxyHost;
1655
+ // Forcing context - also available for workers (monotonic: only ever true)
1637
1656
  setContext('isProxyHost', true);
1638
1657
  }
1639
1658
 
@@ -30,6 +30,12 @@
30
30
  infer <connector> <bundle> @<project>
31
31
  Same, against the bundle's merged
32
32
  shared+bundle connector view.
33
+ models <connector> @<project>
34
+ List the models a configured AI connector's
35
+ provider can serve (its live catalogue).
36
+ models <connector> <bundle> @<project>
37
+ Same, against the bundle's merged
38
+ shared+bundle connector view.
33
39
  test Probe every connector in every registered
34
40
  project for readiness (config, driver,
35
41
  secrets). Exit non-zero on any failure.
@@ -147,6 +153,19 @@
147
153
  or null for OpenAI-family streams (which expose
148
154
  no single final object). No effect in text mode.
149
155
 
156
+ Options (models):
157
+
158
+ --format=json Emit `{ project, connector, provider, count,
159
+ models }` (plus `bundle` when a bundle is
160
+ named) instead of one model id per line. Each
161
+ `models[]` entry is passed through verbatim
162
+ from the provider (SDK shapes differ; only
163
+ `id` is guaranteed present).
164
+ --api-key=<value> Override the connector's apiKey with a
165
+ literal (bypasses ${secret:...} resolution).
166
+ --base-url=<url> Override the provider base URL.
167
+ --protocol=<uri> Override the connector protocol scheme.
168
+
150
169
  Options (test):
151
170
 
152
171
  --connect Add a live connectivity probe on top of the
@@ -246,6 +265,20 @@
246
265
  NDJSON token frames (one JSON object per line — start / delta / done /
247
266
  error) on stdout regardless of `--format`.
248
267
 
268
+ `connector:models` lists the models a configured AI connector's provider
269
+ can serve — it makes the same `models.list()` call `connector:test
270
+ --connect` uses, but surfaces the model ids instead of just a count (for
271
+ populating a model picker, scripting a "offers model X?" check, or
272
+ auditing reach). It only works with `ai` connectors, resolves the config
273
+ and instantiates the connector exactly like `connector:infer` (no bundle
274
+ boot; the provider SDK must be installed in the project), and never prints
275
+ credentials. Offline providers (`ollama://`) work with no internet. Text
276
+ mode prints one model id per line to stdout (count footer to stderr);
277
+ `--format=json` emits `{ project, connector, provider, count, models }`
278
+ with each entry passed through from the provider. A provider client that
279
+ exposes no `models.list` is reported UNSUPPORTED with a non-zero exit —
280
+ never a fabricated empty list.
281
+
249
282
  `connector:test` probes configured connectors for readiness and exits
250
283
  non-zero on any failure (so it can gate CI). The default is validate-only
251
284
  and offline: for each connector it checks that the type / `ai` protocol is
@@ -324,6 +357,10 @@
324
357
  echo '[{"role":"user","content":"hi"}]' | gina connector:infer claude @myproject
325
358
  Multi-turn messages piped as JSON on stdin
326
359
 
360
+ gina connector:models claude @myproject List the models the connector's provider can serve (one id per line)
361
+ gina connector:models claude api @myproject Same, as the api bundle sees it (merged shared+bundle)
362
+ gina connector:models claude @myproject --format=json Machine-readable { project, connector, provider, count, models }
363
+
327
364
  gina connector:test @myproject Validate every connector in a project (config + driver + secrets)
328
365
  gina connector:test claude @myproject Validate one connector (shared / merged view)
329
366
  gina connector:test claude api @myproject Validate one connector as the api bundle sees it