indusagi 0.12.20 → 0.12.21

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 +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # indusvx-screth
1
+ # indusagi
2
2
 
3
- Clean-room scratch rebuild workspace for an indusvx-like SDK.
3
+ Clean-room scratch rebuild workspace for an indusagi-like SDK.
4
4
 
5
5
  ## Current status
6
6
  - Phase A scaffold completed (buildable package boundaries)
@@ -15,10 +15,10 @@ npm test
15
15
  ```
16
16
 
17
17
  ## Subpath exports
18
- - `indusvx-screth`
19
- - `indusvx-screth/ai`
20
- - `indusvx-screth/agent`
21
- - `indusvx-screth/tui`
22
- - `indusvx-screth/mcp`
23
- - `indusvx-screth/memory`
24
- - `indusvx-screth/observability`
18
+ - `indusagi`
19
+ - `indusagi/ai`
20
+ - `indusagi/agent`
21
+ - `indusagi/tui`
22
+ - `indusagi/mcp`
23
+ - `indusagi/memory`
24
+ - `indusagi/observability`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indusagi",
3
- "version": "0.12.20",
3
+ "version": "0.12.21",
4
4
  "description": "All-in-one package that re-exports indusagi-ai, indusagi-agent, and indusagi-tui. Now with Kimi (Moonshot AI) support!",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",