Skip to content

enhance: expose element-generation readiness on native knowledge graphs - #5397

Merged
jabbadizzleCode merged 1 commit into
feat/question-generation-uifrom
feat/kb-graph-build-orchestration
Aug 26, 2026
Merged

enhance: expose element-generation readiness on native knowledge graphs#5397
jabbadizzleCode merged 1 commit into
feat/question-generation-uifrom
feat/kb-graph-build-orchestration

Conversation

@jabbadizzleCode

@jabbadizzleCode jabbadizzleCode commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

Exposes whether the canonical native knowledge graph is ready for generated Klicker elements.

  • derives readiness from the existing KBGraphBuild
  • requires a successful build and a complete immutable generation bundle
  • checks the pinned container, build-specific prefix, storage name, bundle digest, graph digest, manifest schema, and manifest coordinate
  • surfaces readiness through the existing knowledge-graph configuration query
  • removes assumptions tied to the superseded parallel graph-version model

Stack

  1. #5383 — native graph-bundle and generation ledger foundation
  2. #5384 — unified Klicker element generation API
  3. #5385 — unified Klicker element generation UI
  4. This PR: enhance: expose element-generation readiness on native knowledge graphs #5397 — native graph readiness for element generation
  5. #5398 — native graph-to-generation handoff

Branch coverage

  • Base: feat/question-generation-ui at 32be128ca
  • Head: 59388a70c
  • Diff: one commit

Verification

  • readiness unit coverage passed for every required native bundle field and status condition
  • GraphQL schema/code generation and TypeScript checks passed
  • final-stack focused verification passed: 162 GraphQL tests and 56 Hatchet KB tests
  • full final-stack production pre-push build passed before branch publication
  • git diff --check origin/v3-ai..HEAD passed

This PR does not add graph correction/version UI or a second graph lifecycle. Richer correction and graph-policy behavior should be designed separately against the native KBGraphBuild model.

No deployment is included.

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (4)
  • main
  • master
  • dev
  • v3

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b219f3c4-c074-4ae3-9c9f-f4fe93ce83b4

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jabbadizzleCode jabbadizzleCode changed the title feat/kb graph build orchestration feat(kb): orchestrate knowledge graph builds Aug 14, 2026
@jabbadizzleCode
jabbadizzleCode force-pushed the feat/kb-graph-build-orchestration branch from 7d81f47 to dc9865b Compare August 17, 2026 18:54
@jabbadizzleCode
jabbadizzleCode force-pushed the feat/kb-graph-build-orchestration branch from dc9865b to bd37faf Compare August 18, 2026 13:02
@jabbadizzleCode
jabbadizzleCode force-pushed the feat/kb-graph-build-orchestration branch 2 times, most recently from dd2237a to 6b0ad43 Compare August 25, 2026 15:29
@jabbadizzleCode
jabbadizzleCode force-pushed the feat/kb-graph-build-orchestration branch from 6b0ad43 to 59388a7 Compare August 26, 2026 15:49
@jabbadizzleCode jabbadizzleCode changed the title feat(kb): orchestrate knowledge graph builds Expose element-generation readiness on native knowledge graphs Aug 26, 2026
@rschlaefli rschlaefli changed the title Expose element-generation readiness on native knowledge graphs enhance: expose element-generation readiness on native knowledge graphs Aug 26, 2026
@rschlaefli
rschlaefli marked this pull request as ready for review August 26, 2026 22:41
@rschlaefli
rschlaefli self-requested a review as a code owner August 26, 2026 22:41
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement labels Aug 26, 2026
@jabbadizzleCode
jabbadizzleCode force-pushed the feat/kb-graph-build-orchestration branch from 59388a7 to 482aa4b Compare August 26, 2026 23:37
@jabbadizzleCode
jabbadizzleCode merged commit f3b8586 into v3-ai Aug 26, 2026
17 of 19 checks passed
@jabbadizzleCode
jabbadizzleCode deleted the feat/kb-graph-build-orchestration branch August 26, 2026 23:41
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement size:L This PR changes 100-499 lines, ignoring generated files.

Development

Successfully merging this pull request may close these issues.

1 participant