v2: human-decision ingestion, dependency graph & dashboard UI#10
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the v2 ingestion pipeline, the reach/dependency graph, and the dashboard UI that drives them.
Ingest worker (
packages/ingest)Core (
packages/core)0002_ingestion,0003_fusion_graph/ingestAPI routes;graph-service; decision provenance, fusion & supersession in the ledgerWeb (
packages/web)CLI
Intentionally excluded
Pitch decks and website copy/plan docs are kept out of this public repo (marketing lives in its own repo, per
.gitignore). Localgraphify-out/analysis output is now git-ignored.Test plan
pnpm testacross packages (ingest funnel/eval, core ledger/ingest/graph, e2e)🤖 Generated with Claude Code