File size: 3,015 Bytes
931572e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | # SnapKitty Mass Refactor + Wiring Plan
# 2026-07-11
# Status: BEGIN
## Phase 1 — Archive (remove noise, keep signal)
Archive these — no cherry-pick needed:
- sovereign-addr (standalone, already in registry)
- sovereign-adr (standalone, already in registry)
- sovereign-agt (standalone, already in registry)
- sovereign-compiler (skeleton, already in registry)
- sovereign-llm (scaffold, already in registry)
- sovereign-multiplicity (standalone, already in registry)
- sovereign-pirtm (standalone, already in registry)
- sovereign-prism (OCaml version, prism-skills is Rust canonical)
- S_AUTOCODE (AUTOCODE lineage, historical)
- legacy-apl (APL research complete, math-skills is canonical)
## Phase 2 — Cherry-pick into production repos
These get folded into existing repos:
INTO cartographer-agent:
- financial_intel.pl from market-scope → cartographer-agent/prolog/
- sovereign-calculus lean files → cartographer-agent/proofs/
INTO SNAPKITTYWEST (root):
- sovereign-glue.rexx (already done today)
- kernel-registry.json (already done today)
- agent-registry.json (already done today)
- sovereign-router.ts (already done today)
INTO DEVFLOW-FINANCE:
- snaplang → DEVFLOW-FINANCE/snaplang/
- sovereign-context-tools already there
## Phase 3 — Wire the router
Connect sovereign-router.ts to:
1. agent-registry.json (route to agents not models)
2. BOB pipeline (shadow-orchestrator/main.ts KERNEL_INTERCEPT phase)
3. ERE verify on every output
4. Vault.ts for key management
## Phase 4 — Download center
Build from overview/ → real product catalog
11 repos, 4 categories, GitHub Pages
## Phase 5 — Tauri shell
kittybrowse as the desktop shell hinge
sovereign-daemon as the sidecar
## Unified Workflow Model (the real vision)
Every agent and model serves a PURPOSE in the workflow:
| Engine | Role | Use case |
|---|---|---|
| Claude Sonnet 4.6 (Bedrock) | Reasoning · Law · Trust · IP | CARTO analysis, legal strategy, proofs, architecture |
| Mistral Codestral (free) | Code · Terminal · Git | Fast builds, scaffolding, file ops |
| Nova Pro (Bedrock) | Research · Market · News | Fast synthesis, crypto, financial data |
| DEVTRIAL (Nova Pro pipeline) | Long-form writing | Research papers, whitepapers, technical docs |
| DeepSeek V3 (Bedrock) | Math · Proof · Deep code | Formal verification, theorem closing |
| Gemma 3 27B (Bedrock) | Google domain · Docs | Structured extraction, multimodal |
| BOB pipeline | Governance · Final verdict | All outputs through EVIDENCE or SILENCE gate |
| ERE Verify | Quality gate | 5-pass verification on every output |
| DFA/REXX kernels | Domain logic | Law, trust, ACH, FCRA — deterministic |
The router IS the product. Every task flows through it.
Code → Mistral. Law → Claude. Papers → DEVTRIAL. Math → DeepSeek. Market → Nova.
Output → ERE verify. Final → BOB seal.
## Immediate next: Phase 3 wiring — connect router to BOB pipeline
|