@jskit-ai/agent-docs 0.1.41 → 0.1.42
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 +1 -1
- package/DISTR_AGENT.md +0 -15
package/package.json
CHANGED
package/DISTR_AGENT.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Distributed Agent Guide
|
|
2
|
-
|
|
3
|
-
JSKIT issue work is driven by the executable session workflow.
|
|
4
|
-
|
|
5
|
-
Use:
|
|
6
|
-
|
|
7
|
-
- `jskit session` to list sessions.
|
|
8
|
-
- `jskit session create` to start a session.
|
|
9
|
-
- `jskit session <session_id>` to inspect state.
|
|
10
|
-
- `jskit session <session_id> step` to run the next step or render the next prompt.
|
|
11
|
-
- `jskit session <session_id> step --json` for machine-readable output.
|
|
12
|
-
|
|
13
|
-
Do not use the old prose workflow model. Session state, receipts, prompt rendering, issue creation, review loops, doctor checks, PR creation, merge, cleanup, and final receipts belong to `jskit session`.
|
|
14
|
-
|
|
15
|
-
Use package docs, generated references, patterns, and guides only as technical references.
|