System map
crbro_mapRead and rewrite a neuron's living system map capturing architecture, dependencies, and time-saving pitfalls. Omit content to view, provide content to replace, or empty string to clear.
Instructions
Read or replace a neuron's system map: ONE living document — where the system lives, what serves what, which pieces talk to each other, the traps that cost hours. crbro_inspect view=neuron already returns the map; use crbro_map to read it alone, or to rewrite it. Omit content to read (map:null if none); content replaces the previous version entirely (append-only maps rot); an empty string clears it. Read it before working on a system touched in past sessions; after changing the system rewrite the whole map. Reading never creates a neuron, writing does. Credentials are redacted on write. Atomic facts belong in crbro_learn — the map is the prose around them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain if the neuron has to be created, e.g. "proyectos-web". Ignored when it exists. | |
| neuron | Yes | Neuron id or name, e.g. "project_octochat" or "OctoChat". | |
| content | No | The new map, replacing the old one whole; omit to read. Write the reference you will need next time: paths, ids, what-serves-what, gotchas. An empty string clears the map. |