@songsid/agend 0.0.24-beta.11 → 0.0.24-beta.12

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.
@@ -1,8 +1,20 @@
1
1
  ---
2
2
  name: session-management
3
- description: Save/load/fork sessions, batch backup, reviewer session setup
3
+ description: Save/load/fork sessions, batch backup, reviewer session setup, kiro-cli session paths
4
4
  ---
5
5
 
6
+ ## kiro-cli Session Storage
7
+
8
+ kiro-cli automatically stores conversation sessions at:
9
+ - **Path:** `~/.kiro/sessions/cli/<uuid>.json`
10
+ - Each session is a JSON file with the full conversation history
11
+ - Sessions persist across restarts — kiro-cli auto-resumes the latest session for each working directory
12
+
13
+ **Useful for:**
14
+ - Manual backup: `cp ~/.kiro/sessions/cli/*.json ~/backup/`
15
+ - Finding a specific session: `ls -lt ~/.kiro/sessions/cli/ | head -5`
16
+ - Loading a session into a new instance via `pre_task_command: "/chat load <path>"`
17
+
6
18
  ## Reviewer Session Management
7
19
 
8
20
  For reviewer instances using kiro-cli:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@songsid/agend",
3
- "version": "0.0.24-beta.11",
3
+ "version": "0.0.24-beta.12",
4
4
  "description": "Multi-agent fleet daemon — run any coding CLI (Claude, Gemini, Codex, OpenCode) from Telegram",
5
5
  "type": "module",
6
6
  "workspaces": [