ltcai 5.4.0 → 5.6.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
@@ -193,24 +193,24 @@ 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.4.0 Brain Automation Scheduler**:
196
+ The current development target is **5.6.0 Brain Automation Review Center**:
197
197
 
198
- - Consent-first Brain automation recipes (Daily Memory Digest, Weekly Project Review,
199
- Follow-up Radar) install from Automate page as reviewable disabled drafts.
200
- - TriggerService provides scheduler/brain-event triggers with dedup guards,
201
- LATTICE_TZ support, consecutive failure degraded status, and explicit enabled:false
202
- disarming.
203
- - lattice_brain/runtime dependency graph 정리 and entrypoint documentation added.
204
- - E2E scenarios for draft install + trigger execution with provenance.
205
- - All package/runtime/static versions synchronized to 5.4.0; PR #4 remote gates passed.
198
+ - Automation output now lands in a workspace-scoped Review inbox before users
199
+ approve, dismiss, snooze, or rerun suggestions.
200
+ - `/automation/reviews` exposes source-aware review items with provenance,
201
+ `effective_status`, and guarded actions.
202
+ - TriggerService and RunExecutor can enqueue review items only when workflows
203
+ explicitly opt in with `review_queue: true`.
204
+ - Act now includes a Review tab under Runs for pending automation suggestions.
205
+ - All package/runtime/static/OpenAPI versions are synchronized to 5.6.0.
206
206
 
207
- Expected artifacts for 5.4.0 release must use exact filenames:
207
+ Expected artifacts for 5.6.0 release must use exact filenames:
208
208
 
209
- - `dist/ltcai-5.4.0-py3-none-any.whl`
210
- - `dist/ltcai-5.4.0.tar.gz`
211
- - `ltcai-5.4.0.tgz`
212
- - `dist/ltcai-5.4.0.vsix`
213
- - `src-tauri/target/release/bundle/dmg/Lattice AI_5.4.0_aarch64.dmg`
209
+ - `dist/ltcai-5.6.0-py3-none-any.whl`
210
+ - `dist/ltcai-5.6.0.tar.gz`
211
+ - `ltcai-5.6.0.tgz`
212
+ - `dist/ltcai-5.6.0.vsix`
213
+ - `src-tauri/target/release/bundle/dmg/Lattice AI_5.6.0_aarch64.dmg`
214
214
 
215
215
  Do not upload `dist/*`. Package registry publishing remains owner-run.
216
216
 
@@ -229,6 +229,8 @@ Do not upload `dist/*`. Package registry publishing remains owner-run.
229
229
 
230
230
  | Version | Theme |
231
231
  | --- | --- |
232
+ | 5.6.0 | Brain Automation Review Center: workspace-scoped automation review inbox, source-aware provenance, guarded approve/dismiss/snooze/run_now actions, and Act Review tab |
233
+ | 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
234
  | 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
235
  | 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
236
  | 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,56 @@
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.6.0] - 2026-06-15
7
+
8
+ > Brain Automation Review Center. Adds a workspace-scoped review inbox for
9
+ > automation output so scheduled runs and Brain-event suggestions land as
10
+ > inspectable items before the user approves, dismisses, snoozes, or reruns
11
+ > them.
12
+
13
+ ### Added
14
+ - Backend Review Queue service, store persistence, and `/automation/reviews`
15
+ API with explicit `source`, `status`, `effective_status`, payload, and
16
+ provenance fields.
17
+ - Review item actions: approve, dismiss, snooze, and run_now. `run_now` is a
18
+ preview/regenerate action and does not mark the item approved.
19
+ - Optional `review_queue: true` opt-in path for TriggerService and RunExecutor
20
+ to enqueue review items without changing legacy scheduler behavior.
21
+ - Act page Review inbox under Runs with source filtering, pending review cards,
22
+ provenance details, and guarded actions.
23
+
24
+ ### Changed
25
+ - Bumped synchronized Python, npm, VSIX, Tauri, runtime constants, lockfiles,
26
+ OpenAPI artifacts, and static metadata to `5.6.0`.
27
+ - Updated release documentation and artifact names for exact 5.6.0 release
28
+ preparation.
29
+
30
+ ### Preserved
31
+ - Snoozed items stay hidden until their `snoozed_until` time expires; expiry is
32
+ interpreted at read time through `effective_status` without scheduler mutation.
33
+ - Existing v5.4/v5.5 automation and workflow behavior remains compatible unless
34
+ a workflow explicitly opts into review queue creation.
35
+ - Package registry publishing and deployment remain owner-run only.
36
+
37
+ ## [5.5.0] - 2026-06-15
38
+
39
+ > Release Coordination. Synchronized package/runtime/static metadata and release
40
+ > documentation for the 5.5.0 line while preserving v5.4.0 Brain Automation
41
+ > Scheduler behavior.
42
+
43
+ ### Changed
44
+ - Bumped synchronized Python, npm, VSIX, Tauri, runtime constants, lockfiles, and
45
+ static asset manifest metadata to `5.5.0`.
46
+ - Updated README, RELEASE.md, RELEASE_NOTES.md, FEATURE_STATUS.md,
47
+ vscode-extension/README.md, and this changelog so current-release references
48
+ and expected artifact names point at exact 5.5.0 filenames.
49
+
50
+ ### Preserved
51
+ - v5.4.0 consent-first Brain automation recipes, TriggerService dedup,
52
+ LATTICE_TZ, degraded status, enabled:false disarming, runtime graph cleanup,
53
+ and E2E scenario coverage remain the functional baseline.
54
+ - Package registry publishing and deployment remain owner-run only.
55
+
6
56
  ## [5.4.0] - 2026-06-15
7
57
 
8
58
  > Brain Automation Scheduler. Consent-first recipe drafts (Daily Memory Digest,