From 79895100c07764981a60544bb289777c5a399f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBeeRad=E2=80=9D?= Date: Mon, 15 Dec 2025 16:25:58 +1100 Subject: [PATCH] docs: add agent handover notes --- .../2025-12-09-open-source-porting-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/os_docs/2025-12-09-open-source-porting-notes.md b/docs/os_docs/2025-12-09-open-source-porting-notes.md index cc8cb5c..67716e5 100644 --- a/docs/os_docs/2025-12-09-open-source-porting-notes.md +++ b/docs/os_docs/2025-12-09-open-source-porting-notes.md @@ -1,5 +1,20 @@ # RA-H Open Source Porting Notes (2025-12-09) +## Agent Handover + +**What is this repo?** This is `ra-h_os`, the open source mirror of the private `ra-h` application. It's a BYO-key (bring your own API keys) version without Mac packaging, Supabase auth, or subscription features. + +**Quick context:** +- Read `CLAUDE.md` for system overview +- Read `README.md` for setup instructions +- Read `docs/9_open-source.md` for sync process with private repo + +**Current status:** Initial commit complete (2025-12-15). Repo is currently private on GitHub. Before making public, we need a more thorough audit to ensure no sensitive data, credentials, or private references remain. Review all docs, scripts, and code comments for anything that shouldn't be public. + +**Sync process:** Features are built in the private `ra-h` repo first, then synced here via Step 8 of the workflow (see private repo's `docs/development/process/1_workflow.md`). + +--- + This document captures every change required to bring the private RA-H repo into a runnable, local-only open-source build. ## 1. Repo Copy & Cleanup