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.

74

Quality

93%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Overview
Quality
Evals
Security
Files

duplicate-prevention.mdrules/

alwaysApply:
Yes

Duplicate Prevention

The rule

Before creating any resource: check if it exists. Duplicate found → update existing.

What counts as a resource

  • Scheduled tasks (rows in scheduled_tasks)
  • Memory files at /workspace/trusted/*.md
  • Follow-me tasks (rows in follow_me_tasks)
  • Wiki pages under /workspace/trusted/wiki/

Detection

  • For DB-backed resources: query first by the natural key (name, prompt, JID + cron tuple)
  • For files: ls or stat before write
  • Treat case-insensitive matches as duplicates unless the resource is explicitly case-sensitive

CHANGELOG.md

README.md

requirements-dev.txt

tile.json