Skip to content

Commit 38c8c77

Browse files
author
root
committed
docs: unify canonical tool taxonomy with aliases, lanes, and floor bindings
1 parent 17fb5c8 commit 38c8c77

1 file changed

Lines changed: 23 additions & 19 deletions

File tree

README.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -438,25 +438,29 @@ Current canonical AAA MCP server exposes:
438438
- **2 resources** (`arifos://aaa/schemas`, `arifos://aaa/full-context-pack`)
439439
- **1 prompt** (`arifos.prompt.aaa_chain`)
440440
441-
### Canonical AAA Tools (13)
442-
443-
| Tool | Stage | Purpose |
444-
|------|-------|---------|
445-
| `anchor_session` | 000_INIT | Session anchor + continuity boot |
446-
| `reason_mind` | 333_REASON | Reasoning + evidence synthesis |
447-
| `recall_memory` | 444_SYNC | Memory recall and context stitching |
448-
| `simulate_heart` | 555_EMPATHY | Stakeholder impact and empathy pass |
449-
| `critique_thought` | 666_ALIGN | Constitutional critique/alignment |
450-
| `judge_soul` | 888_JUDGE | Governance verdict under 13-law envelope |
451-
| `forge_hand` | 777_FORGE | Execution planning / forge stage |
452-
| `seal_vault` | 999_SEAL | Final seal and continuity handoff |
453-
| `search_reality` | 111_SENSE | Web grounding (Perplexity first, Brave fallback) |
454-
| `fetch_content` | 444_SYNC | Fetch content from grounded URLs |
455-
| `inspect_file` | 111_SENSE | Safe filesystem inspection |
456-
| `audit_rules` | 333_REASON | Rule and governance audit checks |
457-
| `check_vital` | 555_EMPATHY | Runtime/system vital signs |
458-
459-
**Full tool reference**: [aaa_mcp/README.md](aaa_mcp/README.md)
441+
### Canonical Tool Taxonomy (13) 🏛️
442+
443+
The following table serves as the **unified audit map** for arifOS. It aligns the **Stable UX Verbs** (Public MCP) with their **Kernel Aliases**, **Trinity Lanes**, and **Constitutional Floor** bindings.
444+
445+
| Tool (UX Verb) | Kernel Alias | Trinity | Stage | Floors | Description |
446+
| :--- | :--- | :--- | :--- | :--- | :--- |
447+
| `anchor_session` | `init_session` | Δ Delta | 000 | F11, F12, F13 | Session ignition & injection defense |
448+
| `reason_mind` | `agi_cognition` | Δ Delta | 333 | F2, F4, F7, F8 | AGI cognition & logic grounding |
449+
| `recall_memory` | `phoenix_recall` | Ω Omega | 444 | F4, F7, F13 | Associative memory traces |
450+
| `simulate_heart` | `asi_empathy` | Ω Omega | 555 | F4, F5, F6 | Stakeholder impact & care constraints |
451+
| `critique_thought`| - | Ω Omega | 666 | F4, F7, F8 | 7-organ alignment & bias critique |
452+
| `judge_soul` | `apex_verdict` | Ψ Psi | 888 | F1-F13 | Sovereign verdict synthesis |
453+
| `forge_hand` | `sovereign_actuator`| Ψ Psi | 777 | F1, F11, F12 | Sandboxed action execution |
454+
| `seal_vault` | `vault_seal` | Ψ Psi | 999 | F1, F3, F10 | Immutable ledger persistence |
455+
| `search_reality` | `search` | Δ Delta | 111 | F2, F4, F12 | Web grounding (Perplexity/Brave) |
456+
| `fetch_content` | `fetch` | Δ Delta | 444 | F2, F4, F12 | Raw evidence content retrieval |
457+
| `inspect_file` | `fs_inspect` | Δ Delta | 111 | F1, F4, F11 | Filesystem inspection (read-only) |
458+
| `audit_rules` | `system_audit` | Δ Delta | 333 | F2, F8, F10 | Rule & governance audit checks |
459+
| `check_vital` | `get_health` | Ω Omega | 555 | F4, F5, F7 | System health & vital signs |
460+
461+
> **Note on Telemetry:** The `verdict` field in telemetry records (e.g., `SEAL`, `SABAR`, `VOID`) is a **governance outcome**. System status indicators (e.g., `status: "ALIVE"`) are strictly **operational telemetry** and do not satisfy constitutional requirements.
462+
463+
**Verdicts:** `SEAL` | `VOID` | `PARTIAL` | `SABAR` | `888_HOLD`
460464
461465
---
462466

0 commit comments

Comments
 (0)