From 89ae6a24d94089bb79aabcc7c795a26ae5c1de16 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 18 Mar 2026 20:14:12 -0400 Subject: [PATCH] Add infrastructure policy: ghcr.io only, Mend Renovate, no Dependabot - CLAUDE.md: added Infrastructure Policy section to all orgs - Debbie SOUL.md: clarified ghcr.io only, no Docker Hub or mirrors Co-Authored-By: Paperclip --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 49b1108..c4a0e38 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,6 +29,11 @@ Each agent directory contains 5 files: | `TOOLS.md` | Available CLI tools registry | | `CONFIG.md` | Operational backup — identity table, adapter config, heartbeat config | +## Infrastructure Policy + +- **Container images**: Push to `ghcr.io` only. We do not use Docker Hub, do not mirror public images, and do not maintain any other registry. +- **Dependency updates**: Managed by **Mend Renovate**. We do not use Dependabot — never enable it, never create `.github/dependabot.yml`, never reference it in workflows or docs. + ## Key Operational Notes - **Prompt wipe on adapter switch**: Switching an agent's adapter in the Paperclip UI wipes `promptTemplate`. Always restore from this repo after any adapter switch.