eric-sdk 0.1.0 → 0.1.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/CHANGELOG.md +13 -0
- package/README.md +1 -0
- package/dist/index.cjs +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
- package/src/client.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ Pre-1.0 releases may introduce intentional breaking changes as the API surface h
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.1.1] – 2026-01-30
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Removed explicit `flow: "decisionRouter"` from SDK requests.
|
|
14
|
+
|
|
15
|
+
### Rationale
|
|
16
|
+
The Eric API no longer accepts direct flow invocation.
|
|
17
|
+
All requests are treated as intent submissions and are routed through
|
|
18
|
+
the internal decision router by default.
|
|
19
|
+
|
|
20
|
+
This change simplifies the SDK payload and prevents accidental coupling
|
|
21
|
+
to internal execution details.
|
|
22
|
+
|
|
10
23
|
## [0.1.0] – 2026-01-27
|
|
11
24
|
|
|
12
25
|
### Changed
|
package/README.md
CHANGED
|
@@ -101,6 +101,7 @@ All fields are guaranteed to be present according to the executed capability’s
|
|
|
101
101
|
* **Deterministic behavior** — predictable outputs by design
|
|
102
102
|
* **Auditability** — every decision and execution is logged
|
|
103
103
|
* **Infrastructure-grade** — built for production systems, not chatbots
|
|
104
|
+
* **Intend-base API** — clients describe what they want, not what to run
|
|
104
105
|
|
|
105
106
|
---
|
|
106
107
|
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED