@secemp/elwood 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # elwood
2
+ <img width="1448" height="1086" alt="image" src="https://github.com/user-attachments/assets/5e200c1b-aad5-4354-b968-2edbe6055b0d" />
2
3
 
3
4
  Programmatically import and instrument the locally installed Claude Code CLI via Babel AST. Drop-in replacement for `@anthropic-ai/claude-agent-sdk` that runs **in-process** -- zero subprocess spawning.
4
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secemp/elwood",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Programmatically import and instrument the locally installed Claude Code CLI via Babel AST",
5
5
  "type": "module",
6
6
  "exports": {