@aliyunrds/ctxdb 1.0.8-beta.0 → 1.0.8-beta.1

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/README.md CHANGED
@@ -154,6 +154,8 @@ ctxdb setup --agent qwenwork --api-key ctxdb-...
154
154
  ctxdb setup --agent codex --api-key ctxdb-...
155
155
  # Claude Code (hooks + skill)
156
156
  ctxdb setup --agent claude --api-key ctxdb-...
157
+ # WorkBuddy (Claude-Code-isomorphic hooks + skill)
158
+ ctxdb setup --agent workbuddy --api-key ctxdb-...
157
159
  # OpenCode (plugin shim + skill)
158
160
  ctxdb setup --agent opencode --api-key ctxdb-...
159
161
  # Hermes (pre_llm_call recall/warmup + post_llm_call capture + skill; macOS/Linux)
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  configDir
4
- } from "./chunk-AAZLOCVB.js";
4
+ } from "./chunk-KYW76CL7.js";
5
5
 
6
6
  // src/lib/circuit.ts
7
7
  import { statSync, writeFileSync, unlinkSync, mkdirSync, readdirSync, readFileSync } from "fs";