@cat-factory/app 0.62.0 → 0.63.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.
@@ -230,6 +230,9 @@ async function detectFromRepo() {
230
230
  owner: repo.owner,
231
231
  repo: repo.name,
232
232
  ...(ctx.directory ? { directory: ctx.directory } : {}),
233
+ // Prioritize the option matching the currently-selected tab (kubernetes vs
234
+ // docker-compose); the detector falls back to the other when the preferred isn't found.
235
+ prefer: provisionType.value,
233
236
  })
234
237
  detectResult.value = rec
235
238
  // Only prefill when the detector actually inferred something. A `detected: false`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.62.0",
3
+ "version": "0.63.0",
4
4
  "description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "valibot": "^1.4.2",
35
35
  "vue": "^3.5.39",
36
36
  "wretch": "^3.0.9",
37
- "@cat-factory/contracts": "0.69.0"
37
+ "@cat-factory/contracts": "0.70.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@toad-contracts/testing": "0.3.2",