@jskit-ai/agent-docs 0.1.126 → 0.1.128
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.
- package/guide/agent/app-extras/realtime.md +13 -13
- package/guide/agent/app-setup/a-more-interesting-shell.md +5 -3
- package/guide/agent/app-setup/upgrade-beta-1-to-final.md +108 -5
- package/guide/agent/app-setup/users.md +1 -1
- package/guide/agent/app-setup/working-with-the-jskit-cli.md +6 -1
- package/guide/agent/generators/advanced-cruds.md +19 -14
- package/guide/agent/generators/crud-generators.md +1 -1
- package/guide/agent/generators/row-policies.md +2 -10
- package/package.json +1 -1
- package/patterns/INDEX.md +1 -1
- package/patterns/client-requests.md +6 -4
- package/patterns/generated-ui-contract-tracking.md +2 -2
- package/patterns/live-actions.md +1 -1
- package/reference/autogen/KERNEL_MAP.md +3 -96
- package/reference/autogen/README.md +1 -0
- package/reference/autogen/packages/assistant-core.md +0 -11
- package/reference/autogen/packages/assistant-runtime.md +7 -0
- package/reference/autogen/packages/crud-core.md +0 -72
- package/reference/autogen/packages/http-web.md +624 -0
- package/reference/autogen/packages/kernel.md +7 -98
- package/reference/autogen/packages/resource-crud-core.md +94 -0
- package/reference/autogen/packages/users-web.md +0 -593
- package/reference/autogen/packages/workspaces-web.md +30 -42
- package/reference/autogen/tooling/create-app.md +0 -10
- package/reference/autogen/tooling/jskit-cli.md +0 -12
- package/skills/jskit/references/crud-operations.md +3 -2
- package/skills/jskit/references/ui-operations.md +3 -0
|
@@ -44,36 +44,6 @@ Local functions
|
|
|
44
44
|
- `onMemberRoleUpdate(member, roleSid)`
|
|
45
45
|
- `onRemoveMember(member)`
|
|
46
46
|
|
|
47
|
-
### `src/client/components/UsersProfileSurfaceSwitchMenuItem.vue`
|
|
48
|
-
Exports
|
|
49
|
-
- None
|
|
50
|
-
|
|
51
|
-
### `src/client/components/UsersWorkspaceMembersMenuItem.vue`
|
|
52
|
-
Exports
|
|
53
|
-
- None
|
|
54
|
-
|
|
55
|
-
### `src/client/components/UsersWorkspacePermissionMenuItem.vue`
|
|
56
|
-
Exports
|
|
57
|
-
- None
|
|
58
|
-
Local functions
|
|
59
|
-
- `normalizeRequiredPermissions(value)`
|
|
60
|
-
|
|
61
|
-
### `src/client/components/UsersWorkspaceSelector.vue`
|
|
62
|
-
Exports
|
|
63
|
-
- None
|
|
64
|
-
Local functions
|
|
65
|
-
- `resolveBrowserPath()`
|
|
66
|
-
- `navigateToWorkspace(slug)`
|
|
67
|
-
- `workspaceAvatarStyle(workspace)`
|
|
68
|
-
|
|
69
|
-
### `src/client/components/UsersWorkspaceSettingsMenuItem.vue`
|
|
70
|
-
Exports
|
|
71
|
-
- None
|
|
72
|
-
|
|
73
|
-
### `src/client/components/UsersWorkspaceToolsWidget.vue`
|
|
74
|
-
Exports
|
|
75
|
-
- None
|
|
76
|
-
|
|
77
47
|
### `src/client/components/WorkspaceInviteLanding.vue`
|
|
78
48
|
Exports
|
|
79
49
|
- None
|
|
@@ -105,6 +75,20 @@ Local functions
|
|
|
105
75
|
- `submitMemberRoleUpdate(member, roleSid)`
|
|
106
76
|
- `submitRemoveMember(member)`
|
|
107
77
|
|
|
78
|
+
### `src/client/components/WorkspaceMembersMenuItem.vue`
|
|
79
|
+
Exports
|
|
80
|
+
- None
|
|
81
|
+
|
|
82
|
+
### `src/client/components/WorkspacePermissionMenuItem.vue`
|
|
83
|
+
Exports
|
|
84
|
+
- None
|
|
85
|
+
Local functions
|
|
86
|
+
- `normalizeRequiredPermissions(value)`
|
|
87
|
+
|
|
88
|
+
### `src/client/components/WorkspaceProfileSurfaceSwitchMenuItem.vue`
|
|
89
|
+
Exports
|
|
90
|
+
- None
|
|
91
|
+
|
|
108
92
|
### `src/client/components/WorkspacesClientElement.vue`
|
|
109
93
|
Exports
|
|
110
94
|
- None
|
|
@@ -121,6 +105,22 @@ Local functions
|
|
|
121
105
|
- `createWorkspace()`
|
|
122
106
|
- `refreshBootstrap()`
|
|
123
107
|
|
|
108
|
+
### `src/client/components/WorkspaceSelector.vue`
|
|
109
|
+
Exports
|
|
110
|
+
- None
|
|
111
|
+
Local functions
|
|
112
|
+
- `resolveBrowserPath()`
|
|
113
|
+
- `navigateToWorkspace(slug)`
|
|
114
|
+
- `workspaceAvatarStyle(workspace)`
|
|
115
|
+
|
|
116
|
+
### `src/client/components/WorkspaceSettingsMenuItem.vue`
|
|
117
|
+
Exports
|
|
118
|
+
- None
|
|
119
|
+
|
|
120
|
+
### `src/client/components/WorkspaceToolsWidget.vue`
|
|
121
|
+
Exports
|
|
122
|
+
- None
|
|
123
|
+
|
|
124
124
|
### `src/client/composables/useWorkspaceRouteContext.js`
|
|
125
125
|
Exports
|
|
126
126
|
- `useWorkspaceRouteContext()`
|
|
@@ -147,18 +147,6 @@ Exports
|
|
|
147
147
|
Local functions
|
|
148
148
|
- `normalizeWorkspaceSlug(value = "")`
|
|
149
149
|
|
|
150
|
-
### `src/client/lib/httpClient.js`
|
|
151
|
-
Exports
|
|
152
|
-
- `workspacesWebHttpClient`
|
|
153
|
-
|
|
154
|
-
### `src/client/lib/permissions.js`
|
|
155
|
-
Exports
|
|
156
|
-
- `normalizePermissionList`
|
|
157
|
-
- `arePermissionListsEqual(left, right)`
|
|
158
|
-
- `hasPermission`
|
|
159
|
-
Local functions
|
|
160
|
-
- `toPermissionSet(values)`
|
|
161
|
-
|
|
162
150
|
### `src/client/lib/profileSurfaceMenuLinks.js`
|
|
163
151
|
Exports
|
|
164
152
|
- `resolveProfileSurfaceMenuLinks({ context, surface } = {})`
|
|
@@ -207,11 +207,6 @@ Exports
|
|
|
207
207
|
Local functions
|
|
208
208
|
- `clientEntry(()`
|
|
209
209
|
|
|
210
|
-
### `templates/base-shell/vite.shared.mjs`
|
|
211
|
-
Exports
|
|
212
|
-
- `toPositiveInt(value, fallback)`
|
|
213
|
-
- `loadViteDevProxyEntries({ appRootUrl = import.meta.url, fallbackTarget = "" } = {})`
|
|
214
|
-
|
|
215
210
|
### `templates/minimal-shell/bin/server.js`
|
|
216
211
|
Exports
|
|
217
212
|
- None
|
|
@@ -315,11 +310,6 @@ Exports
|
|
|
315
310
|
Local functions
|
|
316
311
|
- `clientEntry(()`
|
|
317
312
|
|
|
318
|
-
### `templates/minimal-shell/vite.shared.mjs`
|
|
319
|
-
Exports
|
|
320
|
-
- `toPositiveInt(value, fallback)`
|
|
321
|
-
- `loadViteDevProxyEntries({ appRootUrl = import.meta.url, fallbackTarget = "" } = {})`
|
|
322
|
-
|
|
323
313
|
### bin
|
|
324
314
|
|
|
325
315
|
### `bin/jskit-create-app.js`
|
|
@@ -435,18 +435,6 @@ Local functions
|
|
|
435
435
|
- `isExactOptionReference(value = "", optionName = "")`
|
|
436
436
|
- `readEnvValue(content = "", key = "")`
|
|
437
437
|
|
|
438
|
-
### `src/server/cliRuntime/viteProxy.js`
|
|
439
|
-
Exports
|
|
440
|
-
- `createEmptyViteDevProxyConfig()`
|
|
441
|
-
- `normalizeViteDevProxyPath(value = "", { context = "vite proxy entry" } = {})`
|
|
442
|
-
- `normalizeViteDevProxyEntry(value = {}, { context = "vite proxy entry" } = {})`
|
|
443
|
-
- `normalizeViteDevProxyConfig(value = {}, { context = "vite proxy config" } = {})`
|
|
444
|
-
- `resolveViteDevProxyConfigAbsolutePath(appRoot)`
|
|
445
|
-
- `loadViteDevProxyConfig(appRoot, { context = "vite proxy config" } = {})`
|
|
446
|
-
- `writeViteDevProxyConfig(appRoot, config = {}, touchedFiles = null, { dryRun = false } = {})`
|
|
447
|
-
- `normalizeViteProxyMutationRecord(value = {})`
|
|
448
|
-
- `applyViteMutations(packageEntry, appRoot, viteMutations, options, managedVite, touchedFiles, { dryRun = false } = {})`
|
|
449
|
-
|
|
450
438
|
### `src/server/commandHandlers/app.js`
|
|
451
439
|
Exports
|
|
452
440
|
- `createAppCommands(ctx = {})`
|
|
@@ -84,8 +84,9 @@ clearly when the contract is unsupported. The view uses the public
|
|
|
84
84
|
`CrudViewScreen` `actions` slot, `CrudDeleteAction`, and
|
|
85
85
|
`useCrudDeleteAction()`. The shared component owns the Cancel/Delete dialog;
|
|
86
86
|
`useCommand()` owns pending/error state and the resource request; success
|
|
87
|
-
invalidates the CRUD list and navigates there.
|
|
88
|
-
|
|
87
|
+
invalidates the CRUD list and navigates there. Import the public client runtime
|
|
88
|
+
from `@jskit-ai/http-web`; do not inspect package-private code, add a page
|
|
89
|
+
transport, or use raw `fetch()`.
|
|
89
90
|
|
|
90
91
|
## Strict temporal values
|
|
91
92
|
|
|
@@ -37,6 +37,9 @@ Doctor must continue to report a missing managed test.
|
|
|
37
37
|
object; never bind its route-template/relative string raw to Vue Router `to`.
|
|
38
38
|
- Use page-local row-action/filter definitions. Keep read failures local; use
|
|
39
39
|
`useCommand()` or `useUiFeedback()` for user-triggered action feedback.
|
|
40
|
+
- Import neutral request, operation, permission, and generated CRUD UI APIs from
|
|
41
|
+
`@jskit-ai/http-web`. Do not install `users-web` unless the application uses
|
|
42
|
+
account, profile, or user-specific shell UI.
|
|
40
43
|
|
|
41
44
|
## Adaptive shell drawer
|
|
42
45
|
|