SYSTEM LIVE 2026-04-12 09:55 MST Engine Room (M3 Ultra)
Overview
Project Status
Worldview Architecture
Data Flows

Key Performance Indicators

26
Services Running
5/5
Fleet Online
92
Keychain Secrets
36.6K
World Model Chunks

Agents 3 LIVE

AgentRuntimeStatus
ShogunOpenClaw (Opus 4.6)Slack connected
ForgeClaude Code CLIThis session
SentinelHermes + watchdogMonitoring

Fleet ALL ONLINE

MachineRoleUptime
Engine (M3 Ultra)Primary computeActive
Cockpit (M4 Max)Pat's workstation1d 20h
Gateway (M4 Pro)Orchestration7d
Nomad (M4 Air)Travel13d
Outpost (VPS)Docker services37d

Comms v2 HEALTHY

MetricValue
Messages delivered24/24 (100%)
TransportSQLite + unix socket
ReceiversForge, Shogun, Sentinel
Health checkEvery 60s (Sentinel)
Latency P500ms

Services (26 total) ALL LOADED

CategoryCountServices
Persistent (KeepAlive)8comms-bus, 3 receivers, OpenClaw, world-model, watchdog, brief-server
Interval (periodic)13autocommit, git-pull, meeting-prebrief, vip-email, slack-bot-watch, sync, staging, transcripts, comms-health, captures, mailbox, overwatch, critical-config
Calendar (daily)4morning-brief, evening-brief, credential-audit, kb-health-scan
External (homebrew)1Hermes (Sentinel)

Alerts 1 ACTIVE

AlertSeverityDetailAction
credential-audit.FAILWARNG-SA (gh:github.com) missing from gateway KeychainInstall gh on gateway or remove G-SA from registry

v4 Directory Structure LIVE

~/ShogunOS/                          Root (git repo)
  CONTEXT.md                         Model-agnostic identity (CLAUDE.md = symlink)
  governance/                      was System_OS — rules, decisions, architecture
  knowledge/                       was System_Context — CRM, transcripts, digests
  agents/
    shogun/                      was Shogun_OS — operations, entities, coordination
    forge/                       was Forge_OS — engineering, architecture, SRE
    sentinel/                    was System_OS/agents/Sentinel — monitoring
  projects/                        cross-agent projects (new)
  ops/                             mailbox, state, logs, briefs (operational)
  archive/                           historical artifacts

  Symlinks for backward compat: System_OS->governance, Shogun_OS->agents/shogun, etc.

Worldview Architecture Upgrade — Master Plan

Phase 1: Current-State Audit
Infrastructure audit across 5 machines, 26 services, all data stores. 4 deliverables produced, stress-tested by independent Sonnet agent.
COMPLETE
Phase 2: SOR Matrix (Forge infra draft)
8 data domains mapped with SOR locations, readers, writers, sync mechanisms, failure modes. 9 gaps identified. Awaiting Shogun's operational perspective merge.
NEEDS MERGE
v4 Directory Restructure
In-place restructure from 4-vault to 6-dir layout. 165 path refs updated, 26 LaunchAgents cut over, symlinks for backward compat. Git pushed, Cockpit pulled.
COMPLETE
SL-015 Structural Fixes
Pre-deletion gate, Sentinel critical-config check, Keychain config backup, handoff template update, SRAL destructive action gate. Shipped after OpenClaw outage.
COMPLETE
Phase 3: Architecture + Optimization Design
Worldview schema v1, context compilers, governance model (decision tiers, gates, drift metrics), continuous improvement system, autonomy model, target architecture. Shogun leads, Forge reviews.
NEXT
4
Phase 4: Stress Test + Review
Independent adversarial review of full plan (SL-007). Pat review and approval. Identify Tier A decisions.
PENDING
5
Phase 5: Implementation
Per transition plan: phased, canary-gated, rollback-ready. Coordinated Forge + Shogun execution.
PENDING

Deliverables Produced

FileStatusLocation
Infrastructure AuditDONEagents/forge/03-Projects/worldview-audit/FORGE_INFRASTRUCTURE_AUDIT.md
SOR Matrix (Forge draft)DONEagents/forge/03-Projects/worldview-audit/FORGE_SOR_MATRIX_DRAFT.md
Path Reference AuditDONEagents/forge/03-Projects/worldview-audit/PHASE0_PATH_AUDIT.md
Lessons Preservation ManifestDONEagents/forge/03-Projects/worldview-audit/LESSONS_PRESERVATION_MANIFEST.md
AAR: OpenClaw OutageDONEagents/forge/03-Projects/worldview-audit/AAR-2026-04-12-openclaw-outage.md
AAR: Full SessionDONEagents/forge/03-Projects/worldview-audit/AAR-2026-04-12-full-session.md
Worldview Schema (v1)NEXTTBD — Phase 3
Governance ModelNEXTTBD — Phase 3
Context CompilersNEXTTBD — Phase 3

Decisions Pending Pat

