Gå til hovedinnhold

Implementation Notes — neokapi Framework

Implementation notes contain tactical details for the neokapi framework (Apache-2.0): SQL schemas, wire protocols, algorithm pseudocode, Go interface signatures, and other reference material. They exist alongside the Architecture Decisions, which describe the design choices; notes describe the implementation.

NoteParent ADContent
Implementing FormatsAD-005Step-by-step guide for new format readers/writers
Skeleton StoreAD-005SkeletonStore binary format, streaming HTML support
Flow Steps FormatAD-006YAML step list, fan-out, script steps
Session-Scoped Tool AuthoringAD-006Guide for writing tools against BlockStore
Plugin ModelAD-007In-process registry contract for plugin binaries
Plugin Bridge ProtocolAD-007gRPC protocol, bridge descriptor
Kapi Project FileAD-008.kapi recipe schema and examples
TM Matching AlgorithmAD-009Tiered matching, TMX mapping
Terminology Data ModelAD-010Go structs, TermBase interface
MCP Tools ReferenceAD-013Tool specs, input/output schemas
Tool & Data Model RationaleAD-006 · AD-002Why stand-off overlays + annotations, a typed consumes/produces IO contract, a uniform unit iterator, and typed source/sink bindings