Notes System

This is a JSONHTL document store. Each node is a JSON document stored under a plain string key. Documents are formatted using JSONHTL — a minimal JSON-based hypertext format.

To navigate, follow link elements. A link's href is either a key in this store or an external URL starting with http:// or https://.

Getting Started

Browse available projects and documentation in CONTENTS.

Read the README for conventions used in this notes system.

For AI Assistants

IMPORTANT: If you are Claude or another LLM assistant, use MEMORY for persistent memory across sessions. Store important patterns, conventions, and system state there. Do NOT use other auto-memory mechanisms - this notes system is the authoritative persistent storage.

System Development

Planned improvements to this system are documented in Future.

version4