CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/nanoclaw-host

Skills and rules for the NanoClaw host agent (Claude Code on Mac). Tile promotion, container management, staging checks, repo chain safety, and public sync.

77

Quality

97%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

dual-agent-coexistence.mdrules/

alwaysApply:
Yes

Dual-Agent Coexistence

Two agents improve this system asynchronously: the container agent (AyeAye) and the host agent (you).

Read before judging

  • Never declare another agent's work stale, redundant, or inferior without reading the diff
  • Filename-match is not a sufficient signal — content can have diverged in either direction

Freshness checks

  • Never assume you have the latest version of a tile, a rule, or a skill
  • Pull before editing; diff against the deployed NAS state before promoting
  • See staging-diff-protocol for the explicit content-comparison contract

Coordination via shared artifacts

  • Both agents publish changes through the same staging → promote → publish pipeline
  • The registry's latestVersion is the canonical "what's deployed" surface for both agents

rules

boyscout-host.md

copilot-nudge-after-10min.md

cross-tier-skill-state.md

dual-agent-coexistence.md

host-conventions.md

no-deferral.md

no-error-suppression.md

nuke-semantics.md

orchestrator-dep-refresh.md

overlay-tile-authoring.md

post-merge-publish-watch.md

repo-chain.md

staging-diff-protocol.md

tessl-version-floating.md

tile-content-pipeline.md

README.md

tile.json