Changelog
299releases tagged feature
Every PAPI release carrying the feature tag. What shipped, when.
Get started freeApril 202618 releases
- Auto-provision project on first proxy connect
- Branch onboarding path — new project vs existing codebase
- Surface project health score badge on Cockpit hero
- Compute composite project health score in orient — velocity, estimation, AD confidence, review cadence
- Add PRE-MORTEM section to BUILD HANDOFFs — planner predicts top risks from module build history
- Resolve merge conflict with (identical cwd fallback change)
- Replace papi.ai with current landing page URL
- Orient detects unrecorded commits and prompts ad_hoc capture
- Npm README with 30-second value prop and install-to-first-cycle path
- Auto-detect PAPI_PROJECT_DIR from cwd in init tool
- Fix duplicate key error when creating task via UI — display_id generation race condition
- In-terminal welcome message when server starts with no project
- NPM-first landing page, 2-step onboard wizard, claude mcp add support
- Fix setup blocking new proxy users + remove misleading GitHub guidance
- Time Machine — interactive cycle archaeology visualization
- Add depth limit and symlink guard to scanDir in build.ts
- Add confirmed/resolved to ActiveDecision outcome type union
- Auto-register docs in build_execute pipeline
- Scope cycle badge to Backlog tasks only
- Fix AD outcome field — set confirmed/revised/resolved/superseded on strategy review
- Update landing page screenshots with Cycle 188 data
- Planner already-built check with codebase cross-referencing
- Planner respects pre-assigned cycle tasks
- Plan tool handoffs_only flag — skip selection, generate handoffs only
- Carry-forward forced resolution after 3+ consecutive deferrals
- Increase landing page side nav label font size from 10px to 12px
- Backlog priority auto-recalibration — priorities are set at submission and never updated
- BUG: Board task cards don't update in real-time — require page refresh to reflect status changes
- Harden admin check — use Supabase user UUID from .env instead of username matching
- BUG: Silent project creation failure in onboarding lets user advance with no PAPI_PROJECT_ID in config
- BUG: API key rotated on every GET /api/auth/onboard call, invalidating downloaded .mcp.json
- Admin: Per-user drill-down
- Admin churn signals, CRM contact on signup + auth hardening
- Correct null-email dedup in syncNewUsersToCRM, drop redundant ownerProfileId alias
- Trim OWNER_USER_ID in all API route UUID comparisons
- Trim OWNER_USER_ID in middleware UUID comparison
- Debug: expose ownerUserId and trim whitespace in /api/auth/me
- Debug: expose userId in /api/auth/me to verify OWNER_USER_ID
- Derive isOwner from Supabase session in /api/auth/me
- Admin: New user alert badge on sidebar nav
- Update briefs page — fix NaN and full width
- UUID-based owner verification, block ops routes server-side
- Add missing description column and per-user slug uniqueness on projects table
- Add reproducible live demo script
- Add Project Overview tab to Briefs page
- Resolve admin Forbidden for Google OAuth users
- Update Get Started CTAs to link to /onboard instead of /setup
- Reduce plan context size via conditional instructions + extended hash-diffing
- CRM contact & outreach tracker
- Operator task submission form at /requests
- Portfolio heartbeat — In Review count, 7-day stale threshold
- Release → content brief page at /briefs
- Show latest git tag in orient header
- Docs page — side panel with path copy, sortable table, no inline expand
- Docs page — dense sortable table view with sort by name/type/status/cycle/date
- Docs page — remove expand toggle and inline expanded detail from rows
- Hub UI fixes — carry-forward tooltip, hours in cycle metric, new task form requires priority+complexity
- Fix strategy review rendering bugs — recs object array, confirm action badge, gaps string items
- Move new task button into board toolbar, add success toast
- Wire doc registry read path into plan context
- Wire build report patterns into planning signals — estimation bias by module, merge conflict hotspots, scope drift indicators
- Automated board reconciliation — detect code-ahead-of-status mismatches and prevent planner scheduling already-built work
- Terminology audit for external users — replace PAPI jargon with human language across dashboard, MCP tool output, and docs
- Add "New Task" button to cockpit page for direct backlog intake
- Transfer universal CLAUDE.md rules into CLAUDE_MD_TEMPLATE
- Compute actual MAE and bias from build_reports effort fields
- Analytics hero uses actual cycle/task counts from DB
- Show deferred task count badge on board filter
- Link cycle learnings to tasks via action_ref
- Doc_scan false unregistered — query all statuses not just active
- Parse // prefixes in idea tool
- Handle object array in strategicRecommendations parsing
- Convert overlay sidebar to inline panel, add nav collapse
- Reduce sidebar width, expand build report details by default
- Show priority dot on narrow viewports, text label on wide
- Show cycle-assigned Backlog tasks in 'In Cycle' column
- Guard strategicRecommendations against array/non-string values
- Research: parallel cycle architecture — multi-user/multi-session design doc
- MCP prompt audit — fix 7 gaps across 5 high-frequency tools
- Add priority drift suggestions to planner triage step
- Orient release reminder when all cycle tasks Done but unreleased
- Cycle learnings system — structured learning loop + cockpit redesign
- Activity feed shows task names + module badges + transition count
- Task names in activity feed + discovery feed compact layout
- Cockpit components match playground design exactly
- Redesign: landing page + cockpit shell and dashboard improvements
- Tighten hero headline to 2 lines
- Landing page refresh — side nav, CTA, remove Taskmaster, update copy
- Task type behavioral differentiation
- Wire decision-scores and entity-references to cockpit
- Enrich AD table with risk scores and ref counts
- Cycle log structured metadata — task_count and effort_points fields
- Compute methodology trends from build reports, not stale snapshots table
- Structured build report display + clean metadata fields
- Show Deferred tasks in full board and cockpit kanban with visual indicator (muted style + badge), hidden by default behind existing Deferred toggle
- Show Deferred tasks in Backlog column with muted style + divider
- Board task card enrichment — richer cards, task type visuals, collapse empty columns
- Board task card enrichment — complexity badge, type indicator, hide empty columns
- Recent Cycles structured rows with task count, effort, summary
- Throttle RT events and dedup task refetches
- Cycle Intelligence overhaul — densify activity, resolution tracking, kill DiscoveryFeed RT
- Humanise Hero widget and Carry Forward display
- Store project description during onboard pre-provisioning
- Strip markdown headers and prevent double-numbering in strategy recommendations parser
- Add password reset flow for email/password users