@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
@@ -21,8 +21,8 @@ const PLUGIN_DISPLAY_NAME = 'Gofer';
21
21
  const UMBRELLA_SKILLS_DIR = 'plugin-skills';
22
22
  const PLUGIN_ICON_SOURCE = 'extension/icon.png';
23
23
  const PLUGIN_ICON_TARGET = 'assets/eai-gofer-icon.png';
24
- const REPOSITORY_URL = 'https://github.com/eai-tools/eai-gofer';
25
- const PUBLIC_SITE_URL = 'https://eai-tools.github.io/eai-gofer';
24
+ const REPOSITORY_URL = 'https://github.com/eai-support/eai-gofer';
25
+ const PUBLIC_SITE_URL = 'https://eai-support.github.io/eai-gofer';
26
26
  const PUBLIC_RELEASES_URL = `${PUBLIC_SITE_URL}/releases`;
27
27
  const PUBLIC_PLUGIN_URL = `${PUBLIC_RELEASES_URL}/plugins/${PLUGIN_NAME}`;
28
28
  const CLAUDE_MARKETPLACE_URL = `${PUBLIC_PLUGIN_URL}/claude-marketplace.json`;
@@ -1,6 +1,6 @@
1
1
  # EAI App Template Reference
2
2
 
3
- Use `https://github.com/eai-tools/eai-app-template` as the canonical public app
3
+ Use `https://github.com/eai-support/eai-app-template` as the canonical public app
4
4
  template for EnterpriseAI app-delivery work.
5
5
 
6
6
  ## Source Of Truth
@@ -1,7 +1,7 @@
1
1
  # EAI Config-Driven UI Reference
2
2
 
3
3
  Use this public-safe guide when eai-gofer is planning, generating, or modifying
4
- an app based on `https://github.com/eai-tools/eai-app-template`.
4
+ an app based on `https://github.com/eai-support/eai-app-template`.
5
5
 
6
6
  ## Source Files
7
7
 
@@ -9,7 +9,7 @@ catalog:
9
9
  likelyCause: Local workstation or container is missing the CLI.
10
10
  recovery:
11
11
  - 'npm install -g eai-cli'
12
- - 'If npmjs is unavailable: npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/'
12
+ - 'If npmjs is unavailable: npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/'
13
13
  - 'eai --version'
14
14
  nextGate: cli_installed
15
15
  - errorId: EAI_CLI_OUTDATED
@@ -1,6 +1,6 @@
1
1
  # Vertical Template Reference
2
2
 
3
- Use `https://github.com/eai-tools/eai-app-template` as the canonical public app
3
+ Use `https://github.com/eai-support/eai-app-template` as the canonical public app
4
4
  template for EnterpriseAI app-delivery work.
5
5
 
6
6
  This file is the preferred alias for the legacy `eai-app-template.md` fallback
