ltcai 5.4.0 → 5.5.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 +15 -15
- package/docs/CHANGELOG.md +19 -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/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 +1 -1
package/README.md
CHANGED
|
@@ -193,24 +193,23 @@ See [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) for developer workflow details.
|
|
|
193
193
|
|
|
194
194
|
## Current Release Preparation
|
|
195
195
|
|
|
196
|
-
The current development target is **5.
|
|
196
|
+
The current development target is **5.5.0 Release Coordination**:
|
|
197
197
|
|
|
198
|
-
-
|
|
199
|
-
|
|
200
|
-
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
-
|
|
205
|
-
- All package/runtime/static versions synchronized to 5.4.0; PR #4 remote gates passed.
|
|
198
|
+
- Carries forward the v5.4.0 Brain Automation Scheduler as the release-ready
|
|
199
|
+
baseline for the 5.5.0 line.
|
|
200
|
+
- Keeps consent-first automation, TriggerService dedup/LATTICE_TZ/degraded
|
|
201
|
+
behavior, and runtime graph cleanup intact.
|
|
202
|
+
- Synchronizes Python, npm, VSIX, Tauri, runtime constants, lockfiles, and static
|
|
203
|
+
metadata to 5.5.0.
|
|
204
|
+
- Updates release documentation and artifact naming to exact 5.5.0 filenames.
|
|
206
205
|
|
|
207
|
-
Expected artifacts for 5.
|
|
206
|
+
Expected artifacts for 5.5.0 release must use exact filenames:
|
|
208
207
|
|
|
209
|
-
- `dist/ltcai-5.
|
|
210
|
-
- `dist/ltcai-5.
|
|
211
|
-
- `ltcai-5.
|
|
212
|
-
- `dist/ltcai-5.
|
|
213
|
-
- `src-tauri/target/release/bundle/dmg/Lattice AI_5.
|
|
208
|
+
- `dist/ltcai-5.5.0-py3-none-any.whl`
|
|
209
|
+
- `dist/ltcai-5.5.0.tar.gz`
|
|
210
|
+
- `ltcai-5.5.0.tgz`
|
|
211
|
+
- `dist/ltcai-5.5.0.vsix`
|
|
212
|
+
- `src-tauri/target/release/bundle/dmg/Lattice AI_5.5.0_aarch64.dmg`
|
|
214
213
|
|
|
215
214
|
Do not upload `dist/*`. Package registry publishing remains owner-run.
|
|
216
215
|
|
|
@@ -229,6 +228,7 @@ Do not upload `dist/*`. Package registry publishing remains owner-run.
|
|
|
229
228
|
|
|
230
229
|
| Version | Theme |
|
|
231
230
|
| --- | --- |
|
|
231
|
+
| 5.5.0 | Release Coordination: synchronized package/runtime/static versions and release docs for the 5.5.0 line while preserving v5.4.0 Brain Automation Scheduler behavior |
|
|
232
232
|
| 5.4.0 | Brain Automation Scheduler: consent-first recipe drafts (Daily/Weekly/Follow-up), TriggerService with dedup/LATTICE_TZ/degraded, runtime graph cleanup, E2E scenarios |
|
|
233
233
|
| 5.3.0 | Product Clarity and Runtime Cleanup: user-first README/onboarding, unified Digital Brain identity, legacy compatibility map, and app factory runtime seams |
|
|
234
234
|
| 5.2.0 | User-Focused Model Transformation: structured model capability registry, HF verification transparency, model recommendation UX, and workspace-scoped marketplace state |
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.5.0] - 2026-06-15
|
|
7
|
+
|
|
8
|
+
> Release Coordination. Synchronized package/runtime/static metadata and release
|
|
9
|
+
> documentation for the 5.5.0 line while preserving v5.4.0 Brain Automation
|
|
10
|
+
> Scheduler behavior.
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Bumped synchronized Python, npm, VSIX, Tauri, runtime constants, lockfiles, and
|
|
14
|
+
static asset manifest metadata to `5.5.0`.
|
|
15
|
+
- Updated README, RELEASE.md, RELEASE_NOTES.md, FEATURE_STATUS.md,
|
|
16
|
+
vscode-extension/README.md, and this changelog so current-release references
|
|
17
|
+
and expected artifact names point at exact 5.5.0 filenames.
|
|
18
|
+
|
|
19
|
+
### Preserved
|
|
20
|
+
- v5.4.0 consent-first Brain automation recipes, TriggerService dedup,
|
|
21
|
+
LATTICE_TZ, degraded status, enabled:false disarming, runtime graph cleanup,
|
|
22
|
+
and E2E scenario coverage remain the functional baseline.
|
|
23
|
+
- Package registry publishing and deployment remain owner-run only.
|
|
24
|
+
|
|
6
25
|
## [5.4.0] - 2026-06-15
|
|
7
26
|
|
|
8
27
|
> Brain Automation Scheduler. Consent-first recipe drafts (Daily Memory Digest,
|
|
@@ -19,7 +19,7 @@ from datetime import datetime
|
|
|
19
19
|
from typing import Any, Callable, Dict, List, Optional
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
MULTI_AGENT_VERSION = "5.
|
|
22
|
+
MULTI_AGENT_VERSION = "5.5.0"
|
|
23
23
|
|
|
24
24
|
AGENT_ROLES = ("researcher", "planner", "executor", "reviewer", "release")
|
|
25
25
|
CORE_PIPELINE = ("planner", "executor", "reviewer")
|
package/latticeai/__init__.py
CHANGED
|
@@ -19,7 +19,7 @@ from pathlib import Path
|
|
|
19
19
|
from typing import Any, Callable, Dict, Iterable, List, Optional
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
WORKSPACE_OS_VERSION = "5.
|
|
22
|
+
WORKSPACE_OS_VERSION = "5.5.0"
|
|
23
23
|
|
|
24
24
|
# Workspace types separate single-user Personal workspaces from shared
|
|
25
25
|
# Organization workspaces. Both keep the same local-first JSON store; the type
|
package/package.json
CHANGED
package/src-tauri/Cargo.lock
CHANGED
package/src-tauri/Cargo.toml
CHANGED