Developer Guide
Documentation for developers building on top of the PTKRDME ecosystem. Covers the shared library architecture, how to extend with custom sections, and setup instructions for local development.
Two-phase pipeline: project scan detects tech/deps/git, per-section autodetectors populate config, then markdown manager renders the final README.
SQLite database schema. The Project.json field stores the serialised section configuration.
Architecture
Full platform architecture: system overview, end-to-end data flow, auto-detection pipeline, consumer import patterns, database schema, and section system lifecycle.
Custom Sections
Complete guide to adding new section types. Covers data-only sections, sections with autodetection, and full Mustache-rendered sections. Includes registration steps for all three consumers.