Skip to content

Commit 1d41eda

Browse files
author
kimi-code/FI-008
committed
chore(cards): aider passport revoked -> CCC contractor status (proven 2026-08-14); fix registry binary path; stamp historical FI numbering doc — zen identity sync
1 parent b6d3fb6 commit 1d41eda

3 files changed

Lines changed: 24 additions & 9 deletions

File tree

agents/_external/aider/agent-card.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"description": "Aider CLI forge instrument \u2014 pair-programming coding harness. Wired to federation MCPs. F1-F13 enforced.",
1212
"version": "2.0.0",
13-
"model": "unconfigured",
13+
"model": "deepseek/deepseek-chat (DEEPSEEK_API_KEY wired; proven live 2026-08-14)",
1414
"binary": "/root/.local/bin/aider",
1515
"tier": "FI",
1616
"role": "forge_instrument",
@@ -548,12 +548,21 @@
548548
"emd_lane": "EXECUTION \u2014 FI forge instrument. Decodes instruction into artifact.",
549549
"emd_architecture": "/root/AAA/instructions/emd-architecture.md",
550550
"emd_forged": "2026-08-09",
551-
"status": "dormant_manual_only",
551+
"status": "active_ccc_contractor",
552552
"verified_against": "2026-08-13T04:00:00+08:00",
553553
"architecture_layer": "NONE",
554-
"architecture_role": "dormant \u2014 manual pair-programming only",
555-
"codex_lane": "none",
556-
"cognitive_species": "unconfigured",
554+
"architecture_role": "CCC contractor — git-deployer lane (proven 2026-08-14, 14 files 0, 4 commits, 0 tokens) + builder lane (deepseek-chat). FI passport revoked by F13 directive 2026-08-14; operates per CCC_DOCTRINE.md",
555+
"codex_lane": "none (contract-held, not citizenship)",
556+
"cognitive_species": "worker",
557+
"ccc": {
558+
"contract_held": true,
559+
"roles_proven": ["git-deployer"],
560+
"roles_available": ["git-deployer", "builder"],
561+
"first_contract": "2026-08-14 — federation working-tree settle, receipt 018893d8",
562+
"doctrine": "/root/AAA/governance/CCC_DOCTRINE.md",
563+
"held_by_examples": ["FI-003 qwen-code (2026-08-14 FIX-2 emitter commit)"],
564+
"tempaan": "requires --no-gui --exit --yes-always + closed stdin (0.86.2 defaults GUI non-tty); /commit scope aider-edits only — stage untracked first"
565+
},
557566
"species_rank": 0,
558567
"fi": "FI-AIDER",
559568
"bound_to": "000"

skills/FEDERATED_SKILLS_REGISTRY_V3.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,17 @@ agent_profiles:
290290
mcp_servers: 0
291291
permission_rules: 0
292292
hooks: 0
293-
model: provider-agnostic (Claude/GPT via API keys)
294-
binary: /home/arifos/.local/bin/aider
293+
model: deepseek/deepseek-chat (CCC contractor; proven 2026-08-14)
294+
binary: /root/.local/bin/aider
295295
version: 0.86.2
296296
fi_slot: FI-007
297297
role: forge_instrument
298298
class: CODING/FI
299299
agent_card: /root/AAA/a2a-server/agent-cards/harnesses/aider.json
300-
notes: Aider AI pair programming. Provider-agnostic. No native MCP — works via
301-
aider's built-in tool system.
300+
notes: Aider AI pair programming. FI passport revoked by F13 2026-08-14 — operates
301+
as CCC contractor (git-deployer proven, builder lane via deepseek-chat). No native
302+
MCP — works via aider's built-in tool system. Requires --no-gui --exit --yes-always
303+
in non-tty. See CCC_DOCTRINE.md.
302304
total_skills: 95
303305
logical_registry_count: 95
304306
alias_table_rows: 133

skills/federated-skill-architecture/references/harness-skills-json-creation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Agent directory structure:
3636

3737
### Step 1 — Agent → Path Mapping
3838

39+
> ⚠️ HISTORICAL NUMBERING (2026-07 era) — preserved as procedure record. Live FI slots differ
40+
> (e.g. qwen-code=FI-003, kimi-code=FI-008, aider=FI-007→CCC contractor 2026-08-14).
41+
> Live SOT = per-agent `agent-card.json` `fi_slot` + `/root/AAA/federation/organs.yaml`. Do not renumber from this doc.
42+
3943
Establish the mapping between manifest agent names and filesystem paths:
4044

4145
```python

0 commit comments

Comments
 (0)