@jskit-ai/create-app 0.1.45 → 0.1.47

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.45",
3
+ "version": "0.1.47",
4
4
  "description": "Scaffold minimal JSKIT app shells.",
5
5
  "type": "module",
6
6
  "files": [
@@ -0,0 +1,13 @@
1
+ # App Agent Wrapper
2
+
3
+ Primary instructions live in:
4
+
5
+ - `node_modules/@jskit-ai/agent-docs/DISTR_AGENT.md`
6
+
7
+ Read that file first and follow the workflow docs it references before planning, scaffolding, or editing code.
8
+
9
+ Fallback if the package is not installed yet:
10
+
11
+ - install dependencies so `node_modules/@jskit-ai/agent-docs/` exists
12
+ - inspect the workspace before assuming a JSKIT app already exists
13
+ - 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",