@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
|
@@ -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
|