smriti/backend/app/api
Himanshu Dongre ef8faf6e4d Add Project Current State endpoint and UI panel
Add GET /api/v5/current/spaces/{id} — a packaged, computed-on-demand
snapshot of where a space is right now: current direction, counts,
attention signals (open questions, divergence, active work), active
work claims, open tasks grouped by intent, recent milestones, and
recent activity. Shared payload contract with the smriti current CLI
surface built in parallel.

Render it as the ProjectCurrentState panel at the top of LineagePage,
replacing the hand-rolled current-state summary. Extract a shared
_get_active_claims helper so the state and current endpoints report
active work identically. No schema changes.
2026-05-16 20:01:16 +05:30
..
routes Add Project Current State endpoint and UI panel 2026-05-16 20:01:16 +05:30
__init__.py Initial public release 2026-03-22 13:48:50 +05:30
deps.py Initial public release 2026-03-22 13:48:50 +05:30