@akanjs/cli 3.0.0-alpha.25 → 3.0.0-alpha.26

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/.build-stamp CHANGED
@@ -1 +1 @@
1
- d575c7a7d93b93f7a48cce65df5699924691699fecae350c28cd4bbcb2a68fe4
1
+ 59d3e69d221bdeaa608f457ad4f938e158ba537d0af0028c939e0596c53197ce
@@ -685,9 +685,9 @@ apps and libs never import it directly (`no-import-external-library`) — everyt
685
685
  the state context block by name and pulled with `readState(key)`, masked by the model that key declares — while
686
686
  a key the screen does not read stays unreadable even when a sibling key of the same store is live. **There is no
687
687
  store-level exposure declaration**: a store class says nothing about agents, and `st.use.x({ agent: false })` is
688
- how the component that subscribes a value keeps it off the surface. The framework's own `base` store is the one
689
- fixed exception, never published however widely it is read its keys are routing plumbing, and `tryJwt` is the
690
- caller's credential.
688
+ how the component that subscribes a value keeps it off the surface. Base-store plumbing does the same at the
689
+ call site `st.use.path({ agent: false })`, `st.use.tryJwt({ agent: false })` so routing and the caller's
690
+ credential stay off the surface unless a component opts a key in, as ThemeToggle does for `theme`.
691
691
  - **Model-facing text is English, always** — tool `desc`, `instructions`, Guide text. The `l()` rule covers
692
692
  strings a *user* reads: Chat's own buttons go through `l("base.*")`, the model's text never does.
693
693
  - A masked model never crosses the boundary: a value whose `hidden`/`secret` fields are populated is refused at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "3.0.0-alpha.25",
3
+ "version": "3.0.0-alpha.26",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "@langchain/openai": "^1.4.6",
35
35
  "@tailwindcss/node": "^4.3.0",
36
36
  "@trapezedev/project": "^7.1.4",
37
- "akanjs": "3.0.0-alpha.25",
37
+ "akanjs": "3.0.0-alpha.26",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
40
  "dayjs": "^1.11.20",