원클릭으로
agentic-governance
Hardened constitutional governance — F1-F13 floor enforcement with Quad-Witness consensus for all actions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Hardened constitutional governance — F1-F13 floor enforcement with Quad-Witness consensus for all actions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
The mandatory operational guide and metabolic flow for agents interacting with arifOS. Ditempa Bukan Diberi.
Governed intelligence skill for AAA as the abstraction, attestation, and abduction control plane across arifOS, APEX, A-FORGE, GEOX, WEALTH, WELL, and the ariffazil profile repository. Use when the user asks to explain or design AAA, route agentic work, reduce chaos/entropy in an arifOS federation task, create AREP/task declarations, classify risk, plan multi-repo changes, review governance boundaries, or translate human intent into evidence-backed, authority-safe, recursively agentic workflows. Provides deterministic F1-F13 floor checking, bounded abduction, and FederationReceipt composition.
Instrument arifOS constitutional AI kernel with Langfuse LLM tracing. Use when (1) adding Langfuse tracing to arifOS tool calls, (2) wiring arifOS telemetry to Langfuse cloud or self-hosted, (3) querying arifOS trace data from Langfuse, (4) migrating arifOS mind_reason/heart_critique calls to Langfuse spans. DITEMPA BUKAN DIBERI — Forged, Not Given.
GitHub operations — issues, PRs, commits, code search, CI/CD via gh CLI
AGI-level autonomous controller — self-healing, self-optimizing, constitutionally governed by arifOS F1-F13
Invoke arifOS constitutional MCP tools (000-999 pipeline, F1-F13 enforced)
| name | agentic-governance |
| description | Hardened constitutional governance — F1-F13 floor enforcement with Quad-Witness consensus for all actions |
| user-invocable | true |
| type | flow |
Version: 2026.03.07-HARDENED Governance: arifOS Constitutional Law F1-F13 Consensus: Quad-Witness BFT (W⁴ ≥ 0.75) Seal: QUADWITNESS-SEAL v64.1
flowchart TD
A([ACTION REQUESTED]) --> B{F1 Amanah<br/>Reversible?}
B -->|No| C[888_HOLD — Human Required]
B -->|Yes| D{F12 Injection<br/>Trusted Source?}
D -->|No| E[Block + Alert]
D -->|Yes| F{F2 Truth<br/>τ ≥ 0.99?}
F -->|No| G[VOID — Seek Evidence]
F -->|Yes| H{F3 Quad-Witness<br/>W⁴ ≥ 0.75?}
H -->|No| I[PARTIAL — Caution]
H -->|Yes| J{F4 Clarity<br/>ΔS ≤ 0?}
J -->|No| K[VOID — Confusing]
J -->|Yes| L[777 JUDGE]
L --> M{Verdict?}
M -->|SEAL| N[888 FORGE]
M -->|VOID| O[Block + Log]
M -->|888_HOLD| C
N --> P[999 SEAL]
C --> Q[Wait for Arif]
Q -->|Approved| N
Q -->|Denied| O
# BEFORE ANY ACTION:
# 1. Is this reversible within 24 hours?
# 2. Is there a backup/recovery path?
# 3. Has F13 Sovereign approved (if irreversible)?
IRREVERSIBLE_ACTIONS=(
"docker rm -v" # Data loss risk
"rm -rf /opt/arifos" # System destruction
"docker compose down -v" # Volume deletion
"git reset --hard" # History loss
"drop table" # Database destruction
)
# If matches irreversible pattern → 888_HOLD
# ALL factual claims must:
# 1. Be verifiable from 3+ sources
# 2. Cross-reference arifos_constitutional collection
# 3. State confidence explicitly
arifos memory '{"query":"Verify: [CLAIM]","session_id":"governance-check"}'
# Response must have score ≥ 0.99
# Calculate 4-witness consensus:
W_h=$(get_human_witness) # User intent
W_a=$(get_ai_witness) # Model confidence
W_e=$(get_earth_witness) # External data
W_v=$(get_verifier_witness) # Audit trail
W_4=$(echo "($W_h * $W_a * $W_e * $W_v) ^ 0.25" | bc)
# W_4 must be ≥ 0.75 for SEAL
# Measure entropy change:
# Before action: measure_system_entropy
# After action: measure_system_entropy
# ΔS = after - before
# Must be ≤ 0 (reduced confusion)
When triggered:
# 1. STATE
"🔴 888_HOLD — [FLOOR_VIOLATED]"
# 2. EXPLAIN
"This action requires human approval because:"
- "[Specific floor violation]"
- "[Consequences if executed]"
- "[Irreversible effects]"
# 3. REQUEST
"Arif, confirm: YES/NO?"
# 4. WAIT
# Do NOT proceed until explicit confirmation
# 5. EXECUTE (if approved) with logging
echo '{"ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","event":"888_hold_approved","floor":"F1","action":"[ACTION]","approver":"Arif"}' \
>> ~/.openclaw/workspace/logs/audit.jsonl
Auto-allow: *.anthropic.com, api.moonshot.cn, *.arif-fazil.com, etc.
Block and request approval:
if ! domain_in_allowlist "$target_domain"; then
echo "⚠️ F12 BLOCK: $target_domain not in egress allowlist"
echo "Purpose: [state purpose]"
echo "Awaiting approval..."
# Log and wait
fi
Kimi Skill: arifos-constitutional
↓ Provides: F1-F13 reference, thresholds
Kimi Skill: quadwitness-seal
↓ Provides: W⁴ calculation, witness verification
OpenClaw Skill: agentic-governance (THIS)
↓ Enforces: All floors on every action
OpenClaw Skill: agi-autonomous-controller
↓ Orchestrates: Full autonomous cycles
F1-F13 HARDENED | QUADWITNESS-SEAL v64.1 🔱💎🧠