Local-agent review window

    build, deposit, review

    Your agent writes; you read.

    Data lives inyour own disk
    Server uploadsnone

    Local-agent review window

    Maker Asset Review

    Weekly maker asset snapshot → metric tiles, health checks, copy-paste Markdown work report.

    Local-agent review window

    Plugin Governance

    Your agent compiles WASM plugins and pushes them to this browser's registry; you click activate / rollback. Takes effect in this browser's ESPCTL MCP + Build Lab.

    Local-agent review window

    Local preferences

    Dispatch to your own sink (default: off + empty). Paste a maker asset snapshot — the fallback when chrome-mcp is not wired up.

    Prerequisite

    Three steps to wire up your local agent

    Install espctl CLI

    Then run this once to lay out the asset folder.

    $espctl deposit init

    Install chrome or playwright MCP

    So your agent can talk to the browser.

    $npx -y chrome-devtools-mcp@latest

    Each review, the agent pushes fresh data

    Re-aggregates this week's asset and sends it to this browser.

    $espctl deposit list --since <Monday> --until <today> --json

    Source of truth vs view layer

    Where the source of truth lives

    Your asset lives on your own disk — ~/maker-assets/.

    Each triple is written and signed by espctl deposit add; backups are on you.

    The browser is just a view layer. Clearing the cache, switching browsers, or switching devices does not touch the asset.

    ~/maker-assets/triples/
    $ls ~/maker-assets/triples/esp32s3-elrs-fpv-v0.1/
    esp32c3-zigbee-switch-v0.3/
    esp32s3-camera-onnx-v0.2/
    stm32g431-rust-blink-v0.1/
    esp32s3-spiffe-edge-v0.4/

    Maker Asset Review

    Weekly maker data assets and the work-report generator.

    Open surface

    Plugin Governance

    Operate publish, activation, rollback, and policy checks.

    Open surface

    Local preferences

    Tune dispatch, paste a snapshot.

    Open surface