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