feat: add interactive VT and workspace command plane
CI / rust (push) Successful in 3m48s

This commit is contained in:
2026-08-31 17:05:49 -07:00
parent 32d190c6c6
commit b838d000db
54 changed files with 3004 additions and 113 deletions
+7 -1
View File
@@ -11,10 +11,16 @@ Initial release artifacts:
- Omarchy/Arch x86_64: signed package archive and an AUR recipe that downloads
the matching release artifact.
Every package installs the canonical Lumbridge application icon into the native
platform location: the macOS asset catalog/`.icns`, Linux hicolor PNG sizes and
`.desktop` entry, and any package-manager metadata. Derived files come from the
transparent masters in `assets/brand/`; light and dark variants are for product
surfaces, while launchers use the canonical app icon unless a platform has a
documented adaptive-icon contract.
Each release includes SHA-256 checksums, a signed update manifest, SBOM, license
notices, and the exact source commit. Reproducibility is a goal, but a release is
not called reproducible until two clean builders produce matching artifacts.
The updater must verify signatures before replacing binaries, retain the prior
version for rollback, and never update a running session runtime in place.