Clearance Workspace
This repository is the Clearance product workspace. It currently ships a native macOS app and now has the monorepo structure needed for alternate implementations to grow alongside it.
Workspace Layout
apps/macos: the current Swift/Xcode app, release notes, packaging scripts, and macOS-specific docsapps/tauri: placeholder home for the future shared Tauri app targeting Windows, Linux, and Androidpackages/assets: shared branding and static assetspackages/demo-corpus: shared markdown fixtures that current and future implementations can reusedocs: workspace-level specs, plans, and engineering notes
Current App
The shipping app lives in apps/macos/README.md. For macOS build, test, release, and CI details, see apps/macos/docs/DEVELOPMENT.md.
Workspace Scripts
npm run macos:generate: generate the macOS Xcode project fromapps/macos/project.ymlnpm run macos:build: build the macOS app fromapps/macosnpm run macos:test: run the macOS test suite fromapps/macos
Contributing
- Put app-specific changes in the owning app directory, not at the workspace root.
- Put genuinely shared assets and fixtures in
packages/*. - Keep root docs and workflows workspace-oriented rather than macOS-only unless there is no shared concern.
About
Copyright 2026 Prime Radiant https://primeradiant.com