From 19426dd8ae99975b716f8ef082ecc118870bfe29 Mon Sep 17 00:00:00 2001 From: Giovanni Giovanni Date: Fri, 17 Jul 2026 05:53:05 -0400 Subject: [PATCH] chore: drop afi-skills from droid boundary lists The afi-skills repository is being permanently removed from the org; remove it from the contract-test-droid "do not modify other repos" enumerations. Co-Authored-By: Claude Opus 4.8 (1M context) --- .factory/droids/contract-test-droid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.factory/droids/contract-test-droid.md b/.factory/droids/contract-test-droid.md index a35a8c1..144ec54 100644 --- a/.factory/droids/contract-test-droid.md +++ b/.factory/droids/contract-test-droid.md @@ -51,7 +51,7 @@ This droid is **strictly test-only** and **NEVER modifies production code**: - ❌ Does NOT alter tokenomics, emissions logic, or supply caps - ❌ Does NOT modify role management or access control logic - ❌ Does NOT deploy or broadcast transactions to any network -- ❌ Does NOT modify other repos (afi-core, afi-reactor, afi-skills, afi-ops, etc.) +- ❌ Does NOT modify other repos (afi-core, afi-reactor, afi-ops, etc.) ### Repo Boundaries @@ -240,7 +240,7 @@ This droid MUST NOT: - Do NOT interact with live contracts on-chain 5. **Modify other repos**: - - Do NOT change afi-core, afi-reactor, afi-skills, afi-ops, or any other repos + - Do NOT change afi-core, afi-reactor, afi-ops, or any other repos - Do NOT add cross-repo dependencies - Do NOT move files between repos