From e0ded5779a1fc52368171421c49b12f17f31ac8b Mon Sep 17 00:00:00 2001 From: Giovanni Giovanni Date: Fri, 17 Jul 2026 09:01:29 -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) --- .factory/droids/schema-validator-droid.md | 4 ++-- AGENTS.md | 2 +- docs/AFI_CORE_RUNTIME_OVERVIEW.md | 2 +- droids/00_repo_orientation.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.factory/droids/schema-validator-droid.md b/.factory/droids/schema-validator-droid.md index 4c48d11..82975d9 100644 --- a/.factory/droids/schema-validator-droid.md +++ b/.factory/droids/schema-validator-droid.md @@ -49,7 +49,7 @@ This droid is a **schema and validator specialist** for afi-core. It: - `afi-reactor/` — DAG wiring, orchestration logic (that's the orchestrator's job) - `afi-token/` — Smart contracts, emissions, tokenomics - `afi-gateway/` — Eliza agents, gateway configs, runtime agent behavior -- `afi-ops/`, `afi-infra/` — Deployment, infrastructure +- `afi-infra/` — Deployment, infrastructure - Production secrets, deployment configs, or chain IDs ### Responsibilities @@ -173,7 +173,7 @@ This droid MUST NOT: - Do NOT modify afi-gateway 4. **Touch infra/ops**: - - Do NOT modify deployment configs, Terraform, K8s, or CI/CD in afi-ops or afi-infra + - Do NOT modify deployment configs, Terraform, K8s, or CI/CD in afi-infra 5. **Introduce PoI/PoInsight as signal fields**: - Do NOT add `poi`, `poinsight`, `proof_of_intelligence`, or similar fields to signal schemas diff --git a/AGENTS.md b/AGENTS.md index a0db703..12105c2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -76,7 +76,7 @@ npm run mentor-eval - `src/clients/` — Client libraries for AFI services - `test/` — Vitest tests -**Consumed by**: afi-reactor (orchestration), afi-ops (deployment), Eliza gateways (types/clients) +**Consumed by**: afi-reactor (orchestration), Eliza gateways (types/clients) **Depends on**: afi-config (schemas) **Boundary with afi-reactor**: diff --git a/docs/AFI_CORE_RUNTIME_OVERVIEW.md b/docs/AFI_CORE_RUNTIME_OVERVIEW.md index c668780..3b5aa21 100644 --- a/docs/AFI_CORE_RUNTIME_OVERVIEW.md +++ b/docs/AFI_CORE_RUNTIME_OVERVIEW.md @@ -29,7 +29,7 @@ AFI-Core does **NOT** handle: ❌ **Token Contract Definitions** - That's `afi-token` (AFIToken, AFISignalReceipt, AFIMintCoordinator) ❌ **DAG Topology / Policy** - That's `afi-reactor` (15-node DAG, pipeline definitions, orchestration rules) -❌ **Infrastructure / Deployment** - That's `afi-infra` or `afi-ops` (Kubernetes, Terraform, CI/CD) +❌ **Infrastructure / Deployment** - That's `afi-infra` (Kubernetes, Terraform, CI/CD) ❌ **Direct On-Chain Writes** - AFI-Core generates instructions; execution happens via Safe/backend/droid --- diff --git a/droids/00_repo_orientation.md b/droids/00_repo_orientation.md index 7260b01..98d0d42 100644 --- a/droids/00_repo_orientation.md +++ b/droids/00_repo_orientation.md @@ -28,7 +28,7 @@ Core runtime for agent signal validation, ElizaOS integration, and PoI/PoInsight **This repo does NOT handle**: - ❌ DAG orchestration (that's afi-reactor) - ❌ UI/frontend (that's afi-research-site) -- ❌ Deployment (that's afi-ops) +- ❌ Deployment (that's afi-infra) - ❌ Smart contracts (that's afi-token) ---