ItemTier
v4 remote hardening (Gateway/Outpost)B
Symlink removal timelineB
X OAuth re-authorizationC
Gateway broken crons cleanupC

System Lessons (SL-001 through SL-015)

#LessonEnforcement
SL-001All inter-agent comms via mailboxSTRUCTURAL comms v2
SL-002Verify before reporting doneSTRUCTURAL output-review.md
SL-007Stress-test plans before executingSTRUCTURAL R1 hook + self-evaluation.md
SL-009Trace ALL consumers before removing dependenciesCULTURAL referenced in SRAL gate
SL-010Codifying a rule is not enforcing itMETA
SL-011Trust but verify external state assertionsCULTURAL referenced in SRAL gate
SL-015Verify ALL file purposes before deletionSTRUCTURAL pre-deletion gate + Sentinel check

Worldview Architecture — Five-System Separation

The worldview layer sits ABOVE these five systems. It compiles answers from them — it is not a sixth system of record.

Understanding
Obsidian
Human-facing maps, dashboards, notes
Work
Linear
Projects, tasks, status tracking
Executable Truth
GitHub
Code, prompts, schemas, configs
Runtime State
Engine + Outpost
DBs, vector search, logs, services
Raw Evidence
Evidence Store
Transcripts, recordings, files

Worldview Query Layer — What It Answers

Entity Existence
What agents, projects, integrations are currently active?
Relationship Maps
What relates to what? Which projects have open tasks?
Current State
What is the live status of a given entity?
Agent Relevance
Given this agent's role, what context matters now?

Context Engineering Pipeline

Context is a compiled view over a richer stateful system (Google ADK thesis). Four tiers:

Working Context
Assembled prompt for this LLM call (ephemeral)
Session
Durable log of interaction events (conversation lifetime)
Memory
Long-lived searchable knowledge (MEMORY.md, auto-memory, world model)
Artifacts
Large data addressed by name+version (docs, configs, schemas)

Key principle: Find the smallest set of high-signal tokens. Every token dilutes attention (n² pairwise relationships).

Decision Tiers

TierWho DecidesGate
A StrategicPatREQUIRE_APPROVAL
1:3:1 format
B ArchitecturalShogun (or Pat)LOG + review chain
Author → Reviewer → Evaluator
C OperationalAgentsAUTO / LOG
Decide, log, summarize

Target: 10-15% of decisions reach Pat. Rest handled by agent layer.

Agent Orchestration Pattern

                    Pat
                     |
              Slack / Claude Code
                     |
              Shogun (Orchestrator — OpenClaw, Opus 4.6)
               /     |     \
     Forge    Sentinel    Sub-agents
  (Builder)   (Monitor)    (Sonnet/Haiku)
       \       |        /
        Comms v2 (SQLite + unix socket)
        Transactional, observable, audited

  Coordinator-specialist topology guarantees unbroken audit chain.
  All agent interactions pass through Shogun (mandatory logging point).

Integrations Inventory 92 Keychain entries across 25 services

IntegrationTypeStatusCredentials
Slack (25+ channels)Chat (Socket Mode)ACTIVEBot token, App token, signing secret, 8 vars
iMessageChat (OpenClaw)ACTIVEApple App Password
Gmail / GoogleEmail + CalendarACTIVEOAuth2 (client ID, secret, refresh token)
Microsoft 365 / OutlookEmail + CalendarCONFIGUREDAzure OAuth (client ID, secret, tenant ID) × 2 sets
LinearTask trackingACTIVEAPI key
NotionDocs + knowledgeACTIVEAPI key + Librarian key + OAuth client
FigmaDesignCONFIGUREDAPI key
X / TwitterSocialCONFIGURED11 vars: OAuth1.1a + OAuth2 + Bearer + 2 client sets
Meta / InstagramSocialCONFIGUREDApp ID/secret, page tokens, business account ID, 7 vars
TelegramChatCONFIGURED2 bot tokens (shogun + kamakaze)
ZoomMeetingsCONFIGUREDAccount ID, client ID/secret, secret token
Fireflies.aiTranscriptsACTIVEAPI key (GraphQL)
LimitlessMeeting AICONFIGUREDAPI key
SmartsheetSpreadsheetsCONFIGUREDAPI key
GammaPresentationsCONFIGUREDAPI key
N8NAutomationACTIVEAPI key (Outpost Docker)
GitHubCodeACTIVEOAuth token (gh auth)
HubSpotCRMMCPVia MCP server
CanvaDesignMCPVia MCP server
Monday.comProjectsMCPVia MCP server
Google CalendarCalendarMCPVia MCP server

LLM Providers: Anthropic (Claude Opus/Sonnet/Haiku), OpenAI (GPT-4.1), Google (Gemini 2.5 Flash), xAI (Grok), DeepSeek, LiteLLM (local proxy), Ollama (local)

Data Ingestion & Analysis Flows

