kontext-sdk 0.1.0 → 0.2.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
@@ -1,4 +1,4 @@
1
- # @kontext/sdk
1
+ # kontext-sdk
2
2
 
3
3
  Trust and compliance layer for agentic crypto workflows.
4
4
 
@@ -7,13 +7,13 @@ Kontext provides structured action logging, tamper-evident audit trails, trust s
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install @kontext/sdk
10
+ npm install kontext-sdk
11
11
  ```
12
12
 
13
13
  ## Quick Start
14
14
 
15
15
  ```typescript
16
- import { Kontext } from '@kontext/sdk';
16
+ import { Kontext } from 'kontext-sdk';
17
17
 
18
18
  // Initialize in local mode (no API key needed)
19
19
  const kontext = Kontext.init({