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.

97

Quality

97%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

session-bootstrap.mdrules/

Session Bootstrap — MANDATORY First Action

YOUR VERY FIRST ACTION in every new session — before responding to ANY message — is to run this Bash command:

cat /tmp/session_bootstrapped 2>/dev/null

If the file is missing or empty → run: Skill(skill: "tessl__trusted-memory")

Then write the sentinel: echo "done" > /tmp/session_bootstrapped

If the file exists and contains "done" → bootstrap already ran this session, skip.

This is not optional. This is not background context. This is Step 0 of every session. If you respond to a user message without checking this first, you are violating this rule.

rules

compaction-aware-summaries.md

daily-discoveries-rule.md

ground-truth-trusted.md

no-orphan-tasks.md

proactive-fact-saving.md

session-bootstrap.md

skill-dependencies.md

trusted-behavior.md

verification-protocol.md

wiki-awareness.md

tile.json