CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/nanoclaw-trusted

Rules for trusted NanoClaw groups. Shared memory, session bootstrap, cross-group memory updates. Loaded for trusted and main containers only.

76

Quality

95%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

session-bootstrap.mdrules/

alwaysApply:
Yes

Session bootstrap

When

  • Run at the start of every session, before the user's request.

Action

  • Invoke Skill(skill: "tessl__trusted-memory").
  • Loads group-shared trusted/ memory, weekly logs, and highlights.md.

Sentinel ownership

  • The skill runs needs-bootstrap and register-session itself.
  • Sentinel /tmp/session_bootstrapped stores the current $CLAUDE_SESSION_ID.
  • Re-bootstrap on a missing or mismatched sentinel; skip on a match.
  • Do NOT read or write the sentinel by hand.
  • A hand-written value does NOT satisfy the session-id contract.

Reference

  • Sentinel and state shape: skills/trusted-memory/state-schema.md.

CHANGELOG.md

pyrightconfig.json

README.md

requirements-dev.txt

tile.json