Documentation Index
Fetch the complete documentation index at: https://ade-app.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Added
- Signed and notarized universal macOS build — First release with Apple code signing and notarization for both Apple Silicon and Intel architectures, enabling installation without Gatekeeper warnings
- Universal merge pipeline — Build scripts for merging separate arm64 and x64 Electron builds into a single universal binary (
prepare-universal-mac-inputs.mjs,release-mac-local.mjs) - Artifact validation — Post-build validation step verifying code signature, notarization status, binary architecture, and runtime integrity before publishing
- iOS companion groundwork — Initial Xcode project scaffolding, SwiftUI shell, and cr-sqlite database bootstrap for the iOS companion app
Changed
- macOS release pipeline — Overhauled GitHub Actions release workflow with signing credential injection, notarization polling, and validation-only preparation mode
- CI refactoring — Separated build, sign, and validate stages for faster iteration and easier debugging of release failures
- CTO UX improvements — Refined CTO settings panel layout, identity editor interactions, and Linear sync status indicators
- Sync hardening — Improved WebSocket reconnection reliability and cr-sqlite replication consistency for multi-device sync
- Context pack deprecation progress — Continued removal of legacy context pack infrastructure in favor of the unified memory system
Fixed
- Release tag validation — Tags must now point to commits on
main, preventing accidental releases from feature branches - Notarization timeout — Increased polling interval and retry count for Apple notarization service responses