New:Socket for Asana Is Now Available.Learn more
Get Started

@papi-ai/adapter-md

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@papi-ai/adapter-md

PAPI markdown file storage adapter — reads and writes .papi/ project files

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
46
-83.27%
Maintainers
1
Weekly downloads
 
Created
Source

@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

Keywords

papi

FAQs

Package last updated on 29 Jun 2026

Related posts