@jskit-ai/create-app 0.1.46 → 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
|
@@ -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
|