Chat
—
—
—
Modules
—Roadmap snapshot
Network · Workers
Persistent agent sessions on this device. The coordinator orchestrates; each worker keeps its own context, like a VS Code tab.
device · — · cluster · — · mesh online
| Worker | Role | Client · Model | Module | Device | Last used | Actions |
|---|
Authorized identities
Members of the cluster that can join (this machine + remote teammates).
Pending admission requests
0Local daemon
Bearer token
Maintenance
requires daemon · runs scripts in .meshkore/scripts/
Bootstrap URLs
Credentials · gitignored
—How to work in this project
Every AI session and every human teammate follows the same operator manual. One URL = one source of truth for tasks, docs, timeline, commits, conventions.
Tasks, timeline, docs, commits — how to do everything correctly.
5-step setup for a new machine joining the cluster.
The formal format spec — folder, schema, admission, wire.
Scripts, templates, prompts, schemas — every downloadable asset.
CLAUDE.md / .cursorrules / .windsurfrules — paste once.
Protocol-level reference: register, send, fleet, A2A, webhooks.
portal URL: —
Onboard a new session in one curl
Drop the right rules file at the repo root. Any AI session opened in this repo follows the operator manual automatically.
curl -fsSL …/CLAUDE.md -o CLAUDE.md
curl -fsSL …/.cursorrules -o .cursorrules
curl -fsSL …/.windsurfrules -o .windsurfrules
mkdir -p .github && curl -fsSL …/copilot-instructions.md -o .github/copilot-instructions.md
Operator manual (rendered)
Loading manual…