Agent guidance for MeshChatX
Notes for automated agents and for people who work like agents.
This tree is not in-app user documentation. End-user docs live under docs/en/.
Start here
- overview.md for architecture, storage, security, env vars, and invariants.
- conventions/reticulum-zen.md before any mesh-facing design or code.
- conventions/ for the surface you are editing.
- A skills/ guide when the task matches that workflow.
- skills/no-ai-slop/SKILL.md before writing or editing prose (docs, UI copy, commit messages longer than a sentence).
Root AGENTS.md points here.
Editor rules (if present under .cursor/rules/):
- Always on: MeshChatX core standards and Reticulum Zen gates
- Globs: backend, frontend, Android, tests
Layout
Skills
Each skill is .agents/skills/<name>/SKILL.md with YAML frontmatter (name matches the directory).
Writing
Copied from realrossmanngroup/no_ai_slop_writing_rules. Load no-ai-slop for every prose pass. Load rossmann-voice only when the user asks for that voice.
| Skill |
Use when |
| no-ai-slop |
Writing or editing prose. Banned patterns and WRONG/RIGHT fixes. Rules: references/rules.md. |
| rossmann-voice |
User asked for Louis Rossmann's voice (claim-then-proof, contractions, testable numbers). |
Reticulum
Philosophy: Zen of Reticulum. Site: reticulum.network.
| Skill |
Use when |
| reticulum-design-gates |
Mesh design review against Zen gates |
| reticulum-stack |
Identities, destination hashes, aspects, announces, paths, links |
| reticulum-interfaces |
Interface config, RNode/TCP/AutoInterface, medium-agnostic app code |
| rns-link-api |
Generic RNS Link WebSocket / plugin transport |
| lxmf-messaging |
LXMF send/receive, stamps, propagation, attachments |
| lxst-telephony |
LXST calls, audio WS, telephony managers |
| rrc-relay-chat |
Relay Chat hubs, rooms, +k keys, moderation |
| rns-filesync |
RNS FileSync shares, announces, sync-root jail |
| nomad-pages |
NomadNet browser, Mesh Server page nodes, Micron |
| privacy-mode-clearnet |
Privacy mode vs outbound HTTP. Mesh traffic stays up. |
UI and wiring
Identity and data
Security and plugins
Platforms and boot
Verification
Product docs (users)
docs/en/architecture.md
docs/en/identity-and-security.md
docs/en/getting-started.md
docs/en/rns-link-api.md
docs/en/platform-guides/linux-sandbox.md
CONTRIBUTING.md