Uh oh!
There was an error while loading. Please reload this page.
chore: back-merge main → develop after v0.8.0 promote - #228
Merged
Conversation
develop -> main
main -> Enhance CI coverage and align CLI success metrics with ingestor
main - > Enhance data ingest with flexible input, schema confirmation, and task updates
LukasWodka
approved these changes
Jul 10, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Back-merge
mainintodevelopafter the v0.8.0 promote (#219).mainaccrues promote merge/snapshot commits (#219, #194, #164) that are never indevelop's ancestry, so develop diverges and every futuredevelop→mainpromote PR eventually goes CONFLICTING.maincarries no unique code — only these promote snapshots — so this back-merge is content-only-neutral for develop; it just realigns ancestry so the next promote stays clean.No code changes vs develop; merging this keeps develop == main content-wise going forward.
🤖 Generated with Claude Code
Note
Low Risk
Merge-only with an empty diff relative to develop; no runtime or security impact.
Overview
No application code changes — this PR only merges
mainintodevelopso branch histories match after the v0.8.0 promote.mainhad accumulated promote/snapshot merge commits that were not indevelop's ancestry, which causes futuredevelop→mainpromote PRs to conflict. The back-merge realigns ancestry while keepingdevelopcontent-equivalent to what it already had;mainadds no unique code beyond those promote commits.Reviewed by Cursor Bugbot for commit b7fbdcc. Bugbot is set up for automated code reviews on this repo. Configure here.