ltcai 4.7.0 → 4.7.2
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 +49 -38
- package/docs/CHANGELOG.md +80 -0
- package/docs/V4_7_1_ADMIN_OPERATIONS_REPORT.md +49 -0
- package/docs/V4_7_2_INTUITIVE_BRAIN_UX_REPORT.md +62 -0
- package/docs/V4_DIGITAL_BRAIN_RECOVERY.md +16 -14
- package/frontend/src/App.tsx +191 -15
- package/frontend/src/api/client.ts +9 -1
- package/frontend/src/components/ProductFlow.tsx +89 -57
- package/frontend/src/pages/System.tsx +1 -1
- package/frontend/src/styles.css +205 -0
- package/lattice_brain/__init__.py +1 -1
- package/lattice_brain/runtime/multi_agent.py +1 -1
- package/latticeai/__init__.py +1 -1
- package/latticeai/api/admin.py +112 -3
- package/latticeai/api/chat.py +11 -3
- package/latticeai/app_factory.py +0 -2
- package/latticeai/core/marketplace.py +1 -1
- package/latticeai/core/workspace_os.py +1 -1
- package/package.json +2 -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-DdAB4yfa.js +16 -0
- package/static/app/assets/index-DdAB4yfa.js.map +1 -0
- package/static/app/assets/{index-DFmuiJ6t.css → index-KlQ04wVv.css} +1 -1
- package/static/app/index.html +2 -2
- package/scripts/launch-pts-grok.sh +0 -56
- package/static/app/assets/index-DwX3rNfA.js +0 -16
- package/static/app/assets/index-DwX3rNfA.js.map +0 -1
package/README.md
CHANGED
|
@@ -7,22 +7,25 @@
|
|
|
7
7
|
[](https://github.com/TaeSooPark-PTS/LatticeAI/actions/workflows/ci.yml)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
|
|
10
|
-
**Lattice AI v4.7.
|
|
10
|
+
**Lattice AI v4.7.2 is the local-first Living Brain intuitive UX release.**
|
|
11
11
|
It keeps the v4 Brain Core, StorageEngine, FastAPI localhost API, Tauri shell,
|
|
12
12
|
backup, restore, model runtime, graph, and portability architecture intact while
|
|
13
|
-
making the normal user surface
|
|
14
|
-
|
|
13
|
+
making the normal user surface easier for non-technical users: safer login,
|
|
14
|
+
clearer model setup, one-click Memory/Topic/Relationship/Graph views, and
|
|
15
|
+
visible feedback when conversation becomes Brain memory. Admin logs, role
|
|
16
|
+
permissions, security events, retention posture, and Brain operations remain in
|
|
17
|
+
the separate Admin Console.
|
|
15
18
|
|
|
16
19
|
The product opens by stating the core reason to exist: models will change, but
|
|
17
20
|
the user's knowledge should not. It creates a private local profile, studies the
|
|
18
21
|
computer, recommends a replaceable model voice, asks before install/download/load
|
|
19
22
|
work, then lands in Brain Chat with starter prompts for durable decisions,
|
|
20
|
-
projects, documents, and context. The
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
projects, documents, and context. The Brain home now gives direct buttons for
|
|
24
|
+
memory, topics, relationships, and the full graph, so the graph is still real
|
|
25
|
+
and searchable without becoming the first screen or a separate dashboard.
|
|
23
26
|
|
|
24
27
|
External package registries are owner-published and can lag behind this GitHub
|
|
25
|
-
Release. Release uploads must use the exact v4.7.
|
|
28
|
+
Release. Release uploads must use the exact v4.7.2 artifact filenames below.
|
|
26
29
|
|
|
27
30
|
## Living Brain Flow
|
|
28
31
|
|
|
@@ -31,37 +34,43 @@ Release. Release uploads must use the exact v4.7.0 artifact filenames below.
|
|
|
31
34
|
First launch opens to Login only. The local profile is the beginning of the
|
|
32
35
|
Brain, not a dashboard, graph, or setup grid. The first screen frames Lattice as
|
|
33
36
|
a durable knowledge home where models are replaceable and ownership stays with
|
|
34
|
-
the user.
|
|
37
|
+
the user. v4.7.2 also prevents an email typo or wrong saved-user password from
|
|
38
|
+
silently creating a new empty Brain.
|
|
35
39
|
|
|
36
|
-

|
|
37
41
|
|
|
38
42
|
### 2. Environment Analysis
|
|
39
43
|
|
|
40
44
|
Lattice reads the machine locally and summarizes what kind of Brain this
|
|
41
45
|
computer can support.
|
|
42
46
|
|
|
43
|
-

|
|
44
48
|
|
|
45
49
|
### 3. Recommended Models
|
|
46
50
|
|
|
47
51
|
The model step is a short recommendation list. It avoids catalog noise and keeps
|
|
48
|
-
runtime/install details behind clear user consent.
|
|
52
|
+
runtime/install details behind clear user consent. Users who do not know which
|
|
53
|
+
model to choose can start with the recommended model in one click.
|
|
49
54
|
|
|
50
|
-

|
|
51
56
|
|
|
52
57
|
### 4. Install And Load
|
|
53
58
|
|
|
54
59
|
The install screen keeps consent visible and shows install, download, validate,
|
|
55
|
-
and load progress. No model download or runtime install starts silently
|
|
60
|
+
and load progress. No model download or runtime install starts silently, and the
|
|
61
|
+
screen explains that large downloads may take minutes without inventing fake ETA
|
|
62
|
+
data.
|
|
56
63
|
|
|
57
|
-

|
|
58
65
|
|
|
59
66
|
### 5. Brain Chat
|
|
60
67
|
|
|
61
68
|
After setup, the home experience is the living Brain plus conversation. The Brain
|
|
62
|
-
stays present while the user types, recalls context, and receives responses.
|
|
69
|
+
stays present while the user types, recalls context, and receives responses. The
|
|
70
|
+
home now includes a compact Brain overview for recent memories, older memories,
|
|
71
|
+
and major topics, plus saved-to-memory feedback after chat.
|
|
63
72
|
|
|
64
|
-

|
|
65
74
|
|
|
66
75
|
## Brain Depths
|
|
67
76
|
|
|
@@ -70,26 +79,26 @@ while revealing more structure.
|
|
|
70
79
|
|
|
71
80
|
| Depth | Experience | Evidence |
|
|
72
81
|
| --- | --- | --- |
|
|
73
|
-
| Level 1 | Living Brain presence |  |
|
|
83
|
+
| Level 2 | Memory Layer |  |
|
|
84
|
+
| Level 3 | Knowledge Layer |  |
|
|
85
|
+
| Level 4 | Relationship Layer |  |
|
|
86
|
+
| Level 5 | Knowledge Graph with nodes, edges, search, and focus detail |  |
|
|
78
87
|
|
|
79
88
|
Walkthrough:
|
|
80
89
|
|
|
81
|
-

|
|
82
91
|
|
|
83
92
|
Model setup status evidence:
|
|
84
93
|
|
|
85
|
-

|
|
86
95
|
|
|
87
96
|
Separate admin console evidence:
|
|
88
97
|
|
|
89
|
-

|
|
90
99
|
|
|
91
100
|
Screenshot index and capture notes:
|
|
92
|
-
[output/release/v4.7.
|
|
101
|
+
[output/release/v4.7.2/SCREENSHOT_INDEX.md](output/release/v4.7.2/SCREENSHOT_INDEX.md)
|
|
93
102
|
|
|
94
103
|
## Architecture At A Glance
|
|
95
104
|
|
|
@@ -119,7 +128,7 @@ Screenshot index and capture notes:
|
|
|
119
128
|
rebuild controls live under the separate `#/admin` console. Admin history,
|
|
120
129
|
audit, stats, and sensitivity reads honor the active workspace when present.
|
|
121
130
|
|
|
122
|
-
See [ARCHITECTURE.md](ARCHITECTURE.md) for the detailed v4.7.
|
|
131
|
+
See [ARCHITECTURE.md](ARCHITECTURE.md) for the detailed v4.7.2 architecture.
|
|
123
132
|
|
|
124
133
|
## Installation
|
|
125
134
|
|
|
@@ -151,13 +160,13 @@ pip install "ltcai[local]"
|
|
|
151
160
|
|
|
152
161
|
## Release Artifacts
|
|
153
162
|
|
|
154
|
-
Validated v4.7.
|
|
163
|
+
Validated v4.7.2 artifacts:
|
|
155
164
|
|
|
156
|
-
- `dist/ltcai-4.7.
|
|
157
|
-
- `dist/ltcai-4.7.
|
|
158
|
-
- `ltcai-4.7.
|
|
159
|
-
- `dist/ltcai-4.7.
|
|
160
|
-
- `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.
|
|
165
|
+
- `dist/ltcai-4.7.2-py3-none-any.whl`
|
|
166
|
+
- `dist/ltcai-4.7.2.tar.gz`
|
|
167
|
+
- `ltcai-4.7.2.tgz`
|
|
168
|
+
- `dist/ltcai-4.7.2.vsix`
|
|
169
|
+
- `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.2_aarch64.dmg`
|
|
161
170
|
|
|
162
171
|
Attach only those exact files to the GitHub Release. Do not upload `dist/*`.
|
|
163
172
|
|
|
@@ -186,7 +195,7 @@ npm run test:unit
|
|
|
186
195
|
npm run test:integration
|
|
187
196
|
npm run test:visual
|
|
188
197
|
npm run desktop:tauri:check
|
|
189
|
-
node scripts/run_python.mjs scripts/wheel_smoke.py --wheel dist/ltcai-4.7.
|
|
198
|
+
node scripts/run_python.mjs scripts/wheel_smoke.py --wheel dist/ltcai-4.7.2-py3-none-any.whl
|
|
190
199
|
npm pack --dry-run
|
|
191
200
|
npm run docs:check-links
|
|
192
201
|
```
|
|
@@ -202,14 +211,15 @@ npm run docs:check-links
|
|
|
202
211
|
- Agent/workflow simulation without a loaded LLM is deterministic and does not call a model.
|
|
203
212
|
It is labeled as LLM-free/model-free rather than presented as autonomous model
|
|
204
213
|
success.
|
|
205
|
-
- Historical artifacts can remain in `dist/`; uploads must use exact v4.7.
|
|
214
|
+
- Historical artifacts can remain in `dist/`; uploads must use exact v4.7.2
|
|
206
215
|
filenames.
|
|
207
216
|
|
|
208
217
|
## Release History
|
|
209
218
|
|
|
210
219
|
| Version | Theme |
|
|
211
220
|
| --- | --- |
|
|
212
|
-
| 4.7.
|
|
221
|
+
| 4.7.2 | Intuitive Brain UX Release: adds role permissions, audit search/severity filters, log retention status, and separated Admin Console data loading while keeping the user Brain simple |
|
|
222
|
+
| 4.7.0 | Admin Separation Release: added the separate Admin Console for users/logs/security/Brain operations, refreshed screenshots/GIFs, synchronized release docs, and built exact v4.7.0 artifacts |
|
|
213
223
|
| 4.6.1 | Living Brain Release Refresh: publishable version bump after v4.6.0 PyPI immutability, refreshed README/screenshots/GIFs, synchronized release docs, and exact v4.6.1 artifacts |
|
|
214
224
|
| 4.6.0 | Living Brain Experience: made Brain plus conversation the home product, added an animated living Brain presence, and moved graph exploration to the deepest intentional layer |
|
|
215
225
|
| 4.5.1 | Product Reimagining RC: replaced the desktop shell, navigation model, onboarding journey, first-viewport hierarchy, and visual system while preserving capabilities and local-first architecture |
|
|
@@ -227,19 +237,20 @@ npm run docs:check-links
|
|
|
227
237
|
|
|
228
238
|
## Current Documentation
|
|
229
239
|
|
|
230
|
-
- [ARCHITECTURE.md](ARCHITECTURE.md) - v4.7.
|
|
240
|
+
- [ARCHITECTURE.md](ARCHITECTURE.md) - v4.7.2 architecture.
|
|
231
241
|
- [docs/PRODUCT_DIRECTION_REVIEW.md](docs/PRODUCT_DIRECTION_REVIEW.md) -
|
|
232
242
|
Brain-first product direction review.
|
|
233
243
|
- [FEATURE_STATUS.md](FEATURE_STATUS.md) - current feature status and historical
|
|
234
244
|
status ledger.
|
|
235
245
|
- [RELEASE_NOTES.md](RELEASE_NOTES.md) - release notes index.
|
|
236
|
-
- [RELEASE_NOTES_v4.7.
|
|
246
|
+
- [RELEASE_NOTES_v4.7.2.md](RELEASE_NOTES_v4.7.2.md) - v4.7.2 intuitive Brain UX release notes.
|
|
237
247
|
- [RELEASE_NOTES_v4.6.1.md](RELEASE_NOTES_v4.6.1.md) - v4.6.1 release refresh history.
|
|
238
248
|
- [RELEASE_NOTES_v4.6.0.md](RELEASE_NOTES_v4.6.0.md) - v4.6.0 Living Brain history.
|
|
239
249
|
- [RELEASE.md](RELEASE.md) - release checklist and exact artifact guidance.
|
|
240
250
|
- [SECURITY.md](SECURITY.md) - security posture.
|
|
241
251
|
- [docs/CHANGELOG.md](docs/CHANGELOG.md) - changelog.
|
|
242
|
-
- [docs/
|
|
252
|
+
- [docs/V4_7_1_ADMIN_OPERATIONS_REPORT.md](docs/V4_7_1_ADMIN_OPERATIONS_REPORT.md) - v4.7.2 admin operations report.
|
|
253
|
+
- [docs/V4_7_0_ADMIN_SEPARATION_REPORT.md](docs/V4_7_0_ADMIN_SEPARATION_REPORT.md) - v4.7.0 admin separation history.
|
|
243
254
|
- [docs/V4_6_1_RELEASE_REFRESH_REPORT.md](docs/V4_6_1_RELEASE_REFRESH_REPORT.md) - v4.6.1 release refresh report.
|
|
244
255
|
- [docs/V4_6_0_LIVING_BRAIN_EXPERIENCE_REPORT.md](docs/V4_6_0_LIVING_BRAIN_EXPERIENCE_REPORT.md) - v4.6.0 Living Brain design notes.
|
|
245
256
|
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,86 @@
|
|
|
3
3
|
The top entry is the current release-preparation target. Older entries are
|
|
4
4
|
historical and may describe behavior as it existed at that release.
|
|
5
5
|
|
|
6
|
+
## [4.7.2] - 2026-06-14
|
|
7
|
+
|
|
8
|
+
> Intuitive Brain UX Release. v4.7.2 makes the Living Brain easier for
|
|
9
|
+
> non-technical users: first-run login is safer, recommended model setup is
|
|
10
|
+
> one-click, Brain memory/topic/relationship/graph views are directly visible,
|
|
11
|
+
> and conversation shows saved-to-memory feedback while Admin remains separate.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Prevented saved-user email mismatch or wrong saved-user password from silently
|
|
16
|
+
creating a new empty Brain during first-run login.
|
|
17
|
+
- Added a primary `추천대로 시작하기` model recommendation path and clearer large
|
|
18
|
+
model download messaging without fake ETA.
|
|
19
|
+
- Added visible `기억 보기`, `주제 보기`, `관계 보기`, and `그래프로 보기` actions
|
|
20
|
+
on the Brain surface so users can open the desired Brain depth directly.
|
|
21
|
+
- Added a Brain overview panel with recent memories, older memories, major
|
|
22
|
+
topics, and saved-to-memory feedback after conversation.
|
|
23
|
+
- Updated first-run and empty-Brain copy toward plain user language while
|
|
24
|
+
keeping the graph as the deepest advanced layer.
|
|
25
|
+
- Bumped synchronized package/runtime/static versions to `4.7.2`, including
|
|
26
|
+
Python metadata, npm package metadata, VSIX metadata, Tauri metadata,
|
|
27
|
+
`latticeai`, `lattice_brain`, runtime constants, and static asset metadata.
|
|
28
|
+
- Refreshed README, release notes, architecture, feature status, security,
|
|
29
|
+
recovery notes, VS Code extension docs, release report, and release evidence
|
|
30
|
+
paths for v4.7.2.
|
|
31
|
+
|
|
32
|
+
### Preserved
|
|
33
|
+
|
|
34
|
+
- v4.7.1 and older sections remain historical.
|
|
35
|
+
- External package publishing remains owner-run; this release prepares exact
|
|
36
|
+
artifacts and GitHub Release assets without registry publish automation.
|
|
37
|
+
|
|
38
|
+
### Artifacts
|
|
39
|
+
|
|
40
|
+
- `dist/ltcai-4.7.2-py3-none-any.whl`
|
|
41
|
+
- `dist/ltcai-4.7.2.tar.gz`
|
|
42
|
+
- `dist/ltcai-4.7.2.vsix`
|
|
43
|
+
- `ltcai-4.7.2.tgz`
|
|
44
|
+
- `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.2_aarch64.dmg`
|
|
45
|
+
|
|
46
|
+
## [4.7.1] - 2026-06-14
|
|
47
|
+
|
|
48
|
+
> Admin Operations Release. v4.7.1 extends the separated Admin Console with
|
|
49
|
+
> role permission visibility, audit search/severity filters, local log retention
|
|
50
|
+
> posture, and a dedicated Admin Console data-loading boundary while keeping the
|
|
51
|
+
> user Brain surface simple.
|
|
52
|
+
|
|
53
|
+
### Changed
|
|
54
|
+
|
|
55
|
+
- Added role permission visibility to the Admin Console so operators can inspect
|
|
56
|
+
role member counts and capability summaries without entering the user Brain
|
|
57
|
+
surface.
|
|
58
|
+
- Added server-backed audit filtering for search text, actor, action, severity,
|
|
59
|
+
and limit on `/admin/audit`.
|
|
60
|
+
- Added `/admin/log-retention` to report local retention days, retained events,
|
|
61
|
+
prune candidates, and export-before-prune status without destructive pruning.
|
|
62
|
+
- Split Admin Console data loading into a dedicated frontend hook so admin
|
|
63
|
+
observability state stays separate from Brain chat state.
|
|
64
|
+
- Updated Admin Console visual mock data for filtered audit and retention
|
|
65
|
+
coverage.
|
|
66
|
+
- Bumped synchronized package/runtime/static versions to `4.7.1`, including
|
|
67
|
+
Python metadata, npm package metadata, VSIX metadata, Tauri metadata,
|
|
68
|
+
`latticeai`, `lattice_brain`, runtime constants, and static asset metadata.
|
|
69
|
+
- Refreshed README, release notes, architecture, feature status, security,
|
|
70
|
+
VS Code extension docs, release report, and release evidence paths for v4.7.1.
|
|
71
|
+
|
|
72
|
+
### Preserved
|
|
73
|
+
|
|
74
|
+
- v4.7.0 and older sections remain historical.
|
|
75
|
+
- External package publishing remains owner-run; this release prepares exact
|
|
76
|
+
artifacts and GitHub Release assets without registry publish automation.
|
|
77
|
+
|
|
78
|
+
### Artifacts
|
|
79
|
+
|
|
80
|
+
- `dist/ltcai-4.7.1-py3-none-any.whl`
|
|
81
|
+
- `dist/ltcai-4.7.1.tar.gz`
|
|
82
|
+
- `dist/ltcai-4.7.1.vsix`
|
|
83
|
+
- `ltcai-4.7.1.tgz`
|
|
84
|
+
- `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.1_aarch64.dmg`
|
|
85
|
+
|
|
6
86
|
## [4.7.0] - 2026-06-14
|
|
7
87
|
|
|
8
88
|
> Admin Separation Release. v4.7.0 keeps the Living Brain as the simple user
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# v4.7.1 Admin Operations Report
|
|
2
|
+
|
|
3
|
+
## Scope
|
|
4
|
+
|
|
5
|
+
v4.7.1 turns Lattice AI into a cleaner product split: everyday users live in the
|
|
6
|
+
Living Brain, while operators use a dedicated Admin Console for observability and
|
|
7
|
+
maintenance. This release does not redesign Brain Core or the storage layer.
|
|
8
|
+
|
|
9
|
+
## Completed Areas
|
|
10
|
+
|
|
11
|
+
- Separated the admin route into `#/admin` while keeping `/app` focused on Brain
|
|
12
|
+
plus conversation.
|
|
13
|
+
- Added admin overview cards for users, recent logs, security, and Brain index
|
|
14
|
+
status.
|
|
15
|
+
- Added admin panels for user directory, role permissions, filtered audit logs,
|
|
16
|
+
security events, policies, log retention, and index rebuild operations.
|
|
17
|
+
- Added server-side audit query filters for search text, actor, action,
|
|
18
|
+
severity, and result limit.
|
|
19
|
+
- Added `/admin/log-retention` for local-first retention posture, retained event
|
|
20
|
+
counts, prune candidates, and export-before-prune status.
|
|
21
|
+
- Added workspace-aware filtering for admin summary, stats, sensitivity, and
|
|
22
|
+
audit reads when the active workspace header/query is present.
|
|
23
|
+
- Added frontend API helpers for `/admin/stats`, `/admin/security/events`,
|
|
24
|
+
`/admin/roles`, and `/admin/log-retention`.
|
|
25
|
+
- Moved Admin Console data loading into a dedicated hook so Brain user state and
|
|
26
|
+
admin observability state remain separate in the frontend runtime.
|
|
27
|
+
- Updated visual validation to confirm the admin console is separate from the
|
|
28
|
+
user Brain surface.
|
|
29
|
+
- Synchronized current-release version metadata to `4.7.1`.
|
|
30
|
+
- Updated README, RELEASE.md, release notes, changelog, architecture, security,
|
|
31
|
+
feature status, VS Code extension docs, and release evidence references.
|
|
32
|
+
|
|
33
|
+
## Evidence
|
|
34
|
+
|
|
35
|
+
Fresh v4.7.1 screenshots and walkthrough media are indexed in
|
|
36
|
+
[output/release/v4.7.1/SCREENSHOT_INDEX.md](../output/release/v4.7.1/SCREENSHOT_INDEX.md).
|
|
37
|
+
|
|
38
|
+
## Expected Artifacts
|
|
39
|
+
|
|
40
|
+
- `dist/ltcai-4.7.1-py3-none-any.whl`
|
|
41
|
+
- `dist/ltcai-4.7.1.tar.gz`
|
|
42
|
+
- `dist/ltcai-4.7.1.vsix`
|
|
43
|
+
- `ltcai-4.7.1.tgz`
|
|
44
|
+
- `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.1_aarch64.dmg`
|
|
45
|
+
|
|
46
|
+
## Validation Checklist
|
|
47
|
+
|
|
48
|
+
The final release report records command results, artifact SHA256 hashes, commit,
|
|
49
|
+
tag, push, GitHub Release URL, and package registry publish status.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# v4.7.2 Intuitive Brain UX Report
|
|
2
|
+
|
|
3
|
+
## Scope
|
|
4
|
+
|
|
5
|
+
v4.7.2 focuses on the product question: can a normal user understand why Lattice
|
|
6
|
+
AI exists and operate the Brain without learning database, graph, or admin
|
|
7
|
+
jargon? The release does not redesign Brain Core, storage, APIs, model runtime,
|
|
8
|
+
backup/restore, portability, or the separated Admin Console.
|
|
9
|
+
|
|
10
|
+
## Product Changes
|
|
11
|
+
|
|
12
|
+
- First-run login no longer auto-registers a new local account when the saved
|
|
13
|
+
Brain email differs or when the saved email has a wrong password.
|
|
14
|
+
- Recommended model setup now has a single primary action for users who do not
|
|
15
|
+
know which model to choose.
|
|
16
|
+
- Install/download messaging explains long-running model downloads honestly
|
|
17
|
+
without fabricated ETA.
|
|
18
|
+
- Brain home now exposes direct Memory, Topic, Relationship, and Graph actions.
|
|
19
|
+
- Brain Chat shows recent memories, older memories, major topics, and
|
|
20
|
+
saved-to-memory feedback after chat.
|
|
21
|
+
|
|
22
|
+
## Collaboration Summary
|
|
23
|
+
|
|
24
|
+
pts_claudecode identified the highest-risk product gaps: empty-Brain creation
|
|
25
|
+
from login typo, graph-first mental model leakage, lack of direct topic/time
|
|
26
|
+
visibility, and model download trust problems. v4.7.2 addresses the parts that
|
|
27
|
+
fit a scoped release: safer login, direct Brain views, topic/memory overview,
|
|
28
|
+
and honest model setup copy. pts_grok did not return a channel review before
|
|
29
|
+
completion.
|
|
30
|
+
|
|
31
|
+
## Evidence
|
|
32
|
+
|
|
33
|
+
Fresh v4.7.2 screenshots and walkthrough media are indexed in
|
|
34
|
+
[output/release/v4.7.2/SCREENSHOT_INDEX.md](../output/release/v4.7.2/SCREENSHOT_INDEX.md).
|
|
35
|
+
|
|
36
|
+
## Validation Targets
|
|
37
|
+
|
|
38
|
+
- `npm run typecheck:frontend`
|
|
39
|
+
- `npm run lint`
|
|
40
|
+
- `npm run test:visual`
|
|
41
|
+
- `npm run test:unit`
|
|
42
|
+
- `npm run test:integration`
|
|
43
|
+
- `npm run release:artifacts`
|
|
44
|
+
- `npm run release:validate`
|
|
45
|
+
|
|
46
|
+
## Expected Artifacts
|
|
47
|
+
|
|
48
|
+
- `dist/ltcai-4.7.2-py3-none-any.whl`
|
|
49
|
+
- `dist/ltcai-4.7.2.tar.gz`
|
|
50
|
+
- `dist/ltcai-4.7.2.vsix`
|
|
51
|
+
- `ltcai-4.7.2.tgz`
|
|
52
|
+
- `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.2_aarch64.dmg`
|
|
53
|
+
|
|
54
|
+
## Remaining Technical Debt
|
|
55
|
+
|
|
56
|
+
- Admin Console still needs deeper role-based authorization workflows and
|
|
57
|
+
configurable log retention UI.
|
|
58
|
+
- Brain topic grouping is now visible, but backend topic clustering and a true
|
|
59
|
+
time-axis memory view should be promoted into first-class APIs next.
|
|
60
|
+
- AgentRuntime extraction should continue so user Brain state and admin
|
|
61
|
+
observability state remain architecturally separate beyond the frontend layer.
|
|
62
|
+
|
|
@@ -5,22 +5,23 @@
|
|
|
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-14 — v4.7.
|
|
8
|
+
> Last updated: 2026-06-14 — v4.7.2 Intuitive Brain UX Release; Remaining Gaps remain empty
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
-
## 0. RELEASE STATUS (v4.7.
|
|
12
|
+
## 0. RELEASE STATUS (v4.7.2)
|
|
13
13
|
|
|
14
|
-
**v4.7.
|
|
14
|
+
**v4.7.2 is the Intuitive Brain UX Release. It keeps the Living Brain
|
|
15
15
|
implementation without changing Brain Core, storage, API, model runtime, backup,
|
|
16
16
|
portability, or agent/workflow behavior.** Current implementation milestone:
|
|
17
17
|
Brain plus conversation is the home screen, the living Brain is always visible
|
|
18
|
-
during the primary conversation experience,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
during the primary conversation experience, users can open memory, topic,
|
|
19
|
+
relationship, and graph views directly, saved-profile mistakes no longer create
|
|
20
|
+
a new empty Brain, and operators use a separate Admin Console for users, logs,
|
|
21
|
+
security events, policies, and Brain operations.
|
|
22
|
+
The v4.7.2 process builds locally validated artifacts, tag, and GitHub Release
|
|
23
|
+
assets. PyPI, npm Registry, VS Code Marketplace, and Open VSX publishing remain
|
|
24
|
+
owner-run for v4.7.2 and are not automated by this release process.
|
|
24
25
|
Production deployments remain out of scope unless explicitly requested.
|
|
25
26
|
Remaining implementation gaps: **none**.
|
|
26
27
|
Owner-only blockers: pptx history rewrite (requires force-push/owner decision)
|
|
@@ -29,12 +30,13 @@ not permitted).
|
|
|
29
30
|
|
|
30
31
|
## Remaining Gaps
|
|
31
32
|
|
|
32
|
-
None. v4.7.
|
|
33
|
+
None. v4.7.2 preserves the already-empty v4.3.2/v4.3.3/v4.5.0/v4.5.1/v4.6.0
|
|
33
34
|
gap list and promotes the Living Brain tree: Brain conversation is primary,
|
|
34
|
-
admin operations are separate,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
admin operations are separate, direct Brain views expose memory/topic/graph
|
|
36
|
+
state without making the UI developer-centric, graph exploration remains real
|
|
37
|
+
and API-backed, readable product state remains in place, archive import/restore
|
|
38
|
+
flows remain exposed through existing APIs, desktop sidecar behavior remains
|
|
39
|
+
validated, and exact v4.7.2 artifacts are the validation target.
|
|
38
40
|
Owner-only blockers above are intentionally not implementation gaps.
|
|
39
41
|
|
|
40
42
|
## 1. Program Charter (from the user's v4.0.0 directive)
|