From e8a0d66e20147e71d83ba6d99ed2fc2b56f181c8 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Tue, 3 Mar 2026 15:22:25 -0500 Subject: [PATCH] fix: sanitize local filesystem paths for public release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace two hardcoded local paths in DESIGN-APPROVAL-BOT.md: - /Users/abrichr/oa/src/crier → openadapt-crier/ - /Users/abrichr/oa/src/PLAN-generalized-dev-automation.md → generic description Co-Authored-By: Claude Opus 4.6 --- DESIGN-APPROVAL-BOT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESIGN-APPROVAL-BOT.md b/DESIGN-APPROVAL-BOT.md index ed369cc..7327eee 100644 --- a/DESIGN-APPROVAL-BOT.md +++ b/DESIGN-APPROVAL-BOT.md @@ -110,7 +110,7 @@ Create `crier` as a standalone project that: 1. Follows the consilium/herald pattern (small, focused, reusable) 2. Uses herald as a library dependency for compose/publish 3. Owns the event-listening and Telegram approval UX -4. Stays in the same monorepo (`/Users/abrichr/oa/src/crier`) +4. Stays in the same monorepo (`openadapt-crier/`) This is the right boundary because: - Herald's job is "turn artifacts into social media posts" — it does this well @@ -630,7 +630,7 @@ herald-announce = { path = "../openadapt-herald", editable = true } ## Relationship to PLAN-generalized-dev-automation.md -The dev automation plan (`/Users/abrichr/oa/src/PLAN-generalized-dev-automation.md`) +The dev automation plan (the generalized dev automation plan) describes a generalized Ralph Loop worker that generates PRs via Claude Agent SDK. That plan also includes a Telegram bot for approving dev tasks.