arifos-mcp-call
SolidInvoke arifOS constitutional MCP tools (000-999 pipeline, F1-F13 enforced)
AI & Automation 49 stars
8 forks Updated 1 months ago AGPL-3.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# arifOS MCP Caller v2 — Constitutional Anchor-First
**Runtime:** 42-tool constitutional kernel (not 13)
**Requirement:** `init_anchor` MUST be called before `arifOS_kernel`
**Floors:** F1-F13 enforced via sBERT ML layer
## Constitutional Tool Contract
| Stage | Tool | Purpose |
|-------|------|---------|
| **000_INIT** | `init_anchor` | **REQUIRED FIRST** — Bootstrap session, bind actor_id, risk tier |
| **333→888** | `arifOS_kernel` | Full pipeline: reason → memory/heart → critique → forge → judge |
| **888_JUDGE** | `apex_judge` | Cross-check decisions |
| **999_VAULT** | `vault_seal` | Persist to VAULT999 |
## CLI Usage (via arifos bridge)
```bash
# 1. Bootstrap anchor (REQUIRED before kernel)
arifos anchor
# 2. Call kernel with dry-run first
arifos kernel '{"query":"Analyze this","dry_run":true,"actor_id":"arif"}'
# 3. Full execution (after verification)
arifos kernel '{"query":"Execute task","actor_id":"arif","risk_tier":"medium"}'
# Evidence & Memory
arifos search '{"query":"AI governance Malaysia"}'
arifos ingest '{"url":"https://example.com/doc"}'
arifos memory '{"operation":"search","content":"What is Floor F2?"}'
# System & Audit
arifos health
arifos vital
arifos audit
# AgentZero
arifos engineer
arifos validate
arifos holdcheck
```
## F13 Sovereignty Handling
If the kernel returns `requires_human: true` or `verdict: "HOLD_888"`:
- **STOP execution**
- **Prompt user for confirmation**
- **Do not proceed until explicit "do it"**
Exit code 88 = HOLD_888 ...
Details
- Author
- ariffazil
- Repository
- ariffazil/arifos
- Created
- 9 months ago
- Last Updated
- 1 months ago
- Language
- Python
- License
- AGPL-3.0
Integrates with
Related Skills
AI & Automation Featured
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
76,875 Updated today
rtk-ai AI & Automation Featured
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
76,875 Updated today
rtk-ai AI & Automation Featured
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
76,875 Updated today
rtk-ai