Configuration surface for this seed. The seed exposes capabilities through MCP and the Cog Store; build your own applications against them with Claude or Claude Code.
Stable identity. Apps you build should partition client-side state by device_id.
…Paste this URL into your Claude / Claude Code session via claude mcp add — every cog management, sensor, and registry operation is exposed as an MCP tool here.
…
Slash commands, skills, and subagents for the cog dev/test/deploy/ops loop. Wires this seed's MCP into your Claude / Claude Code session.
npx -y @cognitum/cog-dev mcp connect --seed http://169.254.42.1
Or --auto-discover to probe USB / mDNS / configured WiFi. Package scaffold lives at tools/cog-dev-plugin/ in the seed repo (npm publish pending).
Cognitum-pinned distribution. Flash via the Cog Store wizard or direct download.
Cross-seed peer connectivity.
Slot, version, boot count.
rvlite: SQL/SPARQL/Cypher vector DB with IndexedDB persistence. rulake: exact brute-force kNN + SHAKE-256 bundle witnesses. Both served from /static/wasm/ on this seed — no CDN, no external deps.
User-built UIs import { RvLite } from '/static/wasm/rvlite.js' + import init, { searchBruteForceL2, computeWitness } from '/static/wasm/rulake_wasm.js' for persistence + provable bundles.
Applied to user-built apps. Persisted on save.