Pat's Communication Channels
Pat (Slack)
Shogun (OpenClaw)
Comms v2 Mailbox
Forge / Sentinel
Pat (iMessage)
Shogun (OpenClaw iMessage)
Same agent session
Pat (Claude Code)
Forge (direct)
Comms v2
Shogun
Email & Calendar Intelligence
Gmail
vip-email-monitor (300s)
Slack #ceo-briefing alert
Gmail
OpenClaw gmail-watcher
Shogun context
Outlook / M365
MCP: Microsoft 365
Shogun (email search, calendar, SharePoint)
Google Calendar
MCP + generate_brief.py
meeting-prebrief (300s)
Pre-meeting context
Meeting & Transcript Intelligence
Fireflies.ai
transcript-ingestion (1800s)
knowledge/Meetings/
World Model (ChromaDB 36.6K chunks)
Zoom
Recordings + metadata
Fireflies processing
Limitless
Meeting AI summaries
Shogun context
CRM & Relationship Intelligence
HubSpot (MCP)
Shogun queries
knowledge/CRM/ (1,904 contacts)
knowledge/Knowledge_DB/extraction.db
26K entities, 35K sources, 62K relationships
Task & Project Management
Pat intent
Shogun (task capture)
Linear (MCP)
Forge (engineering tickets)
Notion (MCP)
Shogun (docs, databases, meeting notes)
Smartsheet (MCP)
Shogun (project tracking)
Content & Design
Figma (MCP)
Shogun (design context, screenshots)
Canva (MCP)
Shogun (design generation, export)
Gamma (MCP)
Shogun (presentations, documents)
Social & Publishing
X / Twitter
OAuth2 + OAuth1.1a (11 vars)
Shogun (post, read, analyze)
Meta / Instagram
Graph API (7 vars)
Shogun (page management, posting)
Telegram
2 bot tokens
Shogun + Kamakaze bots
Briefing Pipeline
Linear + Google Cal + Gmail + Outlook + CRM + Transcripts
generate_brief.py
ops/briefs/*.html
Tailscale Funnel (:8080)
Pat
Infrastructure & Automation
N8N (Outpost)
Workflow automation
Cross-service orchestration
Whisper + TTS (Outpost)
Speech-to-text / Text-to-speech
Prometheus + Grafana (Outpost)
Infrastructure monitoring
mem0 + pgvector (Outpost)
Long-term memory + vector search
Credential & Security
keychain-helper.sh (kch)
macOS Keychain (92 entries)
sentinel-credential-audit (daily 06:15)
CREDENTIAL_REGISTRY.md
Alert on missing/stale
critical-config (300s)
10 critical files verified
Alert on missing/empty
Monitoring & Health
Sentinel watchdog (fswatch real-time)
governance/logs/
Behavioral drift detection
comms-health (60s)
KPIs: latency, delivery, heartbeats
Alert on threshold breach
overwatch (4h)
Full vault sweep
kb-health-scan (daily 02:00)
Knowledge base integrity
Git & Sync
git-autocommit (300s)
Local git
GitHub
git-pull (120s)
GitHub
Local git
iCloud / Obsidian Sync
Cockpit (Pat's workstation)

Outpost Docker Services (11 containers)

ServiceImagePurposeStatus
N8Nn8nio/n8nWorkflow automationUP 2d
Prometheusprom/prometheusMetrics collectionUP 4d
Grafanagrafana/grafanaDashboardsUP 2w
LiteLLMberriai/litellmLLM proxyUP 3w
Whisperfaster-whisper-serverSpeech-to-textUP 5w
TTSshogun-beta-ttsText-to-speechUP 5w
mem0mem0-server:localLong-term memoryUP 5w
pgvectorpgvector/pgvector:pg17Vector databaseUP 5w
Node Exporterprom/node-exporterHost metricsUP 4d
PG Exporterpostgres-exporterPostgres metricsUP 5w
Watchtowercontainrrr/watchtowerAuto-update containersUP 5w

System of Record (SOR) Summary

Data DomainSORWritersSync
Universal rulesgovernance/SYSTEM.mdAPEX (Pat approval)Git + Obsidian
Architecture decisionsgovernance/DECISIONS.mdAPEX (Pat approval)Git + Obsidian
Credentials (92 entries)macOS KeychainForgeEngine-local
Inter-agent messagesops/state/comms.sqlitemailbox_send.shBus NOTIFY
CRM contacts (1,904)knowledge/CRM/ShogunGit + Obsidian
Knowledge graph (26K entities)knowledge/Knowledge_DB/extraction.dbShogunGit (binary)
Vector search (36.6K chunks)agents/forge/world-model/IndexerEngine-local
Code + config~/ShogunOS/ (GitHub)Forgeautocommit + pull
Task trackingLinear (cloud)Shogun, ForgeMCP API
Email (Gmail)Gmail (cloud)Pat, ShogunOAuth API + gmail-watcher
Email (Outlook)M365 (cloud)Pat, ShogunMCP: Microsoft 365
MeetingsFireflies + Zoom (cloud)Auto-capturetranscript-ingestion cron
DocumentsNotion (cloud)Shogun, PatMCP API
Social (X/Instagram)Platform APIsShogunOAuth APIs