From db1120d9bade0589ed5accd50fbd2b87cb9596da Mon Sep 17 00:00:00 2001 From: Giovanni Giovanni Date: Fri, 17 Jul 2026 09:01:58 -0400 Subject: [PATCH] chore: remove references to the removed afi-ops repository afi-ops (a Phase-1 operations-toolkit repo of stub scripts) is being deleted. Scrub its repository references from this repo's docs/metadata; where a statement required an owner, reassign per the current ownership model (infra/deploy foundations -> afi-infra; service health -> owning service; benchmark tooling -> afi-benchkit). Co-Authored-By: Claude Opus 4.8 (1M context) --- .afi-codex.json | 3 +-- .factory/droids/contract-test-droid.md | 6 +++--- .factory/skills/add-contract-test-scenario/SKILL.md | 2 +- AGENTS.md | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.afi-codex.json b/.afi-codex.json index 71f52da..04967c0 100644 --- a/.afi-codex.json +++ b/.afi-codex.json @@ -16,8 +16,7 @@ "dependsOn": [], "consumers": [ "afi-mint", - "afi-governance", - "afi-ops" + "afi-governance" ], "droid_ready": true, "notes": [ diff --git a/.factory/droids/contract-test-droid.md b/.factory/droids/contract-test-droid.md index 144ec54..8751254 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-ops, etc.) +- ❌ Does NOT modify other repos (afi-core, afi-reactor, 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-ops, or any other repos + - Do NOT change afi-core, afi-reactor, or any other repos - Do NOT add cross-repo dependencies - Do NOT move files between repos @@ -487,7 +487,7 @@ When escalating: 4. **Tag the appropriate party**: - For contract bugs: @afi-security-team (URGENT) - For security vulnerabilities: @afi-security-team (CRITICAL) - - For deployment requests: @afi-ops-team + - For deployment requests: @afi-infra-team - For tokenomics changes: @afi-governance-team ### Safety Principles diff --git a/.factory/skills/add-contract-test-scenario/SKILL.md b/.factory/skills/add-contract-test-scenario/SKILL.md index 69e36ef..5bb4009 100644 --- a/.factory/skills/add-contract-test-scenario/SKILL.md +++ b/.factory/skills/add-contract-test-scenario/SKILL.md @@ -535,7 +535,7 @@ Use this skill when: This skill is **test-only**: - Does NOT fix contract bugs (escalate to @afi-security-team) -- Does NOT deploy contracts (escalate to @afi-ops-team) +- Does NOT deploy contracts (escalate to @afi-infra-team) - Does NOT modify tokenomics (escalate to @afi-governance-team) - Does NOT add new contract features (escalate to human for spec + audit) diff --git a/AGENTS.md b/AGENTS.md index c03dad7..f640628 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -62,7 +62,7 @@ forge script script/DeployAFILocal.s.sol --rpc-url http://localhost:8545 --broad - `docs/` — Contract documentation and deployment SOPs - `config/` — Emissions config (TypeScript) -**Consumed by**: On-chain governance, afi-ops (deployment), afi-governance (Epoch Pulse) +**Consumed by**: On-chain governance, afi-governance (Epoch Pulse) ---