No description
- Swift 97%
- Python 2.2%
- Shell 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| App | ||
| docs | ||
| fixtures | ||
| Scripts | ||
| Sources | ||
| Tests | ||
| Tools/SyntheticVault | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| DECISIONS.md | ||
| LICENSE | ||
| Package.swift | ||
| README.md | ||
Calternal
Calternal is a macOS-first markdown life-log: look and log. Daily notes live in
calendar/YYYYMMDD-dailynote.md; attachments and linked notes stay alongside
the vault, while the SQLite index remains disposable.
Build
The build host is agents@mbp (Xcode 26.6 and xcodegen):
Scripts/build-mbp.sh scaffold package
Scripts/build-mbp.sh scaffold app
To copy a built app to the macOS VM and launch it:
Scripts/run-on-vm.sh App/build/Build/Products/Debug/Calternal.app
Use ~/.local/bin/cua-driver on the VM for UI smoke checks; run
cua-driver list-tools to discover its tools.
Calternal is licensed under AGPLv3; see LICENSE.