@@ -0,0 +1,207 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "urn:eai:schema:object-type-identifier-audit:v1",
4
+ "title": "EAI Object Type Identifier Audit",
5
+ "description": "Read-only findings and regional inventory reports for eai.object-type-routing/v1.",
6
+ "oneOf": [{ "$ref": "#/$defs/IdentifierFinding" }, { "$ref": "#/$defs/InventoryRun" }],
7
+ "$defs": {
8
+ "Digest": {
9
+ "type": "string",
10
+ "pattern": "^sha256:[a-f0-9]{64}$"
11
+ },
12
+ "JsonScalar": {
13
+ "type": ["string", "number", "integer", "boolean", "null"]
14
+ },
15
+ "SourceLocation": {
16
+ "type": "object",
17
+ "additionalProperties": false,
18
+ "required": ["kind", "file", "line"],
19
+ "properties": {
20
+ "kind": { "const": "source" },
21
+ "file": { "type": "string", "minLength": 1 },
22
+ "line": { "type": "integer", "minimum": 1 },
23
+ "column": { "type": "integer", "minimum": 1 }
24
+ }
25
+ },
26
+ "PersistedLocation": {
27
+ "type": "object",
28
+ "additionalProperties": false,
29
+ "required": ["kind", "tenantRef", "recordRef"],
30
+ "properties": {
31
+ "kind": { "const": "persisted" },
32
+ "tenantRef": { "type": "string", "minLength": 1 },
33
+ "recordRef": { "type": "string", "minLength": 1 }
34
+ }
35
+ },
36
+ "InventoryLocation": {
37
+ "type": "object",
38
+ "additionalProperties": false,
39
+ "required": ["kind", "environment", "region"],
40
+ "properties": {
41
+ "kind": { "const": "inventory" },
42
+ "environment": { "enum": ["dev", "test", "prod"] },
43
+ "region": { "enum": ["ae", "cc", "gwc"] }
44
+ }
45
+ },
46
+ "IdentifierFinding": {
47
+ "type": "object",
48
+ "additionalProperties": false,
49
+ "required": [
50
+ "contractVersion",
51
+ "rule",
52
+ "classification",
53
+ "severity",
54
+ "location",
55
+ "field",
56
+ "offendingValue",
57
+ "remediation"
58
+ ],
59
+ "properties": {
60
+ "contractVersion": { "const": "eai.object-type-routing/v1" },
61
+ "rule": {
62
+ "enum": [
63
+ "OBJECT_TYPE_NAME_NON_CANONICAL",
64
+ "OBJECT_TYPE_SLUG_MISSING",
65
+ "OBJECT_TYPE_SLUG_NON_CANONICAL",
66
+ "OBJECT_TYPE_SLUG_DERIVATION_MISMATCH",
67
+ "OBJECT_TYPE_DIRECT_ROUTE_CONSTRUCTION",
68
+ "OBJECT_TYPE_INVENTORY_INCOMPLETE"
69
+ ]
70
+ },
71
+ "classification": {
72
+ "enum": ["blocking_source_drift", "report_only_persisted_legacy_drift", "activation_blocker"]
73
+ },
74
+ "severity": { "enum": ["error", "warning", "info"] },
75
+ "location": {
76
+ "oneOf": [
77
+ { "$ref": "#/$defs/SourceLocation" },
78
+ { "$ref": "#/$defs/PersistedLocation" },
79
+ { "$ref": "#/$defs/InventoryLocation" }
80
+ ]
81
+ },
82
+ "field": { "type": ["string", "null"] },
83
+ "offendingValue": { "$ref": "#/$defs/JsonScalar" },
84
+ "expectedValue": {
85
+ "oneOf": [{ "$ref": "#/$defs/JsonScalar" }, { "type": "object" }]
86
+ },
87
+ "remediation": { "type": "string", "minLength": 1 }
88
+ }
89
+ },
90
+ "PaginationEvidence": {
91
+ "type": "object",
92
+ "additionalProperties": false,
93
+ "required": ["pageCount", "recordCount", "terminal"],
94
+ "properties": {
95
+ "pageCount": { "type": "integer", "minimum": 0 },
96
+ "recordCount": { "type": "integer", "minimum": 0 },
97
+ "terminal": { "const": true }
98
+ }
99
+ },
100
+ "ObjectTypePaginationEvidence": {
101
+ "type": "object",
102
+ "additionalProperties": false,
103
+ "required": ["tenantRef", "pageCount", "recordCount", "terminal"],
104
+ "properties": {
105
+ "tenantRef": { "type": "string", "minLength": 1 },
106
+ "pageCount": { "type": "integer", "minimum": 0 },
107
+ "recordCount": { "type": "integer", "minimum": 0 },
108
+ "terminal": { "const": true }
109
+ }
110
+ },
111
+ "InventoryRun": {
112
+ "type": "object",
113
+ "additionalProperties": false,
114
+ "required": [
115
+ "schemaVersion",
116
+ "contractVersion",
117
+ "status",
118
+ "writeAttemptCount",
119
+ "environment",
120
+ "region",
121
+ "snapshotStartedAt",
122
+ "snapshotCompletedAt",
123
+ "releaseOwnerUserRef",
124
+ "identityKind",
125
+ "roleVisibilityComplete",
126
+ "snapshotBasis",
127
+ "sourceEndpoints",
128
+ "tenantSetDigestAlgorithm",
129
+ "expectedActiveTenantCount",
130
+ "scannedTenantCount",
131
+ "expectedTenantSetDigest",
132
+ "scannedTenantSetDigest",
133
+ "prePostUniverseStable",
134
+ "tenantPagination",
135
+ "objectTypePagination",
136
+ "objectTypePageCount",
137
+ "objectTypeRecordCount",
138
+ "sourceErrorCount",
139
+ "findingsSummary",
140
+ "findings",
141
+ "digestAlgorithm",
142
+ "digest"
143
+ ],
144
+ "properties": {
145
+ "schemaVersion": { "const": "eai.object-type-routing.inventory/v1" },
146
+ "contractVersion": { "const": "eai.object-type-routing/v1" },
147
+ "status": { "enum": ["complete", "incomplete"] },
148
+ "writeAttemptCount": { "type": "integer", "const": 0 },
149
+ "environment": { "enum": ["dev", "test", "prod"] },
150
+ "region": { "enum": ["ae", "cc", "gwc"] },
151
+ "snapshotStartedAt": { "type": "string", "format": "date-time" },
152
+ "snapshotCompletedAt": { "type": "string", "format": "date-time" },
153
+ "releaseOwnerUserRef": { "type": "string", "minLength": 1 },
154
+ "identityKind": { "const": "USER" },
155
+ "roleVisibilityComplete": { "type": "boolean" },
156
+ "snapshotBasis": { "enum": ["server_snapshot", "stable_pre_post_enumeration"] },
157
+ "sourceEndpoints": {
158
+ "type": "object",
159
+ "additionalProperties": false,
160
+ "required": ["tenants", "objectTypes"],
161
+ "properties": {
162
+ "tenants": { "type": "string", "pattern": "^GET /v4/platform/tenants" },
163
+ "objectTypes": { "type": "string", "pattern": "^GET /v4/data/resources/object-types" }
164
+ }
165
+ },
166
+ "tenantSetDigestAlgorithm": { "const": "HMAC-SHA256" },
167
+ "expectedActiveTenantCount": { "type": "integer", "minimum": 0 },
168
+ "scannedTenantCount": { "type": "integer", "minimum": 0 },
169
+ "expectedTenantSetDigest": { "$ref": "#/$defs/Digest" },
170
+ "scannedTenantSetDigest": { "$ref": "#/$defs/Digest" },
171
+ "preTenantSetDigest": { "$ref": "#/$defs/Digest" },
172
+ "postTenantSetDigest": { "$ref": "#/$defs/Digest" },
173
+ "prePostUniverseStable": { "type": "boolean" },
174
+ "tenantPagination": { "$ref": "#/$defs/PaginationEvidence" },
175
+ "objectTypePagination": {
176
+ "type": "array",
177
+ "items": { "$ref": "#/$defs/ObjectTypePaginationEvidence" }
178
+ },
179
+ "objectTypePageCount": { "type": "integer", "minimum": 0 },
180
+ "objectTypeRecordCount": { "type": "integer", "minimum": 0 },
181
+ "sourceErrorCount": { "type": "integer", "minimum": 0 },
182
+ "findingsSummary": {
183
+ "type": "object",
184
+ "additionalProperties": false,
185
+ "required": ["blocking_source_drift", "report_only_persisted_legacy_drift", "activation_blocker"],
186
+ "properties": {
187
+ "blocking_source_drift": { "type": "integer", "minimum": 0 },
188
+ "report_only_persisted_legacy_drift": { "type": "integer", "minimum": 0 },
189
+ "activation_blocker": { "type": "integer", "minimum": 0 }
190
+ }
191
+ },
192
+ "findings": {
193
+ "type": "array",
194
+ "items": { "$ref": "#/$defs/IdentifierFinding" }
195
+ },
196
+ "digestAlgorithm": { "const": "SHA-256/RFC8785" },
197
+ "digest": { "$ref": "#/$defs/Digest" }
198
+ },
199
+ "allOf": [
200
+ {
201
+ "if": { "properties": { "snapshotBasis": { "const": "stable_pre_post_enumeration" } } },
202
+ "then": { "required": ["preTenantSetDigest", "postTenantSetDigest"] }
203
+ }
204
+ ]
205
+ }
206
+ }
207
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "urn:eai:schema:object-type-routing-phase-bundle:v1",
4
+ "title": "EAI Object Type Routing Phase Bundle",
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "required": ["schemaVersion", "repository", "phase", "baselineSha", "semantics", "entries", "rootDigest"],
8
+ "properties": {
9
+ "schemaVersion": { "const": "eai.object-type-routing.phase-bundle/v1" },
10
+ "repository": { "type": "string", "minLength": 1 },
11
+ "phase": { "enum": ["P0", "A0", "P1", "A1"] },
12
+ "baselineSha": { "type": "string", "pattern": "^[a-f0-9]{40,64}$" },
13
+ "semantics": { "const": "cumulative_from_baseline" },
14
+ "entries": {
15
+ "type": "array",
16
+ "items": {
17
+ "type": "object",
18
+ "additionalProperties": false,
19
+ "required": ["path", "kind", "mode", "deleted", "contentBase64", "contentDigest", "entryDigest"],
20
+ "properties": {
21
+ "path": {
22
+ "type": "string",
23
+ "minLength": 1,
24
+ "pattern": "^(?!/)(?!.*(?:^|/)\\.\\.(?:/|$)).+$"
25
+ },
26
+ "kind": { "enum": ["file", "symlink", "deletion"] },
27
+ "mode": { "enum": ["100644", "100755", "120000"] },
28
+ "deleted": { "type": "boolean" },
29
+ "contentBase64": { "type": ["string", "null"] },
30
+ "contentDigest": {
31
+ "oneOf": [{ "type": "string", "pattern": "^sha256:[a-f0-9]{64}$" }, { "type": "null" }]
32
+ },
33
+ "entryDigest": { "type": "string", "pattern": "^sha256:[a-f0-9]{64}$" }
34
+ }
35
+ }
36
+ },
37
+ "rootDigest": { "type": "string", "pattern": "^sha256:[a-f0-9]{64}$" }
38
+ }
39
+ }
@@ -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:
@@ -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:
@@ -31,11 +31,11 @@ updated: '{{iso_timestamp}}'
31
31
 
