Software
The code: nOSh runtime, cartridges (and how to author them), and the API reference for everything cartridges and tooling touch.
Reader: Anyone implementing the runtime, writing cartridges, or building tools against the platform.
Runtime — nOSh The nOSh runtime: orchestration, mission board FSM, phase chain, CIPHER voice, input dispatch, bare-deck terminal.
Cartridges — Authoring How to write a cartridge: capability model, Lisp paradigm, UI patterns, screen rules, campaign economy, clip system.
API Reference — Fe Lisp Fe VM language reference, built-ins, memory model, performance benchmarks.
API Reference — NoshAPI The 54 NoshAPI FFI primitives cartridges call, by category. Versioning rules. Sole interface a cartridge has to the device.
API Reference — Grammars Wire formats: cartridge format, coprocessor protocol, CIPHER-LINE voice grammar, clip format, character set + font.
API Reference — Editor Tools Player-facing programming surfaces: nEmacs structural editor, REPL, token prediction.
Related
Section titled “Related”- Device → OS — the system layer that the runtime is launched from.
- Architecture Decisions — every architectural decision (esp. ADR-0001 Lisp authoring, ADR-0004 Fe VM, ADR-0005 NoshAPI, ADR-0006 cart format).