qlogicagent 2.13.8 → 2.13.9

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.
@@ -87,6 +87,7 @@ export declare class Memdir {
87
87
  score: number;
88
88
  }>>;
89
89
  private writeIndex;
90
+ private writeIndexUnlocked;
90
91
  private ensureDir;
91
92
  /** Append an entry to the file listing section of INDEX.md (idempotent). */
92
93
  private appendIndexEntry;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlogicagent",
3
- "version": "2.13.8",
3
+ "version": "2.13.9",
4
4
  "description": "XiaozhiClaw Agent CLI — subprocess architecture (JSON-RPC over stdio)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",