Changelog

388releases across 7 months

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

Get started free

March 202618 releases

v0.125.1

  • Internal improvements and maintenance.

v0.125.0

  • Add Strict-Transport-Security header to next.config.ts

v0.124.0

  • Data proxy: per-user API keys with project ownership verification
  • Scope onboard endpoint to prevent cross-user project enumeration and claiming races
  • Remove hardcoded project UUIDs from brain-supabase.ts
  • Create waitlist_signups migration (table has no migration, was created manually)
  • Cockpit shows 'Released' instead of 'ready for release' for completed cycles
  • Security: restrict admin telemetry to owner-only, not any authenticated user
  • Allow authenticated dashboard sessions to access admin telemetry

v0.123.0

  • Add missing NOT NULL fields to dashboard createBuildReport
  • Cascade user_id on project claim + fix ensure-schema gaps
  • Board empty states, hide filters when empty, remove CLI jargon

v0.122.0

  • Security: remove user_id IS NULL fallback — strict user isolation
  • Data isolation — scope DB queries by user_id + onboarding gate
  • Security: restrict OAuth login to allowlisted GitHub accounts

v0.121.0

  • Security: strip x-papi-* headers from incoming requests to prevent spoofing
  • Unify API route auth to support GitHub OAuth sessions
  • Revert "Revert "fix: guard ProjectProvider against non-array API responses""
  • Revert "fix: guard ProjectProvider against non-array API responses"
  • Guard ProjectProvider against non-array API responses
  • Use correct theme tokens in admin page — fixes production render
  • Add Admin link to dashboard navigation under More menu
  • Add funnel analytics tracking to landing and setup pages
  • Configure dogfood logging for external users during setup
  • MCP telemetry infrastructure — track tool calls, projects, milestones

v0.120.0

  • Landing page: CTA hierarchy, scroll incentive, social proof with real numbers
  • Landing page CTA hierarchy, scroll incentive, social proof
  • Mobile responsive pass: fix critical breakage on cockpit, board, and analytics
  • Mobile responsive pass — cockpit, board, analytics

v0.119.0

  • Delta-only discovery canvas in strategy review
  • Summarise completed tasks by module in strategy review
  • Compact previous strategy reviews to summary + top recommendation
  • Exclude deferred tasks from strategy review context
  • Fetch 5 human reviews instead of 20 in strategy review

v0.118.0

  • Strip AD body text in strategy review context
  • Release tag version derived from task cycle, not health.totalCycles
  • Skip .papi commit in review_submit when directory doesn't exist
  • Review_submit handles uncommitted changes before branch switch
  • Ad_hoc no longer marks tasks Done when passed a task_id
  • PgBouncer prepare:false fix + strategy review query parallelization

v0.117.1

  • CycleHero layout — flex instead of grid for even stat distribution
  • Single-row grid layout — stats beside headline with divider
  • Segmented ring — shows Done/InReview/InProgress progress
  • Ring visibility — brighter track, done/total counter
  • Stats strip redesign — full-width grid with large numbers
  • Address review feedback — consolidate hero pane
  • Analytics reframe: kill metrics wall, add headline insight, make velocity chart the hero
  • Analytics reframe — velocity chart hero + headline insight + kill metrics wall
  • Update stale sprint_number/sprint_range column refs to cycle_number/cycle_range
  • Cockpit redesign: Cycle Ring hero + headline insight + progressive disclosure
  • Cockpit redesign — Cycle Ring hero + headline insight + progressive disclosure
  • Revert: restore cockpit to pre-redesign state
  • Address cockpit review feedback — 6 fixes
  • Cockpit redesign — Cycle Ring hero, stats bar, progressive disclosure

v0.117.0

  • Add XS to effort/complexity taxonomy
  • Bootstrap-project skill prefers local PAPI build

v0.116.0

  • Clean up .papi/ references in user-facing strings for PG adapter
  • Make error messages adapter-aware for PG users
  • Rename sprint_number to cycle_number in MCP tool schemas
  • Surface schema creation errors instead of silent swallow
  • Remove duplicate column definitions in ensure-schema.ts
  • Remove artificial effort budget floor from cycle sizing

v0.115.0

  • Add project frame + dogfood log to bootstrap-project skill
  • Add bootstrap CLAUDE.md to /bootstrap-project skill
  • Add /bootstrap-project skill for rapid client project setup
  • Complete sprint→cycle DB column rename (migration + adapter)

v0.114.0

  • Codebase sprint→cycle rename — 1,753 references across 108 files still use old taxonomy

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