You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: deploy sovereign update server v2 + publish first v1.0.0 manifest
- Fixed UTF-8 BOM parsing in GCS manifest loader (utf-8-sig)
- Fixed Cloud Run secret mount whitespace with .strip()
- Added auth mismatch diagnostic logging
- Deployed aeon-update-server rev3 to Cloud Run (us-east1)
- Published first signed v1.0.0 manifest for logicflow/stable
- Full pipeline: AutoUpdateEngine -> api.delgadologic.tech -> Ed25519 verified
- Updated aeon_chronicle.md with Session 11 entry
The foundational architecture of the **LogicFlow** Windows intelligence platform. This release transitions the legacy `SO-Series System Optimizer v5.5` PowerShell architecture to a modular, compiled C# .NET 8 application with 12 specialized modules.
4
+
5
+
## Major Highlights
6
+
-**Universal OS Parity:** Supports Windows 7 SP1 all the way through Windows 11 Moment 4.
7
+
-**Sovereign Auto-Updater:** The new `LogicFlow.Core` update engine is live. Updates are pulled directly from `api.delgadologic.tech` and cryptographically verified using an in-memory Ed25519 public key.
8
+
-**AI Agent Integration Readiness:** The structural pipes for the $9.99 AI Health Audit Upsell are implemented. Output telemetry formats remain backward-compatible with the legacy structure to ensure continuous operation of the Firebase `generateAiAudit.js` Vertex AI bridge.
9
+
10
+
## Module Status
11
+
✅ `LogicFlow.Core` – Engine orchestration and signature validation.
✅ `LogicFlow.Commerce` – PayPal Pro webhook fulfillment bridge.
22
+
✅ `LogicFlow.Native` – Direct P/Invoke and sector manipulation layers.
23
+
24
+
## Note to Testers
25
+
This is the `foundation` tag. The actual `v1.0.0` signed installer binary (`LogicFlow_v1.0.0_Setup.exe`) is generated locally and distributed via GCS. If you are building this tag from source, verify you have `.NET 8 SDK` and run the `Installer\build_installer.ps1` script to bundle the output into an Inno Setup redistributable.
0 commit comments