Skip to content

Dashboard v2, platform APIs, demo automation, and README refresh#1

Merged
askmy-stack merged 8 commits into
mainfrom
feature/dashboard-v2-platform-demo
May 19, 2026
Merged

Dashboard v2, platform APIs, demo automation, and README refresh#1
askmy-stack merged 8 commits into
mainfrom
feature/dashboard-v2-platform-demo

Conversation

@askmy-stack
Copy link
Copy Markdown
Owner

Summary

  • Dashboard v2: Human-centered React UI (Home, Ask, Memory map, For agents, Review, Cortex Guide) with graph/timeline/lineage views.
  • Platform APIs: Graph read routes (/decisions/by-system, /chain, /conflicts), POST /remember, Python SDK, MCP cortex_remember.
  • Connectors: Linear webhook + manual Kafka topic; pipeline consumes linear and manual events.
  • Ops: make demo, CI workflow, migration fixes (V007 fulltext repair), demo/connector docs.
  • README: Updated quickstart (make demo first), dashboard section, accurate roadmap, stale-UI rebuild note.

Test plan

  • uv run pytest tests/ — 228 passed
  • cd frontend && npm run build
  • make demo and verify http://localhost:3000 (Ask + local-dev query)
  • Hard-refresh browser after docker compose build frontend

Made with Cursor

askmy-stack and others added 8 commits May 11, 2026 10:28
- connectors/slack/producer.py: RawEvent normalisation, Kafka publish
- extraction/decision_extractor.py: GPT-4o/Ollama dual-backend, content-hash cache
- shared/models.py: RawEvent, DecisionEvent, Provenance schemas (timezone-aware)
- graph/migrations/: V001-V005 Neo4j schema (constraints, RBAC, temporal edges)
- graph/migrate.py: idempotent migration runner
- 64 tests passing, 0 warnings
Add GitHub and Jira connectors, graph writer, importance and trust scoring, Kafka extraction worker, webhook ingress, memory query layer, MCP server, Dockerfiles, and tests covering the end-to-end path.

Co-authored-by: Cursor <cursoragent@cursor.com>
Implement contradiction detection with Neo4j V006 schema and Kafka alerts,
decay batch job, optional Timescale episodic and Qdrant semantic hooks,
GET /contradictions/pending, Vite React frontend with Docker build args,
and documentation updates (D-013, SESSIONS Session 2, README API table).

Co-authored-by: Cursor <cursoragent@cursor.com>
Redesign the React dashboard for human-friendly Ask/memory-map flows with an in-app guide, add graph read routes and Python SDK, wire Linear and manual remember paths through Kafka, harden migrations and CI, and update README with accurate quickstart and roadmap status.

Co-authored-by: Cursor <cursoragent@cursor.com>
@askmy-stack askmy-stack merged commit 9b726d9 into main May 19, 2026
2 checks passed
@askmy-stack askmy-stack deleted the feature/dashboard-v2-platform-demo branch May 19, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant