@jskit-ai/agent-docs 0.1.4 → 0.1.6
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/DISTR_AGENT.md +2 -0
- package/guide/agent/generators/advanced-cruds.md +307 -51
- package/package.json +2 -1
- package/patterns/INDEX.md +33 -0
- package/patterns/child-cruds.md +30 -0
- package/patterns/crud-links.md +36 -0
- package/patterns/filters.md +92 -0
- package/patterns/live-actions.md +33 -0
- package/patterns/placements.md +28 -0
- package/patterns/surfaces.md +30 -0
- package/reference/autogen/KERNEL_MAP.md +27 -0
- package/reference/autogen/packages/agent-docs.md +1 -1
- package/reference/autogen/packages/assistant-core.md +1 -1
- package/reference/autogen/packages/assistant-runtime.md +22 -9
- package/reference/autogen/packages/assistant.md +1 -1
- package/reference/autogen/packages/auth-core.md +1 -1
- package/reference/autogen/packages/auth-provider-supabase-core.md +1 -1
- package/reference/autogen/packages/auth-web.md +1 -1
- package/reference/autogen/packages/console-core.md +1 -1
- package/reference/autogen/packages/console-web.md +1 -1
- package/reference/autogen/packages/crud-core.md +23 -1
- package/reference/autogen/packages/crud-server-generator.md +1 -1
- package/reference/autogen/packages/crud-ui-generator.md +2 -1
- package/reference/autogen/packages/database-runtime-mysql.md +1 -1
- package/reference/autogen/packages/database-runtime-postgres.md +1 -1
- package/reference/autogen/packages/database-runtime.md +1 -1
- package/reference/autogen/packages/http-runtime.md +1 -1
- package/reference/autogen/packages/kernel.md +28 -1
- package/reference/autogen/packages/realtime.md +1 -1
- package/reference/autogen/packages/shell-web.md +1 -1
- package/reference/autogen/packages/storage-runtime.md +1 -1
- package/reference/autogen/packages/ui-generator.md +1 -1
- package/reference/autogen/packages/uploads-image-web.md +1 -1
- package/reference/autogen/packages/uploads-runtime.md +1 -1
- package/reference/autogen/packages/users-core.md +1 -1
- package/reference/autogen/packages/users-web.md +36 -1
- package/reference/autogen/packages/workspaces-core.md +5 -1
- package/reference/autogen/packages/workspaces-web.md +9 -1
- package/reference/autogen/tooling/config-eslint.md +1 -1
- package/reference/autogen/tooling/create-app.md +1 -1
- package/reference/autogen/tooling/jskit-catalog.md +1 -1
- package/reference/autogen/tooling/jskit-cli.md +1 -1
- package/reference/autogen/tooling/test-support.md +1 -1
- package/reference/autogen/tooling/testUtils.md +1 -1
- package/templates/app/AGENTS.md +2 -0
|
@@ -8,7 +8,7 @@ Use this on demand; do not load the full index at startup.
|
|
|
8
8
|
|
|
9
9
|
## Scope
|
|
10
10
|
- Source: `tooling/jskit-catalog/**/*{.js,.mjs,.cjs,.vue}`
|
|
11
|
-
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`
|
|
11
|
+
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`, `.vitepress/cache/`, `.vitepress/dist/`
|
|
12
12
|
|
|
13
13
|
## Sections
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ Use this on demand; do not load the full index at startup.
|
|
|
8
8
|
|
|
9
9
|
## Scope
|
|
10
10
|
- Source: `tooling/jskit-cli/**/*{.js,.mjs,.cjs,.vue}`
|
|
11
|
-
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`
|
|
11
|
+
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`, `.vitepress/cache/`, `.vitepress/dist/`
|
|
12
12
|
|
|
13
13
|
## Sections
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ Use this on demand; do not load the full index at startup.
|
|
|
8
8
|
|
|
9
9
|
## Scope
|
|
10
10
|
- Source: `tooling/test-support/**/*{.js,.mjs,.cjs,.vue}`
|
|
11
|
-
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`
|
|
11
|
+
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`, `.vitepress/cache/`, `.vitepress/dist/`
|
|
12
12
|
|
|
13
13
|
## Sections
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ Use this on demand; do not load the full index at startup.
|
|
|
8
8
|
|
|
9
9
|
## Scope
|
|
10
10
|
- Source: `tooling/testUtils/**/*{.js,.mjs,.cjs,.vue}`
|
|
11
|
-
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`
|
|
11
|
+
- Excludes: `test/`, `tests/`, `__tests__/`, `*.test.*`, `*.spec.*`, `*.vitest.*`, `node_modules/`, `dist/`, `coverage/`, `docs/`, `LEGACY/`, `.vitepress/cache/`, `.vitepress/dist/`
|
|
12
12
|
|
|
13
13
|
## Sections
|
|
14
14
|
|
package/templates/app/AGENTS.md
CHANGED
|
@@ -15,6 +15,7 @@ Use these references on demand:
|
|
|
15
15
|
|
|
16
16
|
- `node_modules/@jskit-ai/agent-docs/reference/autogen/KERNEL_MAP.md`
|
|
17
17
|
- `node_modules/@jskit-ai/agent-docs/reference/autogen/README.md`
|
|
18
|
+
- `node_modules/@jskit-ai/agent-docs/patterns/INDEX.md`
|
|
18
19
|
- `node_modules/@jskit-ai/agent-docs/guide/agent/index.md`
|
|
19
20
|
- `node_modules/@jskit-ai/agent-docs/site/guide/index.md` when compressed guidance is ambiguous or missing nuance
|
|
20
21
|
- `node_modules/@jskit-ai/agent-docs/templates/APP_BLUEPRINT.md`
|
|
@@ -30,6 +31,7 @@ Core rules:
|
|
|
30
31
|
- `Why this sticks: ...`
|
|
31
32
|
- `Not doing: ...`
|
|
32
33
|
- Keep that checkpoint compact. Do not expand it into a long preamble unless the developer asks for detail.
|
|
34
|
+
- When a request involves JSKIT UI, routing, surfaces, CRUDs, filters, placements, live actions, or similar implementation details, scan `node_modules/@jskit-ai/agent-docs/patterns/INDEX.md` for matching keywords and read only the relevant pattern files.
|
|
33
35
|
- Reuse existing JSKIT helpers and runtime seams before adding new local helpers.
|
|
34
36
|
- A freshly scaffolded JSKIT app can still be in Stage 1. If the app was just created and platform decisions are not settled yet, continue with the initialize workflow before adding runtime packages.
|
|
35
37
|
- Do not treat a missing `config.tenancyMode` line or an untouched minimal scaffold as a final tenancy decision.
|