32
32
  ## Safe Public Sources Used
33
33
 
34
- - EAI CLI overview: https://eai-tools.github.io/eai/docs/overview
35
- - EAI API reference: https://eai-tools.github.io/eai/docs/api-reference
36
- - EAI static registry: https://eai-tools.github.io/eai/registry/
37
- - EAI scenario library: https://eai-tools.github.io/eai/scenarios
38
- - EAI app template: https://github.com/eai-tools/eai-app-template
34
+ - EAI CLI overview: https://eai-support.github.io/eai/docs/overview
35
+ - EAI API reference: https://eai-support.github.io/eai/docs/api-reference
36
+ - EAI static registry: https://eai-support.github.io/eai/registry/
37
+ - EAI scenario library: https://eai-support.github.io/eai/scenarios
38
+ - EAI app template: https://github.com/eai-support/eai-app-template
39
39
 
40
40
  ## Commands Run
41
41
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "gofer": {
4
- "repo": "https://github.com/eai-tools/eai-gofer.git",
4
+ "repo": "https://github.com/eai-support/eai-gofer.git",
5
5
  "commit": "7601cf2011c3f91509c647c6818afa292935c2d0",
6
6
  "describe": "v3.7.1"
7
7
  },
8
8
  "appTemplate": {
9
- "repo": "https://github.com/eai-tools/eai-app-template.git",
9
+ "repo": "https://github.com/eai-support/eai-app-template.git",
10
10
  "commit": "e53aa75d0a20580934d49672a135bc360eb0e84b",
11
11
  "packageLockSha256": "87014ca5785379be633b0cc2284d6da499295333773b69317007f20c7189a6f6",
12
12
  "enterpriseRegistry": "https://enterpriseaigroup.github.io/enterpriseai-packages/registry",