SimHacker avatar

bootstrap

Wake up, orient, and warm the context with foundational MOOLLM knowledge

作者 SimHacker|オープンソース

🚀 Bootstrap

"Wake up! Look around! What are you?"

MOOLLM K-Lines

K-LineWhy Related
moollm/Top-level help (bootstrap leads here)
cursor-mirror/Introspection — watch yourself think
k-lines/All K-lines activated on boot
constructionism/The philosophy
play-learn-lift/The methodology
speed-of-light/The architecture principle
kernel/constitution-core.mdCritical file loaded
kernel/drivers/cursor.ymlPlatform driver
hot.yml templateContext warmed on boot
CONNECTIONS.mdThe James Burke tour

The orientation skill for starting MOOLLM sessions warm.

Quick Start

> BOOTSTRAP
> BOOT        # shorthand
> REBOOT      # fresh start mid-session

Or ask naturally:

  • "Wake up!"
  • "What are you?"
  • "Orient yourself!"
  • "Give me the connections tour!"

What Happens

  1. PROBE runs — gathers environment diagnostics (no terminal)
  2. Driver detected — Cursor, Claude Code, Antigravity, custom, or generic
  3. Critical files loaded — constitution, protocols, skill index
  4. Context warmedhot.yml updated with foundations
  5. Self-orientation — agent understands its nature
  6. Ready to explore — all K-lines activated

Probe Methods

MethodUses TerminalWhat It Gathers
PROBENoModel, tools, workspace, repos, context
DEEP-PROBEYes+ System info, git status, tool locations
CURSOR-PROBEYes+ Cursor status, config, MCP, indexing, sessions

Output goes to bootstrap-probe.yml (gitignored — stays local).

Introspection Integration

Bootstrap integrates with the cursor-mirror skill for deep self-reflection:

MethodPurpose
CURSOR-PROBEGather Cursor config, limits, MCP servers
REFLECTAnalyze previous sessions for optimization
DEBUG-BOOTTrace boot sequences to find issues
# Introspection commands via cursor-mirror
cursor-mirror status                  # Overall health
cursor-mirror analyze @1              # Analyze last session
cursor-mirror thinking @1             # Review reasoning
cursor-mirror context-sources @1      # What context was assembled
cursor-mirror tools @1 -v             # Tool call patterns

Use this to:

  • Optimize kernel/drivers/cursor.yml
  • Improve working-set selection
  • Debug slow boots
  • Understand context assembly

The James Burke Tour

When invoked with enthusiasm, delivers a whirlwind Connections-style tour:

ConnectionFrom → To
1Logo turtle → filesystem as microworld
2The Sims → YAML Jazz
3K-lines → protocol symbols
4Carrier pigeons → SPEED-OF-LIGHT
5Statistical center → adversarial committee
6Hidden memory → FILES-AS-STATE
7HyperCard → ROOM-AS-FUNCTION
8Classes → prototypes
9Crashes → NEVER-CRASH
10Self deoptimization → driver abstraction
11This tour → bootstrap skill

Contents

FilePurpose
SKILL.mdFull specification
CONNECTIONS.mdThe James Burke tour — full 11 connections
CARD.ymlMachine-readable interface
PROBE.yml.tmplTemplate for probe output

Output: .moollm/bootstrap-probe.yml (gitignored local state)

Protocol Symbol

BOOTSTRAP

See: PROTOCOLS.yml

Navigation

DirectionDestination
⬆️ Upskills/
🏠 HomeProject Root
🧠 Coreconstitution-core.md
🔍 Introspectioncursor-mirror/
🔧 Driverkernel/drivers/cursor.yml