📄️ Quick Start
Install the Lynx CLI, scaffold a project with lynx new, and get a running, extensible Go microservice in minutes.
📄️ Bootstrap Configuration
The Go-Lynx bootstrap configuration layer: application identity, local capabilities that must start first, and the keys read during startup.
📄️ Plugin Management
How the Go-Lynx plugin manager assembles the runtime: typed plugin factory, dependency resolution, lifecycle ordering, and the public TypedPluginManager API.
📄️ Plugin Usage Guide
The code-backed path for integrating any Go-Lynx plugin: module path, config prefix, registration mechanism, and the API you obtain after startup.