~60 commits Β· 12 PRs merged Β· 11 issues closed Β· 7 new issues created
π Three-Phase Sovereign Stack Hardening
Phase 0s β All Three Layers (merged)
- Identity: three-tier model (soft β preliminary β established), fail-open defaults fixed
- .fair: schema hardening, templates (ticket/media/course/document), conversation access type
- Settlement: ticket settlement wired through pay with platform fee
Phase 1s β All Three Layers (merged)
- .fair cryptographic signing β Ed25519 manifest signatures via
@imajin/fair
- Attestation data layer β
auth.attestations table, ingestion, DIDβpubkey resolution
- Settlement verification β real Ed25519 .fair signature verification
π Attestation Infrastructure β Zero to Six Types
Built the entire system and wired emitters into three services:
transaction.settled + customer (pay)
connection.invited + connection.accepted + vouch (connections)
session.created with auth strength metadata (auth β all 4 login flows)
Pattern is portable: ~20 lines per new emitter.
π§ Sovereign Inference Engine β 7 Tickets in One Session
Full "Ask [Name]" presence stack from zero to streaming UI:
.imajin/ folder bootstrap β auto-seeds on registration
@imajin/llm package β Vercel AI SDK + cost tracking + provider factory
- Trust distance endpoint (BFS on connections graph)
- 6 trust-scoped tool files (events, connections, attestations, profile, pay, learn)
- SSE streaming query endpoints on profile
- Cost settlement: 80% owner / 20% platform via .fair
- PresenceChat UI β modal chat on profile pages
Key design: Tools injected by trust distance. Distance β€1 gets social graph. Self-query gets everything. Every tool scoped to two participants β presence can't fish.
π‘ Attention Marketplace Concept
Imajin's answer to advertising. You're the vendor, not the product. Businesses query the attestation graph to find opted-in humans, pay MJN per result, users get micro-payments. Consent via attestations, not a central DB.
Academically validated by a 2025 Springer philosophy paper proving the current attention market is ethically broken β every problem they identify, the AttMart solves.
π¬ Real-Time Chat
- WebSocket deferred auth, real-time delete + reactions
- DID name resolution, group membership via pods
- Modern composer, scroll pinning, legacy media compat
π Roadmaps + Strategy
- Three hardening roadmaps (.fair, Identity, Settlement)
- Fee model: 0.75% capped micro-investment
- Platform utility doc β "every intermediary becomes obsolete"
- Protocol matrix live on landing page (22%)
- Whitepaper v0.3 with Greg's architectural review
π§ Also Shipped
- Dead wood audit (8 dead tables identified)
- Local dev env files, check-env.ts validation
- CORS + auth unification across all services
- Media manager: rename, move, delete, .fair editor polish
- Health endpoints on all 13 services
- CSS progress bar fixes on landing page
π Numbers
- ~60 commits
- 12 PRs merged
- 11 issues closed
- 7 new issues created
- $25 avg cost per PR β 167 PRs for $4K total inference
- ~1,200 lines for sovereign inference alone