From 53c900b3ee56a833be6bec9afc7f7b58d948409b Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 29 Jun 2026 10:10:18 -0400 Subject: [PATCH] chore(infra): add .infra.yaml (convention:infra_manifest) for infra-net reconcile Co-Authored-By: Claude Opus 4.8 (1M context) --- .infra.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .infra.yaml diff --git a/.infra.yaml b/.infra.yaml new file mode 100644 index 0000000..557a648 --- /dev/null +++ b/.infra.yaml @@ -0,0 +1,11 @@ +# Conforms to convention:infra_manifest (apiVersion infra/v1) +apiVersion: infra/v1 +project: mac-sync +provider: digitalocean # the ingestion/query server; the Mac menu-bar client runs on fennel (single-tenant, OSX-bound) +service: + host: lime # mac-sync-server (Bun/Hono) + runtime: bun + port: 3201 + systemd_unit: mac-sync-server +# macsync.* tables live on the shared managed cluster (schema-scoped); no own logical DB declared. +depends_on: [] # leaf — prospector/others depend on it (outbox, notes, calls)