Known Issues & Feature Status (v0.8.5)

Version: 0.8.5 Last Updated: January 27, 2026 Status: MUX Complete (Accessibility & Polish)


✅ What Works (Production Ready)

These features have been tested, completed, and are ready for alpha testing:

Core Infrastructure

User Management

Security & Audit

Database & Persistence

File Operations

Development Quality

UX Polish (Sprint A7)

User Interface (Nov 22-23, 2025)

Security & Access Control (Nov 21-23, 2025)


🗣️ Chat Capabilities (Canonical Query Status)

Reference: Canonical Query Test Matrix Last Verified: December 24, 2025 (240 unit tests passing)

Piper understands 25 canonical queries across 5 categories. Here’s what actually works:

Summary: 19/25 PASS (76%), 1 PARTIAL, 5 NOT IMPL

Category Status Coverage
Identity (1-5) 100% 5/5 PASS
Temporal (6-10) 100% 5/5 PASS
Spatial (11-15) ✅ 80% 4/5 PASS, 1 NOT IMPL
Capability (16-20) 100% 5/5 PASS
Predictive (21-25) ⚠️ 20% 1 PARTIAL, 4 NOT IMPL

What Works in Chat (19 queries)

Identity Queries (all 5 work): | Query | Example | Status | |——-|———|——–| | Name/role | “What’s your name?” | ✅ Works | | Capabilities | “What can you do?” | ✅ Dynamic list from PluginRegistry | | Health check | “Are you working properly?” | ✅ Checks database + integrations | | Help/onboarding | “How do I get help?” | ✅ Returns resources + examples | | Differentiation | “What makes you different?” | ✅ Unique features + positioning |

Temporal Queries (all 5 work): | Query | Example | Status | |——-|———|——–| | Date/time | “What day is it?” | ✅ With calendar context | | Retrospective | “What did we accomplish yesterday?” | ✅ Completed todos from yesterday | | Agenda | “What’s on the agenda today?” | ✅ Calendar + todos + priorities | | Last activity | “When did we last work on this?” | ✅ GitHub activity lookup | | Duration | “How long have we been working on this?” | ✅ Project duration calculation |

Spatial Queries (4 of 5 work): | Query | Example | Status | |——-|———|——–| | Project list | “What projects are we working on?” | ✅ With GitHub metadata | | Landscape | “Show me the project landscape” | ✅ Health status grouping | | Priority | “Which project should I focus on?” | ✅ Smart recommendations | | Project status | “What’s the status of [project]?” | ✅ Detailed with issues | | Lifecycle | “Where are we in the project lifecycle?” | ❌ Not implemented |

Capability Queries (all 5 work): | Query | Example | Status | |——-|———|——–| | GitHub issues | “Create a GitHub issue about X” | ✅ Uses defaults from PIPER.md | | Project list | “List all my projects” | ✅ Routes to spatial handler | | Status report | “Give me a status report” | ✅ Aggregated health + todos | | Document analysis | “Analyze this document” | ✅ Via Notion (Issue #515) | | Document search | “Search for X in our documents” | ✅ Via Notion (Issue #516) |

What’s Partially Implemented (1 query)

Query Example Current Behavior
Focus guidance “What should I focus on today?” Returns time-based advice (no calendar integration yet)

What’s Not Yet Implemented (5 queries)

These return a graceful fallback message (no errors):

Query Example Reason
Lifecycle detection “Where are we in the project lifecycle?” Needs workflow state tracking (may remove from canonical list)
Pattern recognition “What patterns do you see?” Future v1.1 feature
Risk analysis “What risks should I be aware of?” Future v1.1 feature
Opportunity detection “What opportunities should I pursue?” Future v1.1 feature
Milestone tracking “What’s the next milestone?” Future v1.1 feature

For detailed testing: See Canonical Query Test Matrix

Related Issues (all resolved Dec 21-24, 2025):


⚠️ Known Issues

Minor Issues (Non-Blocking)

Cosmetic Issues (Low Priority):

Features with Placeholder Pages:

All P0/P1 issues resolved as of November 23, 2025:

Note: This is alpha software. New issues may be discovered during testing.


🚧 Experimental / Needs Testing

These features exist but need more alpha testing validation:

Learning System

Integrations (Updated in 0.8.3)

Now with OAuth and Health Dashboard!

Interactive Standup Assistant (New in 0.8.3.2)


📋 Planned for Beta (0.9.0)

Features not yet implemented or incomplete:

[PM: Please populate based on roadmap]

High Priority

Medium Priority

Nice to Have


🐛 How to Report Issues

If You Find a Bug

  1. Check this list first - Is it already known?
  2. Gather context:
    python main.py status > status.txt
    
  3. Create detailed report:
    WHAT I TRIED: [specific action]
    WHAT EXPECTED: [expected result]
    WHAT HAPPENED: [actual result]
    ERROR MESSAGE: [if any]
    SYSTEM STATUS: [attach status.txt]
    

Reporting Channels


📊 Feature Completeness Matrix

Feature Category Status Alpha Ready? Notes
Setup Wizard ✅ Complete Yes With Notion support (0.8.3)
Integration Dashboard ✅ Complete Yes Health status + testing (0.8.3)
OAuth Connections ✅ Complete Yes Slack + Calendar (0.8.3)
User Management ✅ Complete Yes UUID-based IDs (#262)
Authentication ✅ Complete Yes JWT + bcrypt + blacklist
Password Security ✅ Complete Yes Bcrypt 12 rounds (#297)
API Keys ✅ Complete Yes Multi-provider
File Upload ✅ Complete Yes 10MB, 5 formats
Document Processing ✅ Complete Yes LLM-powered analysis
Audit Logging ✅ Complete Yes Comprehensive
Boundary Enforcement ✅ Complete Yes Ethics layer
Knowledge Graph ✅ Complete Yes With boundaries
Learning System 🚧 Experimental Partial Needs validation
Integrations ✅ Complete Yes OAuth + health dashboard (0.8.3)
Interactive Standup ✅ Complete Yes Epic #242 complete (0.8.3.2)
Lists Management ✅ Complete Yes CRUD + sharing (Issue #376)
Todos Management ✅ Complete Yes CRUD + sharing (Issue #376)
Projects Management ✅ Complete Yes CRUD + sharing (Issue #376)
Files Management ✅ Complete Yes Upload/download/delete (Issue #379)
Permission System ✅ Complete Yes RBAC + sharing + conversational
SEC-RBAC ✅ Complete Yes Phase 1 owner_id validation
Logout Functionality ✅ Complete Yes Issue #379-14 fixed
Navigation Polish ✅ Complete Yes 14 QA issues fixed

🎯 Alpha Testing Goals

What we’re specifically trying to validate:

  1. Setup Experience: Is the wizard intuitive? Any confusing steps?
  2. Preference System: Do the 5 dimensions make sense? Any missing?
  3. Daily Usage: What workflows feel natural? What’s clunky?
  4. Performance: Is it fast enough? Any lag or delays?
  5. Reliability: Does it crash? Lose data? Behave unpredictably?
  6. Value: Does it actually help with PM work? Or just overhead?

📝 Notes for Alpha Testers

What to Focus On:

What to Ignore:

What to Report:


🔄 Update Frequency

This document will be updated:


See Also


Last Updated: January 8, 2026 Status: Stable core (setup, login, chat, interactive standup ready - 76% canonical query coverage) Software Version: 0.8.4