Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .factory/droids/contract-test-droid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
Loading