skills/ARCHIVE/archive-2026-07-12/unified-memory-federation/SKILL.md
Single entry point for memory across the arifOS federation. Routes recall/write/seal/consolidate/audit to the correct tier and organ. Enforces the 6-tier memory model from zen-organ-memory.
npx skillsauth add ariffazil/openclaw-workspace unified-memory-federationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One call to remember or recall anything across the federation. DITEMPA BUKAN DIBERI
| Tier | Name | Lifetime | Canonical Tool | Path / Surface |
|------|------|----------|----------------|----------------|
| L0 | Volatile | Session only | In-context | Current prompt context |
| L1 | Working | Task duration | forge_filesystem (read) | /root/A-FORGE/forge_work/ |
| L2 | Daily | 30 days | File grep | /root/memory/YYYY-MM-DD.md |
| L3 | Durable | Permanent | arif_memory(recall/remember) | arifOS L4-L6 stack |
| L4 | Knowledge | Permanent | knowledge-graph-query | /root/AAA/asi/knowledge-taxonomy.json |
| L5 | Sealed | Irreversible | arif_seal(list/seal) | VAULT999 + seal chain |
Promotion rules:
rememberack_irreversible=trueRoute by tier:
L0: inspect current session context
L1: grep /root/A-FORGE/forge_work/ for X
L2: grep /root/memory/*.md for X
L3: arif_memory(mode=recall, query=X)
L4: knowledge-graph-query --name X (or --id, --type)
L5: arif_seal(mode=list) filtered by X
Convenience script (L1-L2 + carry_forward):
python3 /root/.agents/skills/unified-memory-federation/scripts/recall.py "X"
tier=L3 → arif_memory(mode=remember, content=..., metadata={...})
tier=L1 → write to /root/A-FORGE/forge_work/...
tier=L2 → append to /root/memory/YYYY-MM-DD.md
L5 → arif_judge(...) → arif_seal(mode=seal, ack_irreversible=true)
Never call forge_vault directly. It is deprecated and duplicates arif_seal.
Run the pipeline:
L0 working context
→ L1: save forge_work artifacts
→ L2: write daily summary to /root/memory/YYYY-MM-DD.md
→ L3: promote durable memories via arif_memory(remember)
→ L4: write knowledge edges via asi-knowledge-writeback (requires seal_id)
→ update carry_forward.json
Checklist:
arif_seal(mode=chain))| Operation | L1 | L2 | L3 | L4 | L5 |
|-----------|----|----|----|----|----|
| recall | forge_filesystem / grep | grep | arif_memory(recall) | knowledge-graph-query | arif_seal(list) |
| write | forge_filesystem_write | file append | arif_memory(remember) | asi-knowledge-writeback | arif_seal(seal) |
| seal | — | — | — | via SEAL | arif_seal(seal) |
forge_vault for VAULT999 writes (deprecated duplicate)ack_irreversible=truearif_memory for durable preferences| Floor | Obligation | |-------|-----------| | F1 AMANAH | Backup before consolidation; append-only for L4-L5 | | F2 TRUTH | Every result labeled with tier + epistemic (OBS/DER/INT/SPEC) | | F4 CLARITY | One canonical tool per tier | | F7 HUMILITY | Recall reports confidence, never certainty | | F11 AUDIT | Every write returns a receipt | | F13 SOVEREIGN | L5 seal requires ack_irreversible |
RECALL → unified-memory-federation recall "X" [--tier L3]
WRITE → unified-memory-federation remember "..." --tier L3
SEAL → 999-vault-seal-immutable (arif_judge → arif_seal)
AUDIT → unified-memory-federation audit
CONSOLIDATE → unified-memory-federation consolidate
Forged: 2026-07-08 by FORGE (000Ω) for Arif (F13 SOVEREIGN) Part of: arifOS memory governance layer
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.