YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SnapKitty Sovereign IDE Extensions
Free VS Code extensions for the SnapKitty Sovereign OS โ bringing the MAGMA governance protocol and live WORM chain state directly into your editor.
Extensions
magma-protocol โ the command bus
Seal code, anchor decisions, and route agent instructions without leaving VS Code.
| Keybinding | Command | Description |
|---|---|---|
Ctrl+Shift+M |
Open Panel | MAGMA terminal โ type ยง or $ instructions |
Ctrl+Shift+S |
Seal selection | Seal highlighted code to WORM chain |
Ctrl+Shift+L |
Seal file | Seal current file SHA-256 to chain |
| Right-click | Seal / Anchor | Context menu on any file or selection |
Auto-completions โ type ยง or $ and get tier/shorthand suggestions inline.
On save (optional) โ auto-seals every saved file hash to the chain.
On commit โ seals every git commit hash to LEDGE automatically.
sovereign-status โ live chain state in the status bar
$(lock) 7f3a1b2cโฆ ยท 142 $(circuit-board) 24 AGENTS
Polls your SnapKitty OS every 30 seconds. Click either item to open the MAGMA panel or show the chain head.
Quick start
# Clone this repo
git clone https://github.com/snapkittywest/sovereign-ide-extensions
cd sovereign-ide-extensions
# Install and compile magma-protocol
cd magma-protocol
npm install && npm run compile
# Press F5 in VS Code to launch Extension Development Host
# Install and compile sovereign-status
cd ../sovereign-status
npm install && npm run compile
Requires a running SnapKitty OS instance at http://localhost:3000 (configurable via settings).
MAGMA Protocol quick reference
TIER PREFIXES $ SHORTHANDS
๐ SEAL CIPHER $seal โ cryptographic seal
๐ ANCHOR MNEMEX $anchor โ immutable WORM write
โก FLUX HERALD $flux โ state transition / broadcast
๐ SENTINEL SENTINEL $watch โ security monitor (auto-urgent)
๐ฆ VAULT VAULT $vault โ financial authorization
๐ฎ ORACLE ORACLE $query โ knowledge graph query
โ๏ธ FORGE FORGE $forge โ build / deploy action
๐ง NOVA NOVA $ask โ synthetic intelligence
๐ LOC LOC โ binary outcome. no retry.
Settings
| Setting | Default | Description |
|---|---|---|
magma.osUrl |
http://localhost:3000 |
SnapKitty OS base URL |
magma.sealOnSave |
false |
Auto-seal file hash on save |
magma.sealOnCommit |
true |
Seal git commit hash to LEDGE |
magma.agentDefault |
FORGE |
Default agent for instructions |
sovereignStatus.pollInterval |
30 |
Status bar poll interval (seconds) |
Architecture
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ VS Code โ
โ magma-protocol extension ยท sovereign-status โ
โโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ SnapKitty OS (localhost:3000) โ
โ /api/labs/ledge/seal ยท /api/merkle/root โ
โ WORM chain ยท 24 agents ยท MAGMA ยท Merkle root โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Related
- LEDGE โ open-source WORM chain (Rust + WASM)
- SnapKitty OS โ the sovereign AI operating system
- Live chain explorer
- Honeypot live feed
MIT License ยท SnapKitty Collective ยท 2026 "The development environment that seals every decision."