@jskit-ai/create-app 0.1.79 → 0.1.80

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.79",
3
+ "version": "0.1.80",
4
4
  "description": "Scaffold minimal JSKIT app shells.",
5
5
  "type": "module",
6
6
  "files": [
@@ -1,12 +1,11 @@
1
1
  # App Agent Instructions
2
2
 
3
- Use JSKIT sessions for issue work:
3
+ Use JSKIT sessions for issue work.
4
4
 
5
5
  - `jskit session`
6
6
  - `jskit session create`
7
7
  - `jskit session <session_id>`
8
8
  - `jskit session <session_id> step`
9
+ - `jskit session <session_id> step --json` for tools and UIs
9
10
 
10
- Follow the step output. Do not invent a parallel manual workflow.
11
-
12
- If dependencies are not installed yet, run `npm install`. If this app uses local JSKIT checkout links, run `npm run devlinks` immediately afterward.
11
+ Follow the current session step output and prompt. Do not invent a parallel manual issue workflow.