@enterpriseai/cli 3.9.0 → 3.11.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 (107) hide show
  1. package/README.md +14 -14
  2. package/dist/commands/deploy.d.ts +5 -2
  3. package/dist/commands/deploy.d.ts.map +1 -1
  4. package/dist/commands/deploy.js +75 -15
  5. package/dist/commands/deploy.js.map +1 -1
  6. package/dist/commands/init.d.ts.map +1 -1
  7. package/dist/commands/init.js +7 -3
  8. package/dist/commands/init.js.map +1 -1
  9. package/dist/commands/resources.js +2 -2
  10. package/dist/commands/resources.js.map +1 -1
  11. package/dist/commands/template.js +1 -1
  12. package/dist/commands/template.js.map +1 -1
  13. package/dist/commands/types.d.ts +1 -1
  14. package/dist/commands/types.d.ts.map +1 -1
  15. package/dist/commands/types.js +34 -29
  16. package/dist/commands/types.js.map +1 -1
  17. package/dist/commands/user.js +93 -7
  18. package/dist/commands/user.js.map +1 -1
  19. package/dist/commands/verify.d.ts +2 -0
  20. package/dist/commands/verify.d.ts.map +1 -1
  21. package/dist/commands/verify.js +13 -4
  22. package/dist/commands/verify.js.map +1 -1
  23. package/dist/commands/vertical.d.ts.map +1 -1
  24. package/dist/commands/vertical.js +155 -3
  25. package/dist/commands/vertical.js.map +1 -1
  26. package/dist/lib/api.d.ts +2 -0
  27. package/dist/lib/api.d.ts.map +1 -1
  28. package/dist/lib/api.js +4 -0
  29. package/dist/lib/api.js.map +1 -1
  30. package/dist/lib/config.d.ts +4 -0
  31. package/dist/lib/config.d.ts.map +1 -1
  32. package/dist/lib/config.js +17 -0
  33. package/dist/lib/config.js.map +1 -1
  34. package/dist/lib/error-guidance/catalog.d.ts +48 -0
  35. package/dist/lib/error-guidance/catalog.d.ts.map +1 -1
  36. package/dist/lib/error-guidance/catalog.js +65 -4
  37. package/dist/lib/error-guidance/catalog.js.map +1 -1
  38. package/dist/lib/gofer-installer.d.ts.map +1 -1
  39. package/dist/lib/gofer-installer.js +4 -0
  40. package/dist/lib/gofer-installer.js.map +1 -1
  41. package/dist/lib/gofer-refresh.d.ts +2 -0
  42. package/dist/lib/gofer-refresh.d.ts.map +1 -1
  43. package/dist/lib/gofer-refresh.js +4 -4
  44. package/dist/lib/gofer-refresh.js.map +1 -1
  45. package/dist/lib/object-type-identifiers.d.ts +29 -0
  46. package/dist/lib/object-type-identifiers.d.ts.map +1 -0
  47. package/dist/lib/object-type-identifiers.js +58 -0
  48. package/dist/lib/object-type-identifiers.js.map +1 -0
  49. package/dist/lib/project-manifest.js +4 -4
  50. package/dist/lib/project-manifest.js.map +1 -1
  51. package/dist/lib/runtime-contract.d.ts +3 -0
  52. package/dist/lib/runtime-contract.d.ts.map +1 -1
  53. package/dist/lib/runtime-contract.js +7 -0
  54. package/dist/lib/runtime-contract.js.map +1 -1
  55. package/dist/lib/update-check.d.ts +2 -2
  56. package/dist/lib/update-check.d.ts.map +1 -1
  57. package/dist/lib/update-check.js +1 -1
  58. package/dist/lib/update-check.js.map +1 -1
  59. package/dist/lib/update-maintenance.js +1 -1
  60. package/dist/lib/update-maintenance.js.map +1 -1
  61. package/dist/lib/utils.d.ts +0 -4
  62. package/dist/lib/utils.d.ts.map +1 -1
  63. package/dist/lib/utils.js +2 -7
  64. package/dist/lib/utils.js.map +1 -1
  65. package/package.json +5 -5
  66. package/resources/gofer/.gofer-version +1 -1
  67. package/resources/gofer/agents-skills/0_gofer_start/SKILL.md +6 -6
  68. package/resources/gofer/agents-skills/1_gofer_research/SKILL.md +5 -5
  69. package/resources/gofer/agents-skills/gofer_bootstrap_workspace/SKILL.md +1 -1
  70. package/resources/gofer/agents-skills/gofer_eai_first_run/SKILL.md +2 -2
  71. package/resources/gofer/claude-commands/0_gofer_start.md +6 -6
  72. package/resources/gofer/claude-commands/1_gofer_research.md +5 -5
  73. package/resources/gofer/claude-commands/gofer_bootstrap_workspace.md +1 -1
  74. package/resources/gofer/claude-commands/gofer_eai_first_run.md +2 -2
  75. package/resources/gofer/commands/0_gofer_start.md +6 -6
  76. package/resources/gofer/commands/1_gofer_research.md +5 -5
  77. package/resources/gofer/commands/gofer_bootstrap_workspace.md +1 -1
  78. package/resources/gofer/commands/gofer_eai_first_run.md +2 -2
  79. package/resources/gofer/config/object-type-routing.json +24 -0
  80. package/resources/gofer/contracts/object-type-routing-v1.json +57 -0
  81. package/resources/gofer/copilot-prompts/0_gofer_start.prompt.md +6 -6
  82. package/resources/gofer/copilot-prompts/1_gofer_research.prompt.md +5 -5
  83. package/resources/gofer/copilot-prompts/gofer_bootstrap_workspace.prompt.md +1 -1
  84. package/resources/gofer/copilot-prompts/gofer_eai_first_run.prompt.md +2 -2
  85. package/resources/gofer/gemini/commands/gofer/0_gofer_start.md +6 -6
  86. package/resources/gofer/gemini/commands/gofer/1_gofer_research.md +5 -5
  87. package/resources/gofer/gemini/commands/gofer/gofer_bootstrap_workspace.md +1 -1
  88. package/resources/gofer/gemini/commands/gofer/gofer_eai_first_run.md +2 -2
  89. package/resources/gofer/gemini/extension.json +7 -7
  90. package/resources/gofer/node-scripts/generate-commands.mjs +1 -1
  91. package/resources/gofer/node-scripts/package-agent-plugin.mjs +2 -2
  92. package/resources/gofer/references/platform/eai-app-template.md +1 -1
  93. package/resources/gofer/references/platform/eai-config-driven-ui.md +1 -1
  94. package/resources/gofer/references/platform/eai-error-catalog.yaml +1 -1
  95. package/resources/gofer/references/platform/vertical-template.md +1 -1
  96. package/resources/gofer/schemas/object-type-identifier-audit-v1.schema.json +207 -0
  97. package/resources/gofer/schemas/object-type-routing-phase-bundle-v1.schema.json +39 -0
  98. package/resources/gofer/specify-commands/0_gofer_start.md +6 -6
  99. package/resources/gofer/specify-commands/1_gofer_research.md +5 -5
  100. package/resources/gofer/specify-commands/gofer_bootstrap_workspace.md +1 -1
  101. package/resources/gofer/specify-commands/gofer_eai_first_run.md +2 -2
  102. package/resources/gofer/system-skills/0_gofer_start/SKILL.md +6 -6
  103. package/resources/gofer/system-skills/1_gofer_research/SKILL.md +5 -5
  104. package/resources/gofer/system-skills/gofer_bootstrap_workspace/SKILL.md +1 -1
  105. package/resources/gofer/system-skills/gofer_eai_first_run/SKILL.md +2 -2
  106. package/resources/gofer/templates/eai-preflight-template.md +5 -5
  107. package/resources/linked-sources.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"update-maintenance.js","sourceRoot":"","sources":["../../src/lib/update-maintenance.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"update-maintenance.js","sourceRoot":"","sources":["../../src/lib/update-maintenance.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,6 @@
1
1
  /**
2
2
  * Shared utilities — consolidated from duplicate definitions across commands.
3
3
  */
4
- /**
5
- * Convert an object type name (camelCase or snake_case) to a kebab-case slug.
6
- * Previously duplicated in: api.ts, types.ts, resources.ts
7
- */
8
4
  export declare function toObjectTypeSlug(objectType: string): string;
9
5
  /**
10
6
  * Type guard for plain objects.
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAQ3D;AAED;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAEzE;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM,CAE3C;AAED,eAAO,MAAM,kCAAkC,2EAC2B,CAAC;AAC3E,eAAO,MAAM,kCAAkC,gFACgC,CAAC;AAWhF,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAEnG;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAE5F"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAE3D;AAED;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAEzE;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM,CAE3C;AAED,eAAO,MAAM,kCAAkC,2EAC2B,CAAC;AAC3E,eAAO,MAAM,kCAAkC,gFACgC,CAAC;AAWhF,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAEnG;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAE5F"}
package/dist/lib/utils.js CHANGED
@@ -5,14 +5,9 @@
5
5
  * Convert an object type name (camelCase or snake_case) to a kebab-case slug.
6
6
  * Previously duplicated in: api.ts, types.ts, resources.ts
7
7
  */
8
+ import { deriveObjectTypeSlugV1 } from './object-type-identifiers.js';
8
9
  export function toObjectTypeSlug(objectType) {
9
- return objectType
10
- .trim()
11
- .replace(/([a-z0-9])([A-Z])/g, '$1-$2')
12
- .replace(/([A-Z])([A-Z][a-z])/g, '$1-$2')
13
- .replace(/[_\s]+/g, '-')
14
- .replace(/-+/g, '-')
15
- .toLowerCase();
10
+ return deriveObjectTypeSlugV1(objectType);
16
11
  }
17
12
  /**
18
13
  * Type guard for plain objects.
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,MAAM,UAAU,gBAAgB,CAAC,UAAkB;IACjD,OAAO,UAAU;SACd,IAAI,EAAE;SACN,OAAO,CAAC,oBAAoB,EAAE,OAAO,CAAC;SACtC,OAAO,CAAC,sBAAsB,EAAE,OAAO,CAAC;SACxC,OAAO,CAAC,SAAS,EAAE,GAAG,CAAC;SACvB,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC;SACnB,WAAW,EAAE,CAAC;AACnB,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,QAAQ,CAAC,KAAc;IACrC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,MAAM,CAAC,GAAY;IACjC,OAAO,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,CAAC,MAAM,kCAAkC,GAC7C,wEAAwE,CAAC;AAC3E,MAAM,CAAC,MAAM,kCAAkC,GAC7C,6EAA6E,CAAC;AAEhF,SAAS,+BAA+B,CAAC,KAAyB,EAAE,OAAe;IACjF,IAAI,KAAK,KAAK,SAAS;QAAE,OAAO,SAAS,CAAC;IAC1C,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;IAC7B,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC;IAC3B,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,KAAyB;IAC7E,OAAO,+BAA+B,CAAC,KAAK,EAAE,kCAAkC,CAAC,CAAC;AACpF,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAyB;IACtE,OAAO,+BAA+B,CAAC,KAAK,EAAE,kCAAkC,CAAC,CAAC;AACpF,CAAC"}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,MAAM,UAAU,gBAAgB,CAAC,UAAkB;IACjD,OAAO,sBAAsB,CAAC,UAAU,CAAC,CAAC;AAC5C,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,QAAQ,CAAC,KAAc;IACrC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,MAAM,CAAC,GAAY;IACjC,OAAO,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,CAAC,MAAM,kCAAkC,GAC7C,wEAAwE,CAAC;AAC3E,MAAM,CAAC,MAAM,kCAAkC,GAC7C,6EAA6E,CAAC;AAEhF,SAAS,+BAA+B,CAAC,KAAyB,EAAE,OAAe;IACjF,IAAI,KAAK,KAAK,SAAS;QAAE,OAAO,SAAS,CAAC;IAC1C,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;IAC7B,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC;IAC3B,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,KAAyB;IAC7E,OAAO,+BAA+B,CAAC,KAAK,EAAE,kCAAkC,CAAC,CAAC;AACpF,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAyB;IACtE,OAAO,+BAA+B,CAAC,KAAK,EAAE,kCAAkC,CAAC,CAAC;AACpF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enterpriseai/cli",
3
- "version": "3.9.0",
3
+ "version": "3.11.0",
4
4
  "description": "EnterpriseAI CLI for app setup, validation, deployment readiness, and platform operations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "lint": "eslint src/",
14
14
  "typecheck": "tsc --noEmit",
15
15
  "test": "vitest run",
16
- "test:eai-cli:ci": "mkdir -p test-results && vitest run tests/integration/login.test.ts tests/integration/whoami.test.ts tests/integration/tenant.test.ts tests/integration/init.test.ts tests/integration/create.test.ts tests/integration/splash.test.ts tests/integration/help.test.ts tests/integration/describe-contract.test.ts tests/integration/dev.test.ts tests/integration/update.test.ts tests/integration/output.test.ts tests/integration/error-guidance.test.ts tests/integration/resources-command.test.ts tests/integration/agent-guide.test.ts tests/integration/agent-discovery-eval.test.ts tests/integration/provision.test.ts tests/integration/types.test.ts tests/integration/user.test.ts tests/integration/publicapi.test.ts tests/integration/no-v3-runtime.test.ts tests/integration/platform-api-client.test.ts tests/integration/vertical.test.ts tests/integration/dedicated-tenant-lifecycle.test.ts tests/integration/runtime-contract.test.ts tests/integration/inquirer-prompt-types.test.ts tests/integration/full-e2e-smoke.test.ts --reporter=default --reporter=junit --outputFile=test-results/eai-cli-results.xml",
16
+ "test:eai-cli:ci": "mkdir -p test-results && vitest run tests/unit/object-type-identifiers.test.ts tests/integration/login.test.ts tests/integration/whoami.test.ts tests/integration/tenant.test.ts tests/integration/init.test.ts tests/integration/create.test.ts tests/integration/splash.test.ts tests/integration/help.test.ts tests/integration/describe-contract.test.ts tests/integration/dev.test.ts tests/integration/update.test.ts tests/integration/output.test.ts tests/integration/error-guidance.test.ts tests/integration/resources-command.test.ts tests/integration/agent-guide.test.ts tests/integration/agent-discovery-eval.test.ts tests/integration/gofer.test.ts tests/integration/provision.test.ts tests/integration/types.test.ts tests/integration/user.test.ts tests/integration/publicapi.test.ts tests/integration/no-v3-runtime.test.ts tests/integration/platform-api-client.test.ts tests/integration/vertical.test.ts tests/integration/dedicated-tenant-lifecycle.test.ts tests/integration/runtime-contract.test.ts tests/integration/inquirer-prompt-types.test.ts tests/integration/full-e2e-smoke.test.ts --reporter=default --reporter=junit --outputFile=test-results/eai-cli-results.xml",
17
17
  "test:e2e-local": "bash scripts/test-local-dedicated-tenant-lifecycle.sh",
18
18
  "smoke:resourceapi-lifecycle": "bash scripts/smoke-resourceapi-schema-sync-lifecycle.sh",
19
19
  "smoke:eai-full:check": "node scripts/eai-full-e2e-smoke.cjs --check",
@@ -59,11 +59,11 @@
59
59
  "license": "Apache-2.0",
60
60
  "repository": {
61
61
  "type": "git",
62
- "url": "git+https://github.com/eai-tools/eai.git"
62
+ "url": "git+https://github.com/eai-support/eai.git"
63
63
  },
64
- "homepage": "https://eai-tools.github.io/eai",
64
+ "homepage": "https://eai-support.github.io/eai",
65
65
  "bugs": {
66
- "url": "https://github.com/eai-tools/eai/issues"
66
+ "url": "https://github.com/eai-support/eai/issues"
67
67
  },
68
68
  "publishConfig": {
69
69
  "access": "public",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "commit": "6059c0e61377f648a9470b3554ae689e6912ec24",
3
3
  "describe": "v3.7.14",
4
- "source": "https://github.com/eai-tools/eai-gofer.git@6059c0e61377f648a9470b3554ae689e6912ec24",
4
+ "source": "https://github.com/eai-support/eai-gofer.git@6059c0e61377f648a9470b3554ae689e6912ec24",
5
5
  "dirty": false,
6
6
  "synced_at": "2026-07-06T03:17:53Z"
7
7
  }
@@ -87,11 +87,11 @@ the EAI Gofer app-delivery path before continuing.
87
87
 
88
88
  Use current public EAI documentation as the safe source of truth:
89
89
 
90
- - EAI CLI docs: `https://eai-tools.github.io/eai/docs/overview`
91
- - EAI API reference: `https://eai-tools.github.io/eai/docs/api-reference`
92
- - EAI static registry: `https://eai-tools.github.io/eai/registry/`
93
- - EAI scenario library: `https://eai-tools.github.io/eai/scenarios`
94
- - EAI app template: `https://github.com/eai-tools/eai-app-template`
90
+ - EAI CLI docs: `https://eai-support.github.io/eai/docs/overview`
91
+ - EAI API reference: `https://eai-support.github.io/eai/docs/api-reference`
92
+ - EAI static registry: `https://eai-support.github.io/eai/registry/`
93
+ - EAI scenario library: `https://eai-support.github.io/eai/scenarios`
94
+ - EAI app template: `https://github.com/eai-support/eai-app-template`
95
95
 
96
96
  ### EAI Platform And Azure App Stack Policy
97
97
 
@@ -152,7 +152,7 @@ with an unrelated non-EAI stack.
152
152
  ```bash
153
153
  npm install -g eai-cli
154
154
  # If npmjs is unavailable:
155
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
155
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
156
156
  eai --version
157
157
  ```
158
158
  - On Windows, use the same npm commands in PowerShell and avoid shell
@@ -455,11 +455,11 @@ explicitly `enterpriseai`, generate:
455
455
  4. `{FEATURE_DIR}/eai-preflight.md` (EAI app delivery only, created by
456
456
  `/0_gofer_start` when possible and updated here when missing or stale)
457
457
  - Verify the safe public EAI source set used for research:
458
- `https://eai-tools.github.io/eai/docs/overview`,
459
- `https://eai-tools.github.io/eai/docs/api-reference`,
460
- `https://eai-tools.github.io/eai/registry/`,
461
- `https://eai-tools.github.io/eai/scenarios`, and
462
- `https://github.com/eai-tools/eai-app-template`.
458
+ `https://eai-support.github.io/eai/docs/overview`,
459
+ `https://eai-support.github.io/eai/docs/api-reference`,
460
+ `https://eai-support.github.io/eai/registry/`,
461
+ `https://eai-support.github.io/eai/scenarios`, and
462
+ `https://github.com/eai-support/eai-app-template`.
463
463
  - Record whether `eai --describe` found the expected scaffolding,
464
464
  authentication, tenant, app, resource schema, workflow
465
465
  readiness, block catalog, diagnostics, Gofer-refresh, and template-check
@@ -48,7 +48,7 @@ Use the first source that exists:
48
48
  3. Download the latest public bundle zip and extract it to a temporary folder:
49
49
 
50
50
  ```bash
51
- curl -fsSL https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
51
+ curl -fsSL https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
52
52
  -o /tmp/eai-gofer-agent-plugin-latest.zip
53
53
  rm -rf /tmp/eai-gofer-bootstrap
54
54
  mkdir -p /tmp/eai-gofer-bootstrap
@@ -91,14 +91,14 @@ If `eai` is missing, or if the user asks to update it, ask for approval and run:
91
91
  ```bash
92
92
  npm install -g eai-cli
93
93
  # If npmjs is unavailable:
94
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
94
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
95
95
  eai --version
96
96
  ```
97
97
 
98
98
  Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
99
99
 
100
100
  Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
101
- `https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
101
+ `https://eai-support.github.io/eai/registry/`, do not rewrite it. If it points
102
102
  somewhere else, show the current value and ask before changing it.
103
103
 
104
104
  If `eai` is already installed, run:
@@ -82,11 +82,11 @@ the EAI Gofer app-delivery path before continuing.
82
82
 
83
83
  Use current public EAI documentation as the safe source of truth:
84
84
 
85
- - EAI CLI docs: `https://eai-tools.github.io/eai/docs/overview`
86
- - EAI API reference: `https://eai-tools.github.io/eai/docs/api-reference`
87
- - EAI static registry: `https://eai-tools.github.io/eai/registry/`
88
- - EAI scenario library: `https://eai-tools.github.io/eai/scenarios`
89
- - EAI app template: `https://github.com/eai-tools/eai-app-template`
85
+ - EAI CLI docs: `https://eai-support.github.io/eai/docs/overview`
86
+ - EAI API reference: `https://eai-support.github.io/eai/docs/api-reference`
87
+ - EAI static registry: `https://eai-support.github.io/eai/registry/`
88
+ - EAI scenario library: `https://eai-support.github.io/eai/scenarios`
89
+ - EAI app template: `https://github.com/eai-support/eai-app-template`
90
90
 
91
91
  ### EAI Platform And Azure App Stack Policy
92
92
 
@@ -147,7 +147,7 @@ with an unrelated non-EAI stack.
147
147
  ```bash
148
148
  npm install -g eai-cli
149
149
  # If npmjs is unavailable:
150
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
150
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
151
151
  eai --version
152
152
  ```
153
153
  - On Windows, use the same npm commands in PowerShell and avoid shell
@@ -450,11 +450,11 @@ explicitly `enterpriseai`, generate:
450
450
  4. `{FEATURE_DIR}/eai-preflight.md` (EAI app delivery only, created by
451
451
  `/0_gofer_start` when possible and updated here when missing or stale)
452
452
  - Verify the safe public EAI source set used for research:
453
- `https://eai-tools.github.io/eai/docs/overview`,
454
- `https://eai-tools.github.io/eai/docs/api-reference`,
455
- `https://eai-tools.github.io/eai/registry/`,
456
- `https://eai-tools.github.io/eai/scenarios`, and
457
- `https://github.com/eai-tools/eai-app-template`.
453
+ `https://eai-support.github.io/eai/docs/overview`,
454
+ `https://eai-support.github.io/eai/docs/api-reference`,
455
+ `https://eai-support.github.io/eai/registry/`,
456
+ `https://eai-support.github.io/eai/scenarios`, and
457
+ `https://github.com/eai-support/eai-app-template`.
458
458
  - Record whether `eai --describe` found the expected scaffolding,
459
459
  authentication, tenant, app, resource schema, workflow
460
460
  readiness, block catalog, diagnostics, Gofer-refresh, and template-check
@@ -43,7 +43,7 @@ Use the first source that exists:
43
43
  3. Download the latest public bundle zip and extract it to a temporary folder:
44
44
 
45
45
  ```bash
46
- curl -fsSL https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
46
+ curl -fsSL https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
47
47
  -o /tmp/eai-gofer-agent-plugin-latest.zip
48
48
  rm -rf /tmp/eai-gofer-bootstrap
49
49
  mkdir -p /tmp/eai-gofer-bootstrap
@@ -86,14 +86,14 @@ If `eai` is missing, or if the user asks to update it, ask for approval and run:
86
86
  ```bash
87
87
  npm install -g eai-cli
88
88
  # If npmjs is unavailable:
89
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
89
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
90
90
  eai --version
91
91
  ```
92
92
 
93
93
  Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
94
94
 
95
95
  Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
96
- `https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
96
+ `https://eai-support.github.io/eai/registry/`, do not rewrite it. If it points
97
97
  somewhere else, show the current value and ask before changing it.
98
98
 
99
99
  If `eai` is already installed, run:
@@ -99,11 +99,11 @@ the EAI Gofer app-delivery path before continuing.
99
99
 
100
100
  Use current public EAI documentation as the safe source of truth:
101
101
 
102
- - EAI CLI docs: `https://eai-tools.github.io/eai/docs/overview`
103
- - EAI API reference: `https://eai-tools.github.io/eai/docs/api-reference`
104
- - EAI static registry: `https://eai-tools.github.io/eai/registry/`
105
- - EAI scenario library: `https://eai-tools.github.io/eai/scenarios`
106
- - EAI app template: `https://github.com/eai-tools/eai-app-template`
102
+ - EAI CLI docs: `https://eai-support.github.io/eai/docs/overview`
103
+ - EAI API reference: `https://eai-support.github.io/eai/docs/api-reference`
104
+ - EAI static registry: `https://eai-support.github.io/eai/registry/`
105
+ - EAI scenario library: `https://eai-support.github.io/eai/scenarios`
106
+ - EAI app template: `https://github.com/eai-support/eai-app-template`
107
107
 
108
108
  ### EAI Platform And Azure App Stack Policy
109
109
 
@@ -164,7 +164,7 @@ with an unrelated non-EAI stack.
164
164
  ```bash
165
165
  npm install -g eai-cli
166
166
  # If npmjs is unavailable:
167
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
167
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
168
168
  eai --version
169
169
  ```
170
170
  - On Windows, use the same npm commands in PowerShell and avoid shell
@@ -431,11 +431,11 @@ explicitly `enterpriseai`, generate:
431
431
  4. `{FEATURE_DIR}/eai-preflight.md` (EAI app delivery only, created by
432
432
  `/0_gofer_start` when possible and updated here when missing or stale)
433
433
  - Verify the safe public EAI source set used for research:
434
- `https://eai-tools.github.io/eai/docs/overview`,
435
- `https://eai-tools.github.io/eai/docs/api-reference`,
436
- `https://eai-tools.github.io/eai/registry/`,
437
- `https://eai-tools.github.io/eai/scenarios`, and
438
- `https://github.com/eai-tools/eai-app-template`.
434
+ `https://eai-support.github.io/eai/docs/overview`,
435
+ `https://eai-support.github.io/eai/docs/api-reference`,
436
+ `https://eai-support.github.io/eai/registry/`,
437
+ `https://eai-support.github.io/eai/scenarios`, and
438
+ `https://github.com/eai-support/eai-app-template`.
439
439
  - Record whether `eai --describe` found the expected scaffolding,
440
440
  authentication, tenant, app, resource schema, workflow
441
441
  readiness, block catalog, diagnostics, Gofer-refresh, and template-check
@@ -59,7 +59,7 @@ Use the first source that exists:
59
59
  3. Download the latest public bundle zip and extract it to a temporary folder:
60
60
 
61
61
  ```bash
62
- curl -fsSL https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
62
+ curl -fsSL https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
63
63
  -o /tmp/eai-gofer-agent-plugin-latest.zip
64
64
  rm -rf /tmp/eai-gofer-bootstrap
65
65
  mkdir -p /tmp/eai-gofer-bootstrap
@@ -86,14 +86,14 @@ If `eai` is missing, or if the user asks to update it, ask for approval and run:
86
86
  ```bash
87
87
  npm install -g eai-cli
88
88
  # If npmjs is unavailable:
89
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
89
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
90
90
  eai --version
91
91
  ```
92
92
 
93
93
  Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
94
94
 
95
95
  Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
96
- `https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
96
+ `https://eai-support.github.io/eai/registry/`, do not rewrite it. If it points
97
97
  somewhere else, show the current value and ask before changing it.
98
98
 
99
99
  If `eai` is already installed, run:
@@ -0,0 +1,24 @@
1
+ {
2
+ "schemaVersion": "eai.object-type-routing.source-audit-config/v1",
3
+ "contractVersion": "eai.object-type-routing/v1",
4
+ "fixedRoots": ["src", "app", "pages", "lib", "packages"],
5
+ "governedRepositoryRoots": ["front/eai-app-template"],
6
+ "excludedDirectories": [
7
+ ".git",
8
+ ".next",
9
+ ".specify",
10
+ "build",
11
+ "coverage",
12
+ "dist",
13
+ "docs",
14
+ "generated",
15
+ "node_modules",
16
+ "out",
17
+ "playwright-report",
18
+ "test-results",
19
+ "tests",
20
+ "__tests__"
21
+ ],
22
+ "soleOwner": "front/eai-app-template/packages/platform-sdk/src/resource-routing.ts",
23
+ "canonicalGuidance": "Do not hand-write /v4/data/resources/.../<type> paths in feature code. Use the shared platform SDK, useResources, or client.resources so PascalCase Object Type names and canonical route slugs stay aligned."
24
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "contractVersion": "eai.object-type-routing/v1",
3
+ "authoritativeTransportIdentifier": "slug",
4
+ "name": {
5
+ "role": "configuration-and-model-only",
6
+ "pattern": "^[A-Z][A-Za-z0-9]*$"
7
+ },
8
+ "slug": {
9
+ "role": "v4-transport-and-exact-lookup",
10
+ "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
11
+ "format": "eai-object-type-slug",
12
+ "reserved": [
13
+ "operations",
14
+ "query",
15
+ "search",
16
+ "storage"
17
+ ]
18
+ },
19
+ "derivation": {
20
+ "algorithm": "eai.object-type-routing/v1",
21
+ "steps": [
22
+ "trim",
23
+ "split-acronym-before-title-word",
24
+ "split-lower-or-digit-before-upper",
25
+ "replace-ascii-whitespace-or-underscore-runs",
26
+ "collapse-and-trim-hyphens",
27
+ "ascii-lowercase",
28
+ "validate-pattern-and-reserved-set"
29
+ ],
30
+ "vectors": [
31
+ {"input": "FeedItem", "output": "feed-item", "manifestNameValid": true},
32
+ {"input": "APIKey", "output": "api-key", "manifestNameValid": true},
33
+ {"input": "HTTPFeedItem", "output": "http-feed-item", "manifestNameValid": true},
34
+ {"input": "V2FeedItem", "output": "v2-feed-item", "manifestNameValid": true},
35
+ {"input": "GitHubConnection", "output": "git-hub-connection", "manifestNameValid": true},
36
+ {"input": "Sent_Post", "output": "sent-post", "manifestNameValid": false},
37
+ {"input": " Feed Item ", "output": "feed-item", "manifestNameValid": false},
38
+ {"input": "Draft--Item", "output": "draft-item", "manifestNameValid": false},
39
+ {"input": "operations", "output": "operations", "manifestNameValid": false},
40
+ {"input": "", "output": "", "manifestNameValid": false},
41
+ {"input": "---", "output": "", "manifestNameValid": false}
42
+ ]
43
+ },
44
+ "governedTransportFields": [
45
+ "object_type",
46
+ "parent_type",
47
+ "objectTypes",
48
+ "object_types",
49
+ "parent_object_type",
50
+ "target_type"
51
+ ],
52
+ "artifacts": {
53
+ "openapi": "/openapi.json",
54
+ "manifestSchema": "/v4/data/contracts/object-type-manifest.schema.json",
55
+ "resourceActionSchema": "/v4/data/contracts/resource-action.schema.json"
56
+ }
57
+ }
@@ -97,11 +97,11 @@ the EAI Gofer app-delivery path before continuing.
97
97
 
98
98
  Use current public EAI documentation as the safe source of truth:
99
99
 
100
- - EAI CLI docs: `https://eai-tools.github.io/eai/docs/overview`
101
- - EAI API reference: `https://eai-tools.github.io/eai/docs/api-reference`
102
- - EAI static registry: `https://eai-tools.github.io/eai/registry/`
103
- - EAI scenario library: `https://eai-tools.github.io/eai/scenarios`
104
- - EAI app template: `https://github.com/eai-tools/eai-app-template`
100
+ - EAI CLI docs: `https://eai-support.github.io/eai/docs/overview`
101
+ - EAI API reference: `https://eai-support.github.io/eai/docs/api-reference`
102
+ - EAI static registry: `https://eai-support.github.io/eai/registry/`
103
+ - EAI scenario library: `https://eai-support.github.io/eai/scenarios`
104
+ - EAI app template: `https://github.com/eai-support/eai-app-template`
105
105
 
106
106
  ### EAI Platform And Azure App Stack Policy
107
107
 
@@ -162,7 +162,7 @@ with an unrelated non-EAI stack.
162
162
  ```bash
163
163
  npm install -g eai-cli
164
164
  # If npmjs is unavailable:
165
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
165
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
166
166
  eai --version
167
167
  ```
168
168
  - On Windows, use the same npm commands in PowerShell and avoid shell
@@ -465,11 +465,11 @@ explicitly `enterpriseai`, generate:
465
465
  4. `{FEATURE_DIR}/eai-preflight.md` (EAI app delivery only, created by
466
466
  `#0_gofer_start` when possible and updated here when missing or stale)
467
467
  - Verify the safe public EAI source set used for research:
468
- `https://eai-tools.github.io/eai/docs/overview`,
469
- `https://eai-tools.github.io/eai/docs/api-reference`,
470
- `https://eai-tools.github.io/eai/registry/`,
471
- `https://eai-tools.github.io/eai/scenarios`, and
472
- `https://github.com/eai-tools/eai-app-template`.
468
+ `https://eai-support.github.io/eai/docs/overview`,
469
+ `https://eai-support.github.io/eai/docs/api-reference`,
470
+ `https://eai-support.github.io/eai/registry/`,
471
+ `https://eai-support.github.io/eai/scenarios`, and
472
+ `https://github.com/eai-support/eai-app-template`.
473
473
  - Record whether `eai --describe` found the expected scaffolding,
474
474
  authentication, tenant, app, resource schema, workflow
475
475
  readiness, block catalog, diagnostics, Gofer-refresh, and template-check
@@ -61,7 +61,7 @@ Use the first source that exists:
61
61
  3. Download the latest public bundle zip and extract it to a temporary folder:
62
62
 
63
63
  ```bash
64
- curl -fsSL https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
64
+ curl -fsSL https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
65
65
  -o /tmp/eai-gofer-agent-plugin-latest.zip
66
66
  rm -rf /tmp/eai-gofer-bootstrap
67
67
  mkdir -p /tmp/eai-gofer-bootstrap
@@ -104,14 +104,14 @@ If `eai` is missing, or if the user asks to update it, ask for approval and run:
104
104
  ```bash
105
105
  npm install -g eai-cli
106
106
  # If npmjs is unavailable:
107
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
107
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
108
108
  eai --version
109
109
  ```
110
110
 
111
111
  Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
112
112
 
113
113
  Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
114
- `https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
114
+ `https://eai-support.github.io/eai/registry/`, do not rewrite it. If it points
115
115
  somewhere else, show the current value and ask before changing it.
116
116
 
117
117
  If `eai` is already installed, run:
@@ -82,11 +82,11 @@ the EAI Gofer app-delivery path before continuing.
82
82
 
83
83
  Use current public EAI documentation as the safe source of truth:
84
84
 
85
- - EAI CLI docs: `https://eai-tools.github.io/eai/docs/overview`
86
- - EAI API reference: `https://eai-tools.github.io/eai/docs/api-reference`
87
- - EAI static registry: `https://eai-tools.github.io/eai/registry/`
88
- - EAI scenario library: `https://eai-tools.github.io/eai/scenarios`
89
- - EAI app template: `https://github.com/eai-tools/eai-app-template`
85
+ - EAI CLI docs: `https://eai-support.github.io/eai/docs/overview`
86
+ - EAI API reference: `https://eai-support.github.io/eai/docs/api-reference`
87
+ - EAI static registry: `https://eai-support.github.io/eai/registry/`
88
+ - EAI scenario library: `https://eai-support.github.io/eai/scenarios`
89
+ - EAI app template: `https://github.com/eai-support/eai-app-template`
90
90
 
91
91
  ### EAI Platform And Azure App Stack Policy
92
92
 
@@ -147,7 +147,7 @@ with an unrelated non-EAI stack.
147
147
  ```bash
148
148
  npm install -g eai-cli
149
149
  # If npmjs is unavailable:
150
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
150
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
151
151
  eai --version
152
152
  ```
153
153
  - On Windows, use the same npm commands in PowerShell and avoid shell
@@ -450,11 +450,11 @@ explicitly `enterpriseai`, generate:
450
450
  4. `{FEATURE_DIR}/eai-preflight.md` (EAI app delivery only, created by
451
451
  `/0_gofer_start` when possible and updated here when missing or stale)
452
452
  - Verify the safe public EAI source set used for research:
453
- `https://eai-tools.github.io/eai/docs/overview`,
454
- `https://eai-tools.github.io/eai/docs/api-reference`,
455
- `https://eai-tools.github.io/eai/registry/`,
456
- `https://eai-tools.github.io/eai/scenarios`, and
457
- `https://github.com/eai-tools/eai-app-template`.
453
+ `https://eai-support.github.io/eai/docs/overview`,
454
+ `https://eai-support.github.io/eai/docs/api-reference`,
455
+ `https://eai-support.github.io/eai/registry/`,
456
+ `https://eai-support.github.io/eai/scenarios`, and
457
+ `https://github.com/eai-support/eai-app-template`.
458
458
  - Record whether `eai --describe` found the expected scaffolding,
459
459
  authentication, tenant, app, resource schema, workflow
460
460
  readiness, block catalog, diagnostics, Gofer-refresh, and template-check
@@ -43,7 +43,7 @@ Use the first source that exists:
43
43
  3. Download the latest public bundle zip and extract it to a temporary folder:
44
44
 
45
45
  ```bash
46
- curl -fsSL https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
46
+ curl -fsSL https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
47
47
  -o /tmp/eai-gofer-agent-plugin-latest.zip
48
48
  rm -rf /tmp/eai-gofer-bootstrap
49
49
  mkdir -p /tmp/eai-gofer-bootstrap
@@ -86,14 +86,14 @@ If `eai` is missing, or if the user asks to update it, ask for approval and run:
86
86
  ```bash
87
87
  npm install -g eai-cli
88
88
  # If npmjs is unavailable:
89
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
89
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
90
90
  eai --version
91
91
  ```
92
92
 
93
93
  Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
94
94
 
95
95
  Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
96
- `https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
96
+ `https://eai-support.github.io/eai/registry/`, do not rewrite it. If it points
97
97
  somewhere else, show the current value and ask before changing it.
98
98
 
99
99
  If `eai` is already installed, run:
@@ -5,12 +5,12 @@
5
5
  "license": "Apache-2.0",
6
6
  "commands": ".gemini/commands/gofer/",
7
7
  "gofer": {
8
- "bundle_url": "https://eai-tools.github.io/eai-gofer/releases/plugins/eai-gofer",
9
- "manifest_url": "https://eai-tools.github.io/eai-gofer/releases/plugins/eai-gofer/gemini-extension.json",
10
- "commands_manifest_url": "https://eai-tools.github.io/eai-gofer/releases/plugins/eai-gofer/gemini-commands-manifest.json",
11
- "download_url": "https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-3.7.14.zip",
12
- "latest_download_url": "https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip",
13
- "vsix_url": "https://eai-tools.github.io/eai-gofer/releases/eai-gofer-3.7.14.vsix",
14
- "latest_vsix_url": "https://eai-tools.github.io/eai-gofer/releases/eai-gofer-latest.vsix"
8
+ "bundle_url": "https://eai-support.github.io/eai-gofer/releases/plugins/eai-gofer",
9
+ "manifest_url": "https://eai-support.github.io/eai-gofer/releases/plugins/eai-gofer/gemini-extension.json",
10
+ "commands_manifest_url": "https://eai-support.github.io/eai-gofer/releases/plugins/eai-gofer/gemini-commands-manifest.json",
11
+ "download_url": "https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-3.7.14.zip",
12
+ "latest_download_url": "https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip",
13
+ "vsix_url": "https://eai-support.github.io/eai-gofer/releases/eai-gofer-3.7.14.vsix",
14
+ "latest_vsix_url": "https://eai-support.github.io/eai-gofer/releases/eai-gofer-latest.vsix"
15
15
  }
16
16
  }
@@ -42,7 +42,7 @@ const ALL_SURFACES = [
42
42
  'codex-config',
43
43
  ];
44
44
 
45
- const PUBLIC_SITE_URL = 'https://eai-tools.github.io/eai-gofer';
45
+ const PUBLIC_SITE_URL = 'https://eai-support.github.io/eai-gofer';
46
46
  const PUBLIC_RELEASES_URL = `${PUBLIC_SITE_URL}/releases`;
47
47
  const PUBLIC_PLUGIN_URL = `${PUBLIC_RELEASES_URL}/plugins/eai-gofer`;
48
48
  const SURFACE_WORKSPACE_HOSTS = {