Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .afi-codex.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"dependsOn": [],
"consumers": [
"afi-mint",
"afi-governance",
"afi-ops"
"afi-governance"
],
"droid_ready": true,
"notes": [
Expand Down
6 changes: 3 additions & 3 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-ops, etc.)
- ❌ Does NOT modify other repos (afi-core, afi-reactor, 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-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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .factory/skills/add-contract-test-scenario/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
Loading