🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@papi-ai/adapter-md

Package Overview
Dependencies
Maintainers
1
Versions
7
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

alpha
latest
Source
npmnpm
Version
0.2.4
Version published
Maintainers
1
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 30 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts