Skip to content

Pulse dashboard: /projects page missing (API exists, no page.tsx) #1668

Description

@rogdex24

The Pulse Observability dashboard has a working backend route for projects (/api/projects returns 200, reading from USER/PROJECTS.md), but there's no corresponding frontend page — visiting /projects in the dashboard returns 404.

Every other dashboard section has both the API route and a page: agents, air, amber, arbol, assets, assistant, books, bunker, business, conduit, content, docs, finances, growth, health, hooks, hypotheses, knowledge, life, local, memory, performance, skills, system, telos, usage, workprojects is the one gap.

Verified independently: app/projects/ doesn't exist under LIFEOS/PULSE/Observability/src/app/, while /api/projects does work and returns real data ({"count":1,"source":"USER/PROJECTS.md",...}).

Minor, not urgent — just flagging so it's tracked. A page.tsx modeled on one of the simpler existing pages (e.g. health or usage) rendering the existing API response would close this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions