ltcai 4.7.0 → 5.0.0

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
@@ -7,22 +7,24 @@
7
7
  [![CI Status](https://github.com/TaeSooPark-PTS/LatticeAI/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/TaeSooPark-PTS/LatticeAI/actions/workflows/ci.yml)
8
8
  [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
9
9
 
10
- **Lattice AI v4.7.0 is the local-first Living Brain admin separation release.**
10
+ **Lattice AI v5.0.0 is the local-first Living Brain multilingual foundation 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 simpler and moving logs, users, security events,
14
- and Brain operations into a separate Admin Console.
13
+ making the normal user surface easier for non-technical users: safer login,
14
+ clearer model setup, one-click Memory/Topic/Relationship/Graph views, visible feedback when conversation becomes Brain memory, and Korean/English language choice across first-run and Brain screens. Admin logs, role
15
+ permissions, security events, retention posture, and Brain operations remain in
16
+ the separate Admin Console.
15
17
 
16
18
  The product opens by stating the core reason to exist: models will change, but
17
19
  the user's knowledge should not. It creates a private local profile, studies the
18
20
  computer, recommends a replaceable model voice, asks before install/download/load
19
21
  work, then lands in Brain Chat with starter prompts for durable decisions,
20
- projects, documents, and context. The graph is still real and searchable, but it
21
- now grows out of the Brain as the deepest exploration layer instead of acting
22
- like a separate dashboard.
22
+ projects, documents, and context. The Brain home now gives direct buttons for
23
+ memory, topics, relationships, and the full graph, so the graph is still real
24
+ and searchable without becoming the first screen or a separate dashboard.
23
25
 
24
26
  External package registries are owner-published and can lag behind this GitHub
25
- Release. Release uploads must use the exact v4.7.0 artifact filenames below.
27
+ Release. Release uploads must use the exact v5.0.0 artifact filenames below.
26
28
 
27
29
  ## Living Brain Flow
28
30
 
@@ -31,37 +33,43 @@ Release. Release uploads must use the exact v4.7.0 artifact filenames below.
31
33
  First launch opens to Login only. The local profile is the beginning of the
32
34
  Brain, not a dashboard, graph, or setup grid. The first screen frames Lattice as
33
35
  a durable knowledge home where models are replaceable and ownership stays with
34
- the user.
36
+ the user. v5.0.0 also prevents an email typo or wrong saved-user password from
37
+ silently creating a new empty Brain.
35
38
 
36
- ![Login](output/release/v4.7.0/screenshots/01-login.png)
39
+ ![Login](output/release/v5.0.0/screenshots/01-login.png)
37
40
 
38
41
  ### 2. Environment Analysis
39
42
 
40
43
  Lattice reads the machine locally and summarizes what kind of Brain this
41
44
  computer can support.
42
45
 
43
- ![Environment Analysis](output/release/v4.7.0/screenshots/02-environment-analysis.png)
46
+ ![Environment Analysis](output/release/v5.0.0/screenshots/02-environment-analysis.png)
44
47
 
45
48
  ### 3. Recommended Models
46
49
 
47
50
  The model step is a short recommendation list. It avoids catalog noise and keeps
48
- runtime/install details behind clear user consent.
51
+ runtime/install details behind clear user consent. Users who do not know which
52
+ model to choose can start with the recommended model in one click.
49
53
 
50
- ![Recommended Models](output/release/v4.7.0/screenshots/03-recommended-models.png)
54
+ ![Recommended Models](output/release/v5.0.0/screenshots/03-recommended-models.png)
51
55
 
52
56
  ### 4. Install And Load
53
57
 
54
58
  The install screen keeps consent visible and shows install, download, validate,
55
- and load progress. No model download or runtime install starts silently.
59
+ and load progress. No model download or runtime install starts silently, and the
60
+ screen explains that large downloads may take minutes without inventing fake ETA
61
+ data.
56
62
 
57
- ![Install and Load](output/release/v4.7.0/screenshots/04-install-load-progress.png)
63
+ ![Install and Load](output/release/v5.0.0/screenshots/04-install-load-progress.png)
58
64
 
59
65
  ### 5. Brain Chat
60
66
 
61
67
  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.
68
+ stays present while the user types, recalls context, and receives responses. The
69
+ home now includes a compact Brain overview for recent memories, older memories,
70
+ and major topics, plus saved-to-memory feedback after chat.
63
71
 
64
- ![Brain Chat Home](output/release/v4.7.0/screenshots/05-brain-chat-home.png)
72
+ ![Brain Chat Home](output/release/v5.0.0/screenshots/05-brain-chat-home.png)
65
73
 
66
74
  ## Brain Depths
67
75
 
@@ -70,26 +78,26 @@ while revealing more structure.
70
78
 
71
79
  | Depth | Experience | Evidence |
72
80
  | --- | --- | --- |
73
- | Level 1 | Living Brain presence | ![Living Brain Level 1](output/release/v4.7.0/screenshots/06-living-brain-level-1.png) |
74
- | Level 2 | Memory Layer | ![Memory Layer](output/release/v4.7.0/screenshots/07-memory-layer.png) |
75
- | Level 3 | Knowledge Layer | ![Knowledge Layer](output/release/v4.7.0/screenshots/08-knowledge-layer.png) |
76
- | Level 4 | Relationship Layer | ![Relationship Layer](output/release/v4.7.0/screenshots/09-relationship-layer.png) |
77
- | Level 5 | Knowledge Graph with nodes, edges, search, and focus detail | ![Knowledge Graph Layer](output/release/v4.7.0/screenshots/10-knowledge-graph-layer.png) |
81
+ | Level 1 | Living Brain presence | ![Living Brain Level 1](output/release/v5.0.0/screenshots/06-living-brain-level-1.png) |
82
+ | Level 2 | Memory Layer | ![Memory Layer](output/release/v5.0.0/screenshots/07-memory-layer.png) |
83
+ | Level 3 | Knowledge Layer | ![Knowledge Layer](output/release/v5.0.0/screenshots/08-knowledge-layer.png) |
84
+ | Level 4 | Relationship Layer | ![Relationship Layer](output/release/v5.0.0/screenshots/09-relationship-layer.png) |
85
+ | Level 5 | Knowledge Graph with nodes, edges, search, and focus detail | ![Knowledge Graph Layer](output/release/v5.0.0/screenshots/10-knowledge-graph-layer.png) |
78
86
 
79
87
  Walkthrough:
80
88
 
81
- ![v4.7.0 Living Brain walkthrough](output/release/v4.7.0/gifs/v4.7.0-living-brain-walkthrough.gif)
89
+ ![v5.0.0 Living Brain walkthrough](output/release/v5.0.0/gifs/v5.0.0-living-brain-walkthrough.gif)
82
90
 
83
91
  Model setup status evidence:
84
92
 
85
- ![Model setup status](output/release/v4.7.0/screenshots/11-model-setup-status.png)
93
+ ![Model setup status](output/release/v5.0.0/screenshots/11-model-setup-status.png)
86
94
 
87
95
  Separate admin console evidence:
88
96
 
89
- ![Admin Console](output/release/v4.7.0/screenshots/12-admin-console.png)
97
+ ![Admin Console](output/release/v5.0.0/screenshots/12-admin-console.png)
90
98
 
91
99
  Screenshot index and capture notes:
92
- [output/release/v4.7.0/SCREENSHOT_INDEX.md](output/release/v4.7.0/SCREENSHOT_INDEX.md)
100
+ [output/release/v5.0.0/SCREENSHOT_INDEX.md](output/release/v5.0.0/SCREENSHOT_INDEX.md)
93
101
 
94
102
  ## Architecture At A Glance
95
103
 
@@ -119,7 +127,7 @@ Screenshot index and capture notes:
119
127
  rebuild controls live under the separate `#/admin` console. Admin history,
120
128
  audit, stats, and sensitivity reads honor the active workspace when present.
121
129
 
122
- See [ARCHITECTURE.md](ARCHITECTURE.md) for the detailed v4.7.0 architecture.
130
+ See [ARCHITECTURE.md](ARCHITECTURE.md) for the detailed v5.0.0 architecture.
123
131
 
124
132
  ## Installation
125
133
 
@@ -151,13 +159,13 @@ pip install "ltcai[local]"
151
159
 
152
160
  ## Release Artifacts
153
161
 
154
- Validated v4.7.0 artifacts:
162
+ Validated v5.0.0 artifacts:
155
163
 
156
- - `dist/ltcai-4.7.0-py3-none-any.whl`
157
- - `dist/ltcai-4.7.0.tar.gz`
158
- - `ltcai-4.7.0.tgz`
159
- - `dist/ltcai-4.7.0.vsix`
160
- - `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.0_aarch64.dmg`
164
+ - `dist/ltcai-5.0.0-py3-none-any.whl`
165
+ - `dist/ltcai-5.0.0.tar.gz`
166
+ - `ltcai-5.0.0.tgz`
167
+ - `dist/ltcai-5.0.0.vsix`
168
+ - `src-tauri/target/release/bundle/dmg/Lattice AI_5.0.0_aarch64.dmg`
161
169
 
162
170
  Attach only those exact files to the GitHub Release. Do not upload `dist/*`.
163
171
 
@@ -186,7 +194,7 @@ npm run test:unit
186
194
  npm run test:integration
187
195
  npm run test:visual
188
196
  npm run desktop:tauri:check
189
- node scripts/run_python.mjs scripts/wheel_smoke.py --wheel dist/ltcai-4.7.0-py3-none-any.whl
197
+ node scripts/run_python.mjs scripts/wheel_smoke.py --wheel dist/ltcai-5.0.0-py3-none-any.whl
190
198
  npm pack --dry-run
191
199
  npm run docs:check-links
192
200
  ```
@@ -202,14 +210,16 @@ npm run docs:check-links
202
210
  - Agent/workflow simulation without a loaded LLM is deterministic and does not call a model.
203
211
  It is labeled as LLM-free/model-free rather than presented as autonomous model
204
212
  success.
205
- - Historical artifacts can remain in `dist/`; uploads must use exact v4.7.0
213
+ - Historical artifacts can remain in `dist/`; uploads must use exact v5.0.0
206
214
  filenames.
207
215
 
208
216
  ## Release History
209
217
 
210
218
  | Version | Theme |
211
219
  | --- | --- |
212
- | 4.7.0 | Admin Separation Release: keeps the user Brain simple, adds a separate Admin Console for users/logs/security/Brain operations, refreshes screenshots/GIFs, synchronizes release docs, and builds exact v4.7.0 artifacts |
220
+ | 5.0.0 | Multilingual Brain Foundation Release: adds persisted Korean/English language choice across first-run onboarding, Brain home, graph exploration, and Admin Console while preserving the v4 runtime foundations |
221
+ | 4.7.2 | Intuitive Brain UX Release: safer login, one-click recommended setup, direct Brain views, memory-save feedback, and exact v4.7.2 artifacts |
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.0 architecture.
240
+ - [ARCHITECTURE.md](ARCHITECTURE.md) - v5.0.0 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.0.md](RELEASE_NOTES_v4.7.0.md) - v4.7.0 admin separation release notes.
246
+ - [RELEASE_NOTES_v5.0.0.md](RELEASE_NOTES_v5.0.0.md) - v5.0.0 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/V4_7_0_ADMIN_SEPARATION_REPORT.md](docs/V4_7_0_ADMIN_SEPARATION_REPORT.md) - v4.7.0 admin separation report.
252
+ - [docs/V4_7_1_ADMIN_OPERATIONS_REPORT.md](docs/V4_7_1_ADMIN_OPERATIONS_REPORT.md) - v5.0.0 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,125 @@
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
+ ## [5.0.0] - 2026-06-14
7
+
8
+ > Multilingual Brain Foundation Release. v5.0.0 starts the major-version cleanup
9
+ > line by preserving the existing AgentRuntime, ToolRegistry, Brain Core, Admin
10
+ > Console, and graph foundations while making the product usable in Korean or
11
+ > English from first launch through Brain exploration.
12
+
13
+ ### Changed
14
+
15
+ - Added a persisted `lattice.language` preference with Korean and English
16
+ choices available on first-run onboarding, the Brain home, and the separated
17
+ Admin Console header.
18
+ - Localized first-run login, environment analysis, model recommendation,
19
+ install/download/load status, Brain quick views, starter prompts, memory save
20
+ feedback, overview panels, and graph focus fallback copy.
21
+ - Updated visual tests so the Korean path is explicitly selected before running
22
+ existing first-run and Brain depth assertions.
23
+ - Bumped synchronized package/runtime/static versions to `5.0.0`, including
24
+ Python metadata, npm package metadata, VSIX metadata, Tauri metadata,
25
+ `latticeai`, `lattice_brain`, runtime constants, and static asset metadata.
26
+ - Captured collaboration guidance from pts_claudecode and pts_grok: the next
27
+ technical refactor order is config centralization, KG stabilization,
28
+ ToolRegistry characterization, AgentRuntime extraction, then app factory
29
+ decomposition.
30
+
31
+ ### Preserved
32
+
33
+ - v4.7.2 and older sections remain historical.
34
+ - External package publishing remains owner-run; this release prepares exact
35
+ artifacts and GitHub Release assets without registry publish automation.
36
+
37
+ ### Artifacts
38
+
39
+ - `dist/ltcai-5.0.0-py3-none-any.whl`
40
+ - `dist/ltcai-5.0.0.tar.gz`
41
+ - `dist/ltcai-5.0.0.vsix`
42
+ - `ltcai-5.0.0.tgz`
43
+ - `src-tauri/target/release/bundle/dmg/Lattice AI_5.0.0_aarch64.dmg`
44
+
45
+ ## [4.7.2] - 2026-06-14
46
+
47
+ > Intuitive Brain UX Release. v4.7.2 makes the Living Brain easier for
48
+ > non-technical users: first-run login is safer, recommended model setup is
49
+ > one-click, Brain memory/topic/relationship/graph views are directly visible,
50
+ > and conversation shows saved-to-memory feedback while Admin remains separate.
51
+
52
+ ### Changed
53
+
54
+ - Prevented saved-user email mismatch or wrong saved-user password from silently
55
+ creating a new empty Brain during first-run login.
56
+ - Added a primary `추천대로 시작하기` model recommendation path and clearer large
57
+ model download messaging without fake ETA.
58
+ - Added visible `기억 보기`, `주제 보기`, `관계 보기`, and `그래프로 보기` actions
59
+ on the Brain surface so users can open the desired Brain depth directly.
60
+ - Added a Brain overview panel with recent memories, older memories, major
61
+ topics, and saved-to-memory feedback after conversation.
62
+ - Updated first-run and empty-Brain copy toward plain user language while
63
+ keeping the graph as the deepest advanced layer.
64
+ - Bumped synchronized package/runtime/static versions to `4.7.2`, including
65
+ Python metadata, npm package metadata, VSIX metadata, Tauri metadata,
66
+ `latticeai`, `lattice_brain`, runtime constants, and static asset metadata.
67
+ - Refreshed README, release notes, architecture, feature status, security,
68
+ recovery notes, VS Code extension docs, release report, and release evidence
69
+ paths for v4.7.2.
70
+
71
+ ### Preserved
72
+
73
+ - v4.7.1 and older sections remain historical.
74
+ - External package publishing remains owner-run; this release prepares exact
75
+ artifacts and GitHub Release assets without registry publish automation.
76
+
77
+ ### Artifacts
78
+
79
+ - `dist/ltcai-4.7.2-py3-none-any.whl`
80
+ - `dist/ltcai-4.7.2.tar.gz`
81
+ - `dist/ltcai-4.7.2.vsix`
82
+ - `ltcai-4.7.2.tgz`
83
+ - `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.2_aarch64.dmg`
84
+
85
+ ## [4.7.1] - 2026-06-14
86
+
87
+ > Admin Operations Release. v4.7.1 extends the separated Admin Console with
88
+ > role permission visibility, audit search/severity filters, local log retention
89
+ > posture, and a dedicated Admin Console data-loading boundary while keeping the
90
+ > user Brain surface simple.
91
+
92
+ ### Changed
93
+
94
+ - Added role permission visibility to the Admin Console so operators can inspect
95
+ role member counts and capability summaries without entering the user Brain
96
+ surface.
97
+ - Added server-backed audit filtering for search text, actor, action, severity,
98
+ and limit on `/admin/audit`.
99
+ - Added `/admin/log-retention` to report local retention days, retained events,
100
+ prune candidates, and export-before-prune status without destructive pruning.
101
+ - Split Admin Console data loading into a dedicated frontend hook so admin
102
+ observability state stays separate from Brain chat state.
103
+ - Updated Admin Console visual mock data for filtered audit and retention
104
+ coverage.
105
+ - Bumped synchronized package/runtime/static versions to `4.7.1`, including
106
+ Python metadata, npm package metadata, VSIX metadata, Tauri metadata,
107
+ `latticeai`, `lattice_brain`, runtime constants, and static asset metadata.
108
+ - Refreshed README, release notes, architecture, feature status, security,
109
+ VS Code extension docs, release report, and release evidence paths for v4.7.1.
110
+
111
+ ### Preserved
112
+
113
+ - v4.7.0 and older sections remain historical.
114
+ - External package publishing remains owner-run; this release prepares exact
115
+ artifacts and GitHub Release assets without registry publish automation.
116
+
117
+ ### Artifacts
118
+
119
+ - `dist/ltcai-4.7.1-py3-none-any.whl`
120
+ - `dist/ltcai-4.7.1.tar.gz`
121
+ - `dist/ltcai-4.7.1.vsix`
122
+ - `ltcai-4.7.1.tgz`
123
+ - `src-tauri/target/release/bundle/dmg/Lattice AI_4.7.1_aarch64.dmg`
124
+
6
125
  ## [4.7.0] - 2026-06-14
7
126
 
8
127
  > 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.0 Admin Separation Release; Remaining Gaps remain empty
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.0)
12
+ ## 0. RELEASE STATUS (v4.7.2)
13
13
 
14
- **v4.7.0 is the Admin Separation Release. It keeps the Living Brain
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, graph exploration is preserved as
19
- the deepest intentional layer, and operators use a separate Admin Console for
20
- users, logs, security events, policies, and Brain operations.
21
- The v4.7.0 process builds locally validated artifacts, tag, and GitHub Release
22
- assets. PyPI, npm Registry, VS Code Marketplace, and Open VSX publishing are
23
- explicitly requested for v4.7.0 and are gated by available owner credentials.
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.0 preserves the already-empty v4.3.2/v4.3.3/v4.5.0/v4.5.1/v4.6.0
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, graph exploration remains real and API-backed,
35
- readable product state remains in place, archive import/restore flows remain
36
- exposed through existing APIs, desktop sidecar behavior remains validated, and
37
- exact v4.7.0 artifacts are the validation target.
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)