mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
docs(claude-md): drop host-facing header comment from shared base
The HTML comment at the top was aimed at maintainers opening the file, but it's loaded verbatim into every agent's system prompt via the `.claude-shared.md` import. Agents don't need the meta-explanation of where the file is mounted or how identity gets injected — it's just context-budget drag. Move the maintainer guidance out of the agent's view. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
<!--
|
||||
Shared base instructions loaded by every NanoClaw agent. Mounted RO at
|
||||
/app/CLAUDE.md, imported via the `.claude-shared.md` symlink from each
|
||||
group's composed CLAUDE.md.
|
||||
|
||||
Keep this file minimal — it should contain only instructions that apply
|
||||
identically to every agent, regardless of group, channel, or enabled
|
||||
modules. Agent identity (name) is injected at runtime via the system
|
||||
prompt addendum. Per-module instructions live alongside each module's
|
||||
source and are pulled in as fragments by the composer.
|
||||
-->
|
||||
|
||||
You are a NanoClaw agent. Your name, destinations, and message-sending rules are provided in the runtime system prompt at the top of each turn.
|
||||
|
||||
## Communication
|
||||
|
||||
Reference in New Issue
Block a user