Skip to content

v2: human-decision ingestion, dependency graph & dashboard UI#10

Merged
naman7474 merged 2 commits into
mainfrom
feat/v2-ingestion-graph-ui
Jul 4, 2026
Merged

v2: human-decision ingestion, dependency graph & dashboard UI#10
naman7474 merged 2 commits into
mainfrom
feat/v2-ingestion-graph-ui

Conversation

@naman7474

Copy link
Copy Markdown
Collaborator

What

Adds the v2 ingestion pipeline, the reach/dependency graph, and the dashboard UI that drives them.

Ingest worker (packages/ingest)

  • Composio connectors: Slack, Jira, Notion, Confluence (plus Stub/Nango)
  • Distillation funnel: keyword prefilter → recall check → structured extract → rubric → gate → scope, carrying verbatim evidence
  • Golden-set eval harness with a CI recall floor

Core (packages/core)

  • Migrations: 0002_ingestion, 0003_fusion_graph
  • /ingest API routes; graph-service; decision provenance, fusion & supersession in the ledger

Web (packages/web)

  • Dashboard pages: connections, review queue, search, graph, notifications

CLI

  • Updated agent skill / templates

Intentionally excluded

Pitch decks and website copy/plan docs are kept out of this public repo (marketing lives in its own repo, per .gitignore). Local graphify-out/ analysis output is now git-ignored.

Test plan

  • pnpm test across packages (ingest funnel/eval, core ledger/ingest/graph, e2e)
  • Manual: connect a Slack source → distill → review queue → lock → session briefing

🤖 Generated with Claude Code

naman7474 and others added 2 commits July 4, 2026 14:30
Human-decision ingestion, the reach/dependency graph, and the dashboard
that drives them.

- ingest worker (packages/ingest): Composio connectors for Slack/Jira/
  Notion/Confluence + LLM distillation funnel (recall -> extract -> rubric
  -> gate -> scope) with verbatim evidence, plus a golden-set eval harness
- core: ingestion + fusion-graph migrations, /ingest API routes,
  graph-service, and decision provenance/fusion + supersession in the ledger
- web: dashboard pages for connections, review queue, search, graph,
  notifications
- cli: updated agent skill/templates

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The @lockstep/core DB-touching tests parse DATABASE_URL at boot and run
against a real Postgres (Drizzle migrations + RLS). CI had no database, so
all 7 failed at env-parse. Add a postgres:16 service, set DATABASE_URL and
LOCKSTEP_INGEST_TOKEN, and run `db:migrate` before the test step.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@naman7474 naman7474 merged commit b4d5d35 into main Jul 4, 2026
2 checks passed
@naman7474 naman7474 deleted the feat/v2-ingestion-graph-ui branch July 4, 2026 16:04
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