skills/ARCHIVE/archive-2026-07-16-zen/REGION-CONTRACT/SKILL.md
Archived monolith-edit region contract retained for audit provenance. Do not use as the active editing workflow; use the current spatial or visual verification skill for region-preserving page changes.
npx skillsauth add ariffazil/openclaw-workspace region-contractInstall 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 — Forged, not given.
Prevent monolith rewrites that destroy regions. Every page with 3+ sections MUST declare data-region attributes. Edits touch ONE region only.
<div data-region="header">...</div>
<div data-region="chart">...</div>
<div data-region="decision">...</div>
<div data-region="nav">...</div>
<div data-region="footer">...</div>
data-region attributes in the target file# Region presence test — must pass or deploy is VOID
for region in header chart decision nav footer; do
grep -q "data-region=\"$region\"" target.html || echo "❌ REGION $region MISSING — DEPLOY VOID"
done
write entire_file.html when only one region changescat > file.html << 'EOF' (heredoc = monolith rewrite)data-region blockedit tool targeting specific region contentpatch with exact old_string → new_string for one region| Region | data-region | Content |
|--------|-------------|---------|
| Header | header | Topbar, price, RSI, EMA, signal badge |
| Chart | chart | Candlestick + RSI strip |
| Decision | decision | R:R bar, Context narrative, Support/Resistance/Confluence |
| Timeframe | timeframe | 1H/4H/1D/1W/1M buttons |
| Footer | footer | Federation nav + copyright |
| Region | data-region | Content |
|--------|-------------|---------|
| Topbar | topbar | Brand, nav links |
| Ticker | ticker | 7-asset price bar |
| Detail | detail | Asset info, signal, chart link |
| Sidebar | sidebar | Briefing, stats, federation links |
| Footer | footer | Federation + ecosystem links |
grep -c 'data-region=' page.html must equal expected countdevelopment
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.