ltcai 4.6.0 → 4.6.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 +121 -193
- package/docs/CHANGELOG.md +78 -1
- package/docs/V4_6_0_LIVING_BRAIN_EXPERIENCE_REPORT.md +33 -19
- package/docs/V4_6_1_RELEASE_REFRESH_REPORT.md +42 -0
- package/docs/V4_DIGITAL_BRAIN_RECOVERY.md +12 -11
- package/frontend/src/App.tsx +657 -173
- package/frontend/src/components/BrainConversation.tsx +10 -2
- package/frontend/src/components/LivingBrain.tsx +197 -106
- package/frontend/src/components/ProductFlow.tsx +188 -130
- package/frontend/src/styles.css +1327 -36
- package/lattice_brain/__init__.py +1 -1
- package/lattice_brain/runtime/multi_agent.py +1 -1
- package/latticeai/__init__.py +1 -1
- package/latticeai/core/marketplace.py +1 -1
- package/latticeai/core/workspace_os.py +1 -1
- package/package.json +1 -1
- package/src-tauri/Cargo.lock +1 -1
- package/src-tauri/Cargo.toml +1 -1
- package/src-tauri/tauri.conf.json +1 -1
- package/static/app/asset-manifest.json +5 -5
- package/static/app/assets/index-7U86v70r.css +2 -0
- package/static/app/assets/index-D1jAPQws.js +16 -0
- package/static/app/assets/index-D1jAPQws.js.map +1 -0
- package/static/app/index.html +2 -2
- package/static/app/assets/index-By-G-Kay.css +0 -2
- package/static/app/assets/index-CJx6WuQH.js +0 -336
- package/static/app/assets/index-CJx6WuQH.js.map +0 -1
|
@@ -5,21 +5,22 @@
|
|
|
5
5
|
> completed analysis. **Update this file before ending any phase and before any
|
|
6
6
|
> likely session/context/usage limit.**
|
|
7
7
|
>
|
|
8
|
-
> Last updated: 2026-06-
|
|
8
|
+
> Last updated: 2026-06-14 — v4.6.1 Living Brain Release Refresh; Remaining Gaps remain empty
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
-
## 0. RELEASE STATUS (v4.6.
|
|
12
|
+
## 0. RELEASE STATUS (v4.6.1)
|
|
13
13
|
|
|
14
|
-
**v4.6.
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
**v4.6.1 is the publishable Living Brain release refresh after the v4.6.0 PyPI
|
|
15
|
+
immutability block. It keeps the v4.6.0 Living Brain implementation without
|
|
16
|
+
changing Brain Core, storage, API, model runtime, backup, portability, or
|
|
17
|
+
agent/workflow behavior.** Current implementation milestone: Brain plus
|
|
17
18
|
conversation is the home screen, the living Brain is always visible during the
|
|
18
19
|
primary conversation experience, and graph exploration is preserved as the
|
|
19
20
|
deepest intentional layer behind Memories, Knowledge, and Relationships.
|
|
20
|
-
The v4.6.
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
The v4.6.1 process builds locally validated artifacts, tag, and GitHub Release
|
|
22
|
+
assets. PyPI, npm Registry, VS Code Marketplace, Open VSX, and production
|
|
23
|
+
deployments remain out of scope unless explicitly requested.
|
|
23
24
|
Remaining implementation gaps: **none**.
|
|
24
25
|
Owner-only blockers: pptx history rewrite (requires force-push/owner decision)
|
|
25
26
|
and consent-gated production embedder provisioning (silent default download is
|
|
@@ -27,11 +28,11 @@ not permitted).
|
|
|
27
28
|
|
|
28
29
|
## Remaining Gaps
|
|
29
30
|
|
|
30
|
-
None. v4.6.
|
|
31
|
-
and promotes the Living Brain tree: Brain conversation is primary, graph
|
|
31
|
+
None. v4.6.1 preserves the already-empty v4.3.2/v4.3.3/v4.5.0/v4.5.1/v4.6.0
|
|
32
|
+
gap list and promotes the Living Brain tree: Brain conversation is primary, graph
|
|
32
33
|
exploration remains real and API-backed, readable product state remains in
|
|
33
34
|
place, archive import/restore flows remain exposed through existing APIs,
|
|
34
|
-
desktop sidecar behavior remains validated, and exact v4.6.
|
|
35
|
+
desktop sidecar behavior remains validated, and exact v4.6.1 artifacts are the
|
|
35
36
|
validation target.
|
|
36
37
|
Owner-only blockers above are intentionally not implementation gaps.
|
|
37
38
|
|