@jskit-ai/create-app 0.1.46 → 0.1.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/create-app",
3
- "version": "0.1.46",
3
+ "version": "0.1.48",
4
4
  "description": "Scaffold minimal JSKIT app shells.",
5
5
  "type": "module",
6
6
  "files": [
@@ -0,0 +1,11 @@
1
+ # App Agent Wrapper
2
+
3
+ Read and follow:
4
+
5
+ - `node_modules/@jskit-ai/agent-docs/templates/app/AGENTS.md`
6
+
7
+ If that file does not exist yet:
8
+
9
+ - install dependencies so `node_modules/@jskit-ai/agent-docs/` exists
10
+ - inspect the workspace before assuming a JSKIT app already exists
11
+ - if the workspace is empty and the user wants a new app, start with high-level initialize questions only
@@ -40,6 +40,7 @@
40
40
  "@jskit-ai/http-runtime": "0.x"
41
41
  },
42
42
  "devDependencies": {
43
+ "@jskit-ai/agent-docs": "0.x",
43
44
  "@jskit-ai/config-eslint": "0.x",
44
45
  "@jskit-ai/jskit-cli": "0.x",
45
46
  "@vitejs/plugin-vue": "^5.2.1",