Skip to content
@x-mesh

x-mesh

The agent stack, unbundled — environment, harness, context, and the diagnostics for what ships. Read-only by default, recoverable when it is not.

x-mesh

Find out what's actually wrong, without making it worse.

Tools built from one habit carried over from running production systems: limit the blast radius first, then judge on evidence instead of assumption.

Most agent tooling ships the environment, the harness, and the memory as one product. These are the same layers, kept separate — each usable on its own, wired to the others by contract rather than by bundling.


The layers

Five layers. Environment: term-mesh, where agents run. Harness: xm, what gets built and whether it ships. Context: mem-mesh and output-mesh, opt-in, what survives the session. Version control: gk, staying recoverable. Operations: aic, edc, httprove, dbops and x-backup, what broke after it shipped, each used on its own.

Rendered by card from card.json. The repository count in it is measured, not written down.

Layer What it owns
Environment term-mesh Where agents run. A team of them in parallel, each in its own sandboxed worktree, on this Mac or over SSH.
Harness xm What gets built, and whether it ships. Plans grounded in repository evidence, the smallest sufficient change, a cross-vendor panel that gates the result.
Context mem-mesh · output-mesh What survives the session. mem-mesh keeps the decisions that never reach git, resumable work state, and injection that is measured rather than assumed. output-mesh catalogs what the agents actually wrote — every artifact traced back to the session that produced it. Both read-only, both attach at the agent so any environment that runs one picks them up. Opt-in everywhere, required nowhere.
Version control gk Staying recoverable. Reflog-backed undo, time-machine restore, policies as code.
Operations aic · edc · httprove · dbops · x-backup What broke after it shipped. Diagnosis is read-only and stops at the fault; anything that writes needs an explicit flag and offers a dry run first. These do not call each other; each is picked up on its own.

Each layer stands alone. mem-mesh is an MCP server any client can call. edc and httprove are plain CLIs. xm is explicitly built to keep working with no term-mesh in sight.

They connect two different ways. Some edges are contracts in code — xm and term-mesh each hold the other's integration spec, gk hands a finished worktree to xm's gate. Others are opt-in: mem-mesh lives in the agent's own configuration, so it follows the agent into whichever environment launched it. Nothing here requires it. Run term-mesh without it and the agents still work — they just start every session from nothing. Add it and context is covered at both ends: term-mesh watches how full the live window is, mem-mesh keeps what matters when that window resets.

Why it is built this way

From term-mesh, on why an unknown model returns no context limit instead of a default:

A percentage computed against a guessed denominator looks exactly like a measured one.

That is the rule the rest of this follows. Diagnostics stop at the diagnosis. Changes stay recoverable. Nothing reports a number it did not measure.

Also here
  • space-mesh — macOS disk space analyzer. SwiftUI interface, Rust scanning core.
  • headroom — Browser tool for topology authoring and infrastructure constraint analysis. Shows which capacity axis saturates first, in the browser, calculations kept local.
  • clear-korean — Instruction set that makes AI answer in short, precise Korean.
  • homebrew-tap — brew tap x-mesh/tap

Read-only by default. Recoverable when it is not.

Pinned Loading

  1. xm xm Public

    Plugin toolkit for Claude Code — grounds plans in repository evidence, gates the result before it merges

    JavaScript

  2. mem-mesh mem-mesh Public

    Persistent memory for AI agents — hybrid vector + FTS5 search

    Python

  3. edc edc Public

    everyday carry for SE and SRE — a read-only network and system diagnostic CLI for Linux and macOS

    Go

  4. aic aic Public

    Terminal LLM assistant — shell-error analysis and an SRE agent that runs bounded, read-only diagnostics

    Rust

  5. httprove httprove Public

    HTTP(S) diagnostics for SREs — per-phase latency waterfall, TLS/chain inspection, health verdict, per-backend fanout, continuous probing, TUI

    Rust

  6. term-mesh term-mesh Public

    AI agent control plane for macOS — parallel agents, each in its own sandboxed worktree, local or over SSH

    Swift

Repositories

Showing 10 of 17 repositories

Top languages

Loading…

Most used topics

Loading…