@papi/adapter-md
Markdown file adapter for PAPI. Reads and writes .papi/ project files — sprint boards, build reports, active decisions, and planning logs.
Overview
This adapter implements the PapiAdapter interface using local markdown files as the storage backend. It's the default adapter for offline/local usage and is bundled into @papi/server.
Installation
npm install @papi/adapter-md
You typically don't need to install this directly — it's bundled into @papi/server at build time. Install separately only if building custom tooling.
Usage
The adapter reads from and writes to a .papi/ directory in your project root:
PRODUCT_BRIEF.md — Project vision and roadmap
SPRINT_BOARD.md — Tasks with status, priority, and build handoffs
BUILD_REPORTS.md — Post-build reports with effort and discoveries
PLANNING_LOG.md — Sprint history and active decisions
REVIEWS.md — Human review records
License
MIT