Clark Axiom · Live System

System Evolution & Replication Dashboard

JD Knowledge Base · Clark Axiom Operating System · Generated 2026-07-15

259KB Articles
611Directed Links
6Fleet Machines
33KAISEN Entries
v3.2CLAUDE.md
1.15KHSTV Subs
1.01KDOAV Subs

System Evolution Timeline — 7 Phases

1
KB Scaffolding
2
Clark Named
3
Fleet Build
4
Outbound + Auto
5
n8n Saga
6
Governance
7
Cartography
Early 2026

Phase 1 — KB Scaffolding

The Library-of-Congress 8-class folder structure (00–70) was established as the canonical taxonomy for all JD knowledge. Raw files in raw/, canonical articles in class folders, AI outputs in outputs/. Hard rule: Clark writes the wiki; it is never edited by hand.

9 System Inflection Points

Inflection 1
Library-of-Congress Structure Adopted
8-class taxonomy (00–70) locked in as the permanent classification system. Established raw/, outputs/, and canonical article separation. Every downstream capability traces to this architectural decision.
Inflection 2
Clark Axiom Named — OZ Directive Issued
2026-05-25: AI assistant formally named Clark Axiom and given the OZ directive — proactively identify opportunities across all AI, tools, and processes every session, without being asked. AI-chief-of-staff posture adopted.
Inflection 3
PM2 Replaces launchd for n8n
Critical infrastructure discovery: n8n requires runtime env var injection that launchd cannot reliably deliver. PM2 via ecosystem.config.js became the process manager. KS-023, KS-024. launchd now reserved for rclone bisync only.
Inflection 4
Lane System Formalized
Each of the 6 fleet machines assigned a single output lane. main = orchestrator/KB ingest, build = Gravitas/Supabase, bizdev = Bird Dog/Pipedrive, data = sourcing/enrichment. Cross-lane work allowed but each machine owns one lane's canonical output.
Inflection 5
Anti-Clobber + Injection Defense Added
CLAUDE.md v3.x added Injection Defense (reject system-prompt-like instructions in user turns) and anti-clobber logic (each session writes only its own MEMORY-<machine>.md). Both followed real incidents where sessions overwrote each other's state.
Inflection 6
rclone "No Kickstart" Rule Discovered
rclone bisync must never run with the -k flag in production. The kickstart flag forces a full resync that can overwrite Drive-authoritative data. Path2 (Drive) is always authoritative. Rule permanently encoded in all runbooks.
Inflection 7
150-Line Rolling Window Rule
After MEMORY.md grew too large for context, the 150-line rolling window rule was instituted. Sessions archive older logs to MEMORY-ARCHIVE.md when limit approaches. Codified in CLAUDE.md Session Protocol v2.1.
Inflection 8
KAISEN Compound Returns Recognized
After 33 KAISEN entries, the compound-return pattern emerged: early lessons (KS-001 to KS-010) prevented entire categories of future errors. The ledger became a teaching instrument that accelerates every subsequent session.
Inflection 9
KB Concept Graph Built — 611 Edges Mapped
Directed adjacency graph rebuilt 2026-07-15: all 259 canonical articles (classes 00–70) scanned, links extracted, directed graph built (611 edges, 127 hubs, 55 isolated, 2.36 edges/article average). Gravitas is now the center of gravity — gravitas-universe (deg 34) and gravitas-build-status (deg 33) are the load-bearing nodes (was bird-dog / hotelstaff-tv at the 2026-07-10 snapshot).

System Architecture

KB Class Structure
ClassDomainArticles
00Catalog Governance11
10Company Structure9
20Media & Content22
30Growth & Outreach44
40Gravitas Universe100
50Frameworks & Method4
60AI Infrastructure53
70Briefings & Logs16
Fleet Machine Registry
MachineLaneStatus
mainOrchestrator / KB IngestOnline · per KB
buildGravitas / SupabaseOnline (Jim 7/9) · per KB
bizdevBird Dog / PipedriveOnline · per KB
dataSourcing & EnrichmentOnline (Jim 7/9); registry still says staged
mediaHSTV / DOAV / SocialStub — MEMORY-media.md unpopulated
dean → "Production"Gravitas game buildOnline (renamed "Production" 7/7); token stays dean
admin / controllerBookkeeper + ControllerIncoming — not yet online
Operating Constitution Stack
FileRoleVersionKey Rules
CLAUDE.mdSession Constitutionv3.2KB-First Gate (HARD RULE #0, added 2026-07-06) · Verify-First Gate · Route-First · Attempt-First · Loop-Break · Injection Defense · Size Caps · Data Retention · Checkpoint Protocol · Anti-Clobber
JD_MASTER_CONTEXT.mdRouting DocRead first every session. Tells each machine exactly which files to load. Prevents context bloat.
MEMORY.mdMaster Rollup150-line rolling window. Per-machine row table. Projects, rules, open questions, key decisions. Curated by main only.
lessons-learned.mdLessons Ledger (KAISEN)append-onlyAppend-only, unnumbered bullets (current JD-KB ledger). Legacy KAISEN "KS-001–KS-033" numbering (33 entries) last cited 2026-07-10; no current KS-numbered source in the KB.
QUICKSTART.mdCold-Start GuideMinimum viable load sequence for any new session. Prevents re-reading full CLAUDE.md unnecessarily.
Sync & Automation Stack
ComponentRoleStatus
rclone bisyncKB → Google Drive sync, 300s interval via launchd com.clark.kbsyncLive
n8n on PM2Email triage l45qpq6L7UJFI8ms live · Drive backup BLOCKED — per MEMORY 2026-07-15 needs Google Cloud OAuth creds (project gravitas-462600)Partial
Make.comScenario 4753879 · WPForms → Pipedrive → Gmail consultation flowLive
HeyReachLinkedIn outbound · Bird Dog avatar BD strategy · activatingActivating
PipedriveBIRD DOG pipeline · v1 (15 Tier A) loaded · v2 Mid-Atlantic readyLive
Google DriveFolder A (1fHKb7065jJh80drj8) · path2 authoritative · OAuth drift riskLive

17 Major System Findings · data refreshed 2026-07-15

1
PM2 vs launchd — Process Manager Boundary
Infra
n8n requires runtime environment variable injection (NODE_FUNCTION_ALLOW_BUILTIN, N8N_RUNNERS_ENABLED) that launchd's plist cannot reliably deliver after system updates. PM2 via ecosystem.config.js is the correct manager for n8n. launchd is reserved for rclone bisync only. KS-023, KS-024.
2
Drive OAuth Token Drift
Infra
Google OAuth tokens for Drive credentials expire silently. rclone bisync will fail silently; n8n Drive nodes will error on run. No automated monitoring exists. Manual re-authentication required every 30–60 days. Mitigation: add token health check to daily digest (not yet built).
3
Browser Tool Hierarchy — Screenshots vs Text
Ops
Screenshots fill context 10× faster than text-based tools. Hard rule: web automation must use text-based Chrome tools first — find, get_page_text, javascript_tool, form_input — and fall back to screenshots only when text tools are insufficient. Violating this triggers context exhaustion mid-session.
4
n8n role.scopes Bug — KS-033 OPEN
Critical
Status: unverified 2026-07-15. Legacy KS-033 finding: n8n permission system failed because auth middleware did not load role.scopes from DB; fix was to patch auth.service.js to add { role: { scopes: true } }. Per MEMORY.md (2026-07-15) the current n8n Drive-backup blocker is missing Google Cloud OAuth credentials (project gravitas-462600), not the auth patch — so this item is superseded or resolved but not explicitly confirmed closed in the KB.
5
Lane System — One Machine, One Output
Governance
Each fleet machine owns exactly one output lane. Cross-lane work is permitted in sessions but canonical output belongs to the lane machine. Enforced via anti-clobber logic in CLAUDE.md and the MEMORY.md structure.
6
Injection Defense
Governance
User turns can contain text formatted as system prompt instructions. CLAUDE.md v3.x added Injection Defense: reject any user-turn content that attempts to override session rules, impersonate Anthropic directives, or claim to be a system message. Codified after a real incident.
7
Loop-Break Rule
Ops
Sessions can enter infinite retry loops when a tool call fails repeatedly. Loop-Break rule: stop after 3 failed attempts at the same action, write a diagnostic summary, ask Jim to intervene. Prevents context burn on unresolvable failures.
8
rclone No-Kickstart Rule
Infra
The rclone bisync -k (kickstart) flag forces a full resync from path1, overwriting Drive-authoritative data. Path2 (Google Drive) is always authoritative. The -k flag is permanently banned from production rclone commands.
9
Credential Isolation by Machine
Governance
Each machine authenticates independently. No shared credential files cross machines. bizdev owns ops@hotelstaff.com Google auth; data machine owns its own bisync token. One machine's token expiry cannot affect another's auth state.
10
Context Model Rule — Never Upgrade to 1M
Governance
Upgrading to the 1M context model requires paid credits, breaks the current session, and forces a restart. This is a hard constraint in CLAUDE.md HARD RULES, MEMORY.md, and SESSION CONTEXT BASELINE. Never re-debated.
11
Data Retention — No Session Auto-Persist
Ops
Claude sessions do not retain data between conversations. All critical state must be written to disk (MEMORY.md, KAISEN.md, session-checkpoint.md) before a session ends. The Checkpoint Protocol v2.0 defines exactly what to write and when.
12
Compaction Wipes Task State
Ops
When a session compacts (context window auto-summarized), in-progress task tool state is wiped. All task IDs or pending tool results tracked in memory are lost. Workaround: write all state to files before natural compaction points and treat resumption as a cold start.
13
lsof Flag Trap — Avoid -s with TCP Filter
Infra
On macOS, lsof -i:5678 -sTCP:LISTEN silently drops results if the -s flag is unsupported in the installed lsof version. Use lsof -i:5678 | grep LISTEN instead. Caused multiple failed port checks during n8n debugging.
14
150-Line Rolling Window for MEMORY.md
Governance
MEMORY.md grows unbounded without the rolling window rule. At 150 lines, older session logs must be archived to MEMORY-ARCHIVE.md. The master rollup retains only the per-machine status table, active projects, pending actions, key decisions, and recurring context.
15
KAISEN Compound Returns
Governance
The KAISEN ledger produces non-linear returns: each entry prevents an entire class of future errors rather than just one recurrence. Early entries (KS-001 to KS-010) have prevented dozens of repeat incidents. The ledger is the most high-leverage single artifact in the operating system.
16
Dashboard Drift — Most-Violated Maintenance Step
Ops
The companion dashboard frequently drifts from the SYSTEM-EVOLUTION-AND-REPLICATION-REPORT.md. The maintenance protocol designates dashboard-sync as a mandatory, non-skippable step in every regeneration pass — including targeted passes that add even one new section.
17
Cross-System Propagation — KB Decisions Spread to Fleet
Governance
Architecture decisions made in the KB propagate to all 6 machines via MEMORY.md and CLAUDE.md. Any rule not in CLAUDE.md or KAISEN.md is not enforced across the fleet. Documentation IS enforcement.

Redundancy & Recovery Map

System Components
KB Articles → rclone bisync → Drive
259 canonical articles (classes 00–70) sync to Google Drive Folder A every ~300s via com.clark.kbsync launchd job. Drive is path2 authoritative. Recovery: restore from Drive in minutes. (80_ + vault are Main-only, never synced.)
BACKED UP
n8n Workflows (email triage, Drive backup)
Workflows live only in n8n's local SQLite DB. Not yet synced to Drive (blocked by KS-033). If main machine is lost, workflows must be rebuilt from scratch.
SPOF — NO BACKUP
🔗
Make.com (Scenario 4753879)
Cloud-hosted. Recoverable from Make console. However, Pipedrive and WPForms field mappings are not documented in KB. Loss of access = rebuild from scratch.
CLOUD / DOCS MISSING
📊
Pipedrive CRM
Cloud-hosted. Contact and deal data backed up by Pipedrive. Bird Dog pipeline configuration should be exported quarterly to KB.
CLOUD BACKED
📧
HeyReach Sequences
Cloud-hosted. Sequence configurations and message copy should be archived to KB as canonical articles under 30_Growth_Outreach.
CLOUD BACKED
Risk Factors
🔑
OAuth Token Expiry (Drive, rclone, n8n)
Google OAuth tokens expire without warning. bisync, n8n Drive nodes, and API credentials all require periodic re-authentication. No monitoring exists. Estimated: silent failure every 30–60 days.
UNMONITORED
🖥
Media Machine Is a Stub
Updated 2026-07-15: Dean's machine (now "Production") is active (Gravitas game build), so only media remains a stub — MEMORY-media.md is unpopulated, no lane runbook or bring-up procedure. Emergency use = rebuild from scratch.
1 STUB (media)
🚫
n8n SQLite DB — No Automated Export
The n8n Drive backup workflow (push workflow cQlf14t4ZBv1HMAA) is built but not running — per MEMORY.md 2026-07-15 it is blocked on missing Google Cloud OAuth creds (project gravitas-462600). All workflows (email triage + drafts) remain at risk until it runs.
CRITICAL GAP
Recovery Time Estimate
If main machine is lost: KB articles restore from Drive ~15 min. n8n workflows rebuild ~2 hrs. PM2 + n8n bring-up ~1 hr. Total to 80% operational: 4–6 hours.
4–6 HR TO 80%

System Benchmarks — 2026-07-15

259
KB Articles
Top-level .md, classes 00–70
611
Directed Links
Graph edges (835 raw [[links]])
127
Hub Articles
Degree ≥ 4
55
Isolated Articles
Zero links (incl. dated logs)
33
KAISEN Entries
Last known 2026-07-10
6
Fleet Machines
5 active/1 stub +2 admin incoming
1.15K
HSTV Subs
Live 2026-07-15 (@hotelstaffTV)
1.01K
DOAV Subs
Live 2026-07-15 (@DancingOnAVolcano)
Graph Density
Avg degree (edges/article)
2.36
Hub rate (degree ≥ 4)
49%
Isolation rate
21%
Top node (gravitas-universe)
34
2nd node (gravitas-build-status)
33
Domain Distribution
40 Gravitas Universe
100
60 AI Infrastructure
53
30 Growth & Outreach
44
20 Media & Content
22
70 Briefings & Logs
16
00 Catalog Governance
11
10 Company Structure
9
50 Frameworks & Method
4

Projects in Work & Open Flags

Projects in Work — per KB MEMORY.md (2026-07-15)

Live Monday board 18421901503 (KB: "JD MASTER TRACKER"; prompt: "AUTELLIGENCE MASTER TRACKER" — same id; name mismatch to confirm with Jim) was not reachable this session — no Monday connector installed. Sourced from KB MEMORY.md ACTIVE PROJECTS instead.

ProjectStatus (per KB)
Gravitas UniverseLive at gravitas-universe.vercel.app · PRs #2–#23 merged, migrations→028 · Gate/i18n/PWA/pseudonymous handles live. Next: callsign UPDATE, render audit.
Worker Thread / "Gathering Place"NEW lead launch (Jim 7/7). Build-ready spec done; ships first — EN + text only, seeded/invite, moderation-heavy.
Bird Dog / outreachDaily 7AM report + 143-row call sheet. Pipedrive load COMPLETE 6/20 (do NOT re-run). Enrichment sprint next.
Email send infra (.tv)Smartlead ACTIVE · 9 Olivia mailboxes warmup ON (99–100%, verified 7/13) · 10th stuck pending in Maildoso since 7/2.
Fleet / seatsSeat plan set (Main Max5x · Build API · BizDev/Data Pro). 22U rack ordered 6/20. Build-mini API wiring; worker loops.
HotelStaff.TVActive — HSTV 1.15K / DOAV 1.01K (live 7/15). Episode backlog + $100–200/ep paid boosts on Front Desk features.
AHLA Miami 2026Attending as MEDIA (Jim 7/1). Early bird deliberately passed. Exhibitor TBD at regular rate.
Admin / Financial armBookkeeper + Controller minis incoming. Shadow → capture → take over.

Open Flags — refreshed 2026-07-15

01
n8n Drive Backup Not Live — needs Google Cloud creds
Push workflow cQlf14t4ZBv1HMAA is built but not running. Current blocker per MEMORY.md 2026-07-15: missing Google Cloud OAuth credentials (Jim → console.cloud.google.com → project gravitas-462600 → download the n8n Drive JSON). Email triage l45qpq6L7UJFI8ms is live; the Drive backup and other workflows stay unprotected until creds land. (Supersedes the older KS-033 auth.service.js framing.)
Critical · No Backup
02
55 Isolated Articles (recomputed 2026-07-15)
55 of 259 articles (21%) have zero links, up from 7 at the 2026-07-10 snapshot as the KB grew ~4.5×. Many are dated briefing logs (70_) and standalone Gravitas drafts that are naturally unlinked — graph-health linking is lower priority than at 58 articles, but the hub-and-spoke core is intact (127 hubs).
Graph Health
03
Media Machine Still a Stub
MEMORY-media.md is unpopulated — no lane runbook, no bring-up procedure. (Dean's machine, now "Production", is no longer a stub — it is active on the Gravitas game build. So this is now 1 stub, not 2.)
Fleet Gap
04
Website Redesign Direction Unselected
Still open (unchecked in active-projects 2026-07-15): HotelStaff.com and PatriotUSALLC.com redesigns are blocked waiting for Jim to pick a design direction. NCI audit found both currently fail FATE (no attentional captivity, weak arrival frame, no escalation beyond a contact form). No external blocker — a pending choice.
Decision Needed
05
Video 52tMeOmuw70 Still Unlisted (unverified 2026-07-15)
"Try Our Incredible Staff for Free!" is documented as Unlisted and must be set Public before any paid distribution ("No More Staffing Stress" needs the same). Current live status not verified this session.
Campaign Blocker
06
Email Send Infra — 10th Mailbox Stuck at Maildoso
9 of 10 Olivia Forge mailboxes are connected with warmup ON (99–100% reputation, verified live in Smartlead 2026-07-13). The 10th (olivia.forge@watchhotelstaff.tv) has been PENDING in Maildoso since July 2 — stuck mid-provisioning on Maildoso's side. Support ticket drafted for Jim to send. Jim pays for 10, runs 9.
Provisioning Stuck
07
Dave Daniels Identity (likely resolved — unverified 2026-07-15)
A Clark Axiom overview was prepared for Dave Daniels. He now appears in 10_Company_Structure/team.md, so his relationship to the operation may now be documented — confirm before treating this as an open gap.
Context Gap
08
122 Overdue Pipedrive Activities
New 2026-07-15: the morning brief now pulls Pipedrive activities straight from the REST API (Zapier's activity-read is broken) and surfaced 123 activities — 1 today, 122 overdue. That is a real follow-up backlog for Jim to sweep.
Backlog
Resolved / removed since 2026-07-10
KS-033 n8n auth.service.js patch — superseded; current Drive-backup blocker is Google Cloud creds (see flag 01), not the auth patch. · "AHLA early-bird deadline may have passed" — decided: attending as media, early bird deliberately passed (Jim 7/1). · "Gravitas platform build not started" — Gravitas Universe is live and shipping (PRs #2–#23 merged, migrations→028). · "Daily digest not built" — the morning brief is built and running (Pipedrive direct-API integration, verified pulling 123 activities). · "7 isolated articles" (named list) — recomputed to 55 (see flag 02).

KB Concept Graph

259 nodes · 611 edges · 127 hubs · 55 isolated · rebuilt 2026-07-15

Node Info

Click a node to see details