instar 0.24.12 → 0.24.13

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": "instar",
3
- "version": "0.24.12",
3
+ "version": "0.24.13",
4
4
  "description": "Persistent autonomy infrastructure for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "./builtin-manifest.schema.json",
3
3
  "schemaVersion": 1,
4
- "generatedAt": "2026-03-27T18:09:25.856Z",
5
- "instarVersion": "0.24.12",
4
+ "generatedAt": "2026-03-27T18:36:11.776Z",
5
+ "instarVersion": "0.24.13",
6
6
  "entryCount": 176,
7
7
  "entries": {
8
8
  "hook:session-start": {
@@ -0,0 +1,16 @@
1
+ # Upgrade Guide — vNEXT
2
+
3
+ <!-- bump: patch -->
4
+
5
+ ## What Changed
6
+
7
+ <!-- Describe changes in the next release here -->
8
+
9
+ ## What to Tell Your User
10
+
11
+ <!-- Brief, user-friendly summary -->
12
+
13
+ ## Summary of New Capabilities
14
+
15
+ | Capability | How to Use |
16
+ |-----------|-----------|