From 0e0edc24773b27b0b498f7093a15d36f6022c54e Mon Sep 17 00:00:00 2001 From: Hermes & Sam Date: Sun, 14 Jun 2026 14:33:13 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20CLAIRE=E2=86=92CLAWDIE,=20clari?= =?UTF-8?q?fy=20FreeBSD=20integration=20doc=20purpose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - docs/CLAWDIE-HERMES-FREEBSD-INTEGRATION.md: renamed from typo 'CLAIRE' - AGENTS.md: updated reference path - Purpose: phased plan to put Hermes on FreeBSD/OSA natively, via our MIT-licensed hermes-bsd fork (not the LGPL Autolycus fork) --- AGENTS.md | 2 +- ...MES-INTEGRATION.md => CLAWDIE-HERMES-FREEBSD-INTEGRATION.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{CLAIRE-FREEBSD-HERMES-INTEGRATION.md => CLAWDIE-HERMES-FREEBSD-INTEGRATION.md} (100%) diff --git a/AGENTS.md b/AGENTS.md index 37ef01c..fce20b7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ - Use `scripts/layered_soul.py validate .` before committing structural changes. - When adapting for Colibri: reviewed skills map to `system_skills`, curated memory maps to `system_brain`, converted task manifests map to `system_ops`. - When adapting for Hermes (upstream, Linux): load as profile context (SOUL.md + USER.md + IDENTITY.md). Hermes-native config and cron stay in `hermes-soul`. -- When adapting for Autolycus (Hermes fork, FreeBSD): same profile-context load; FreeBSD-specific gaps (voice, clipboard) are known and tracked in `docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md`. +- When adapting for Autolycus (Hermes fork, FreeBSD): same profile-context load; FreeBSD-specific gaps (voice, clipboard) are known and tracked in `docs/CLAWDIE-HERMES-FREEBSD-INTEGRATION.md`. - When adapting for Pi/Codex/Claude Code/Zot: render the prompt bundle (`render-prompt`) and inject as task-scoped context. Durable findings flow back through reviewed commits. ## Active infrastructure diff --git a/docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md b/docs/CLAWDIE-HERMES-FREEBSD-INTEGRATION.md similarity index 100% rename from docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md rename to docs/CLAWDIE-HERMES-FREEBSD-INTEGRATION.md