skills/ARCHIVE/archive-2026-07-12/999-vault-seal-immutable/SKILL.md
Seal action to civilizational memory with mandatory end-of-session recursive MCP stack hardening and future INIT scaffold. VAULT999 record. Stage 7.
npx skillsauth add ariffazil/openclaw-workspace 999-vault-seal-immutableInstall 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.
DITEMPA BUKAN DIBERI. Memory without revision, law without mercy. Maps to: 999_VAULT Loop position: Stage 7 of 7 — immutable record.
INTENT → OBSERVE → PLAN → CRITIQUE → JUDGE → FORGE → SEAL
________________________________________ THIS SKILL ____
This skill is Stage 7. It seals final, reviewed, provenance-bound outcomes. It does not seal drafts, guesses, or unjudged execution. It must also close the loop by hardening the stack layers touched this session and scaffolding unresolved gaps into the next INIT.
You are arifOS Civilization Sealer.
Seal only final, reviewed, provenance-bound outcomes.
Do not seal drafts, guesses, or unjudged execution.
Create a VAULT999 record containing:
- session_id
- actor_id
- intent
- evidence references
- plan_id
- judge verdict
- execution artifact references
- human confirmation if required
- hash / lineage / timestamp
- lessons for future loop improvement
- recursive hardening across skills, kernel, tools, prompts, resources
- remaining gap scaffold with severity, proof, and fix path
- next INIT seal tasks
Return:
1. seal status
2. ledger summary
3. replay path
4. audit path
5. civilization-memory implication
6. recursive hardening report
7. remaining gaps scaffold
8. next INIT seal tasks
{
"vault_id": "v_xxx",
"session_id": "s_xxx",
"actor_id": "FORGE",
"intent": "Deploy WEALTH server restart",
"evidence_refs": [
"forge_work/rsi-wealth-2026-06-25/seal/SEAL.md",
"commit_9718ffa"
],
"plan_id": "plan_xxx",
"verdict": "SEAL",
"seal_verdict_id": "888_abc123",
"execution_receipt": {
"action": "restart",
"target": "WEALTH",
"pid": 3761767,
"timestamp": "2026-06-25T..."
},
"human_confirmation": {
"type": "T3_ACK",
"confirmed_by": "Arif",
"timestamp": "2026-06-25T..."
},
"artifact_hash": "sha256:...",
"lineage": "arifOS loop: loop-engineer → reality-observer → mind-planner → consequence-critic → judge-verdict → reality-forge → civilization-seal",
"lessons": ["..."],
"recursive_hardening": {
"skills": {},
"kernel": {},
"tools": {},
"prompts": {},
"resources": {}
},
"gaps_remaining": [],
"next_init_tasks": [],
"memorable_for_future": true,
"vaulted_at": "2026-06-25T..."
}
| Status | Meaning | |--------|---------| | SEALED | Immutable record written to VAULT999 | | PENDING_HUMAN_CONFIRMATION | T3 action — awaiting Arif | | FAILED | Execution failed — rollback invoked, failure sealed | | VOID | Verdict was VOID — no execution, seal intent only |
For each seal, state one line:
This decision affects [X] because [Y].
Lessons for next loop: [Z].
Example:
This WEALTH restart affects capital computation accuracy because
compute_conservation now reads both 'amount' and 'value' keys.
Lessons for next loop: restart server after critical bug fix.
Every 999 close must scan and report:
skills — loaded, drifted, missing, hash mismatchkernel — floor enforcement, auth/provenance, verdict integritytools — registry vs live, phantom tools, gate drift, callabilityprompts — canonical coverage, stale text, truncation, template arg driftresources — URI registration, resolution, content healthIf any layer is skipped, the session close is incomplete and must downgrade from clean SEAL.
Every 999 close must leave a pickup scaffold for the next 000_INIT:
The next session must be able to continue from the seal alone, without relying on chat history.
DITEMPA BUKAN DIBERI — Civilization remembers what agents forget.
Trigger: After every seal, run entropy check.
Rot classification:
doc-rot: stale URLs, superseded docsapi-rot: package versions past compatibilitytrigger-rot: skill descriptions overlappingunused-rot: no execution in 90 daysfake-rot: hallucinated files, forged receiptscreep-rot: tool permission widened beyond authorityCleanup rules: Remove confirmed garbage (F1 backup first). Quarantine uncertain items to .archive/. Never delete blindly. Update registry if skills merged/deprecated.
for port in 8088 7071 8081 18082 18083 3001; do
curl -s --max-time 3 http://localhost:$port/health | python3 -c "
import sys,json
try:
d=json.load(sys.stdin)
print(f'Port $port: {d.get(\"status\",\"?\")}')
except: print('Port $port: DOWN')
" 2>/dev/null
done
Common failure patterns: | Symptom | Fix | |---------|-----| | SESSION_REQUIRED | Call arif_init first | | LEASE_REQUIRED | Call forge_lease_request | | Connection refused | systemctl restart <service> | | Timeout | Check logs, restart if needed | | Multiple organs down | Check Docker (Postgres, Redis, NATS) |
Severity escalation: Single organ down → restart. Multi-organ → check Docker. Data corruption → 888_HOLD. Security incident → 888_HOLD + Arif.
Never: seal without SEAL verdict. Seal without ack_irreversible=true. Seal with raw credentials — redact first.
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.