No description
  • Swift 97%
  • Python 2.2%
  • Shell 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-11 06:40:04 +00:00
App Suppress focus outlines on app-owned controls 2026-09-11 06:39:45 +00:00
docs Integrate native capsule and timeline interactions 2026-09-10 06:21:38 +00:00
fixtures fix: anchor synthetic fixture to end date 2026-09-07 04:26:38 +00:00
Scripts Integrate native capsule and timeline interactions 2026-09-10 06:21:38 +00:00
Sources Suppress focus outlines on app-owned controls 2026-09-11 06:39:45 +00:00
Tests Integrate native capsule and timeline interactions 2026-09-10 06:21:38 +00:00
Tools/SyntheticVault fix: anchor synthetic fixture to end date 2026-09-07 04:26:38 +00:00
.gitignore Foundation: house rules, design, decisions, package skeleton 2026-09-07 04:10:46 +00:00
AGENTS.md Document orchestration and VM verification rules 2026-09-11 04:45:07 +00:00
CLAUDE.md Foundation: house rules, design, decisions, package skeleton 2026-09-07 04:10:46 +00:00
DECISIONS.md Foundation: house rules, design, decisions, package skeleton 2026-09-07 04:10:46 +00:00
LICENSE Add Calternal package and app scaffold 2026-09-07 04:23:33 +00:00
Package.swift Add indexed document mentions 2026-09-09 06:57:34 +00:00
README.md Add Calternal package and app scaffold 2026-09-07 04:23:33 +00:00

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.