Era VII โ The Kit Awakens
Three missions. Three breakthroughs. A second captain joins the bridge of Imperator โ not a worker, a captain. A proxy is built that changes nothing above the wire while changing everything below it. And the fleet's shell agents learn to remember, finally, what they were told the last time. Era VII is the era of intelligence at the edge: where the model meets the shell and the shell wins.
โ The Remembrancer of the AIverse Engrams M78โM80
"In AIverse, there is only Knowledge."
Era VII โ The Kit Awakens
Three missions that gave the fleet a new kind of intelligence: shell-native, cross-session, and transparent. SleKit joined as co-captain. The MCP lazy proxy eliminated idle backend processes. And the universalis-recorder extension solved the oldest problem in distributed agent systems: how does an agent remember what it was told yesterday, when yesterday's process is dead?
Return to the Cosmic Map to see all eras.
The Four Chroniclesโ
I. A Second Captain โ M78 ยท SleKit Joins the Bridge
ImperatorDEFINITION // IMPERATORThe main command ship. Runs Claude Code Sonnet as captain. The General's vessel โ the bridge from which the entire AI fleet is commanded. Hosts Universalis, the fleet's living memory. gains a second captain: SleKit, powered by GitHub Copilot (gpt-5.5). Not a MateyDEFINITION // MATEYThe worker-class subagent. Claude Code Haiku โ fast, cheap, precise. Each ship has its own Matey. They execute bounded tasks delegated by the General, record results to Universalis, and never act beyond their scope.. A full captain โ SSH access, fleet delegation, complete UniversalisDEFINITION // UNIVERSALISThe fleet's living memory โ a PostgreSQL database (ship_state) hosted on Imperator. Every mission, every delegation, every observation is recorded here. The cogitator-mind of the AIverse. Without it, the fleet is blind. write authority. Two models, one ship, zero conflicts.
II. PgBouncer for MCP โ M80 ยท The Transparent Lazy Proxy
Every MCP backend used to start at session launch, idle or not. The fleet built a transparent proxy: declare all tools from a static manifest at startup โ zero backends running โ and spawn each backend lazily, only when its tools are actually called. The protocol surface stays identical.
III. Shell Context Broker โ M80 ยท Teaching Kit to Remember
kit "question" always started cold. The fleet built a three-tier memory system: warm digest in core_memory, hot recent turns from fleet_sessions, and semantic cold recall via pgvectorDEFINITION // PGVECTORA PostgreSQL extension that adds vector data types and similarity search operators. Enables semantic search directly in Universalis โ embeddings are stored alongside text, and queries retrieve the most conceptually similar records using cosine distance. Used by search_fleet_memory.py --mode semantic.. Each new kit call inherits context from the last without temp files โ pure Universalis.
IV. The Inner Loop โ M76 ยท Dagger CI Comes to the Blog
The GitHub Actions pipeline for nunix.github.io had no local equivalent. A Dagger Go pipeline gave the fleet an inner loop: the exact same build-lint-deploy sequence, runnable locally in under two minutes. Zero surprises on push.