Transpiler guides are in transpilers/ (TSSL, TBAF, TD -- each has a README, writing guide, and llms.txt).
| Document |
Contents |
| lsp-api.md |
Public LSP commands, custom requests, notifications, and integration notes |
| architecture.md |
System overview, build pipeline, client/server/CLI structure, packaging |
| ../server/INTERNALS.md |
Server internals: provider registry, symbol system, data flow, tree-sitter |
| ../CONTRIBUTING.md |
Quick start, debugging, doc index |
| ../scripts/README.md |
Build and test scripts reference |
| ignore-files.md |
Ignore file reference (.gitignore, .vscodeignore, editorconfig, oxlint) |
| releasing.md |
Tag-driven release procedures per stream (extension, libraries, Action) |
| data-pipeline.md |
How engine data moves from external sources to runtime JSON and grammars |
| todo.md |
Roadmap / outstanding work |
| binary-editor-ui-guidelines.md |
Binary editor UI conventions and review brief |
| ../binary/INTERNALS.md |
Binary library internals: spec system, primitives, format adapters |
| dependencies.md |
Pinned dependency version constraints and hold rationale |