Changelog

320releases across 5 months

Every PAPI release, cycle by cycle. Each one pushes back against project drift.

Get started free

March 202618 releases

v0.113.0

  • Drop orphaned sprint-era DB tables (sprints, sprint_tasks, sprint_metrics_snapshots, v_velocity_by_sprint) — taxonomy migration left parallel structures causing data divergence
  • Dashboard sign-up form — self-service user registration
  • Write-path routing decision — MCP proxy vs direct Supabase for dashboard actions
  • Zero-config external user onboarding — hosted proxy as default

v0.112.0

  • Build start/complete flow through dashboard
  • Export sprint reports and metrics to PDF or CSV
  • Generate project CLAUDE.md during setup — give the user's Claude Code session PAPI workflow instructions

v0.111.0

  • Board filter bar UX — add visual grouping and reduce density
  • NorthStar supersede indicator — show previous/replaced NorthStar on dashboard
  • Add command to log bugs to task backlog — bug tasks can be grouped together into a single sprint task

v0.110.0

  • Dashboard attention system — "needs attention" badges on cockpit
  • Add attention strip to cockpit CommandHeader
  • Treat 'In Cycle' status as buildable in dashboard action derivation
  • Remove stale migration path references from llms-install.md
  • Add deleteActiveDecision — allow strategy tools to permanently remove ADs

v0.109.0

  • Data write proxy for external users — route MCP server writes through hosted API instead of direct DATABASE_URL
  • Data write proxy for external users
  • Add Active Decision health audit to zoom-out prompt
  • Exclude supabase/ from tsconfig to fix Vercel build
  • Dashboard overhaul — fix bugs, remove bloat, improve cockpit strategy

v0.108.0

  • Implement hosted API proxy for external PAPI distribution — Supabase Edge Function for prompt serving + remote fetch in MCP server
  • Wire pr-reviewer skill output into review_submit auto_review format — close the auto-review integration gap
  • Auto-update phase status when all phase tasks are Done — eliminate manual phase status tracking

v0.107.0

  • Resolve merge conflict in docs/INDEX.md
  • Remote-hosted prompt architecture — move methodology prompts server-side
  • Distribution architecture: how to let external users access PAPI without exposing codebase or sharing DB

v0.106.0

  • Audit action routes (app/api/actions/) for project ownership verification — may not check project_id belongs to authenticated user

v0.105.2

  • Fix multi-tenant data isolation (Phase 1)
  • Add IDE branch-switch notification note to build output
  • Bump @papi-ai/server to 0.3.1-alpha.0 and update plugin
  • Correct handleBoardDeprioritise test expectations
  • Orient missing 'In Cycle' and 'Ready' tasks in sprint count

v0.105.1

  • Automated code review subagent in review phase — two-layer review before human
  • Research: Hosted backend feasibility — cost model, auth model, data isolation, aggregate learning pipeline for external users
  • Plugin distribution MVP — bundle updated npm server + existing skills + hooks + commands into installable Claude Code plugin
  • Light-ceremony mode for XS/S tasks — allow recording work without full build_execute ceremony (skip handoff generation and branch creation when unnecessary)

v0.105.0

  • Dogfood pipeline v1 — status tracking and planner integration
  • Add progressive context budget to zoom-out tool

v0.104.0

  • Discord server setup for PAPI community
  • Zoom-out session — higher-level retrospective above strategy reviews
  • Board reconcile hierarchy alignment + similarity detection
  • Planner stale task detection + extractAdReferences dedup

v0.103.0

  • Wire context utilisation measurement and persistence
  • Add Vercel Analytics and update Discord link

v0.102.0

  • Progressive context budget for strategy review
  • Instrument time-to-first-value milestones
  • Add decision scores table to Strategy Decisions tab
  • Add dogfood log API endpoint and dashboard display

v0.101.0

  • Dogfood log action pipeline — surface recurring friction as candidate backlog tasks during strategy review
  • Strengthen dogfood friction→task conversion pipeline
  • Write-read round-trip audit — map all data flows
  • Add hierarchy_update MCP tool for stage/horizon status
  • Auto-propagate phase status on task status changes

v0.100.0

  • Add PAPI verification skill — structured cycle health check
  • Add PAPI lifecycle hooks — context recovery, plan guard, release reminder
  • Consolidate Strategy page — 5 tabs to 3

v0.99.0

  • Analytics page overhaul — metric explanations, chart cleanup, tab rename
  • Add dates alongside cycle numbers, rename Lineage to Decision History
  • Replace MCP command names with human-readable text
  • Add project identity header to cockpit
  • Remove /brain page, redirect to /analytics, fix hardcoded slug

v0.98.0

  • Dashboard audit from external user perspective — "sales tool" review
  • Landing page full redesign — 11 sections to 7, community-first
  • Landing page rewrite — update v4 spec for post-research reality
  • FAQ page — 10 essential questions for evaluating PAPI
  • Architecture overview — one-page what-runs-where diagram
  • Build proof-of-concept PAPI plugin — validate plugin distribution end-to-end