refactor(core): tail migrations — gemini, kimicode, pi/omp (phase 8, batch 2) - #831
Merged
Conversation
The seeded 'today' session used a fixed noon timestamp; under the suite's TZ=UTC pin any run between 00:00 and ~12:30 UTC placed it in the future, so the provider-filtered durable path (today-range ends at now) dropped it and the parity assertion failed. Seed timestamps proportionally between start-of-today and now so they are always today and always in the past.
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.
Phase 8 tail batch 2 (tracking #809): migrates the gemini, kimicode, and pi/omp providers' pure decode/detect logic into `@codeburn/core`, with the CLI keeping all I/O and bridging.
Follows the two-tier tail protocol: cheap-model drafts, then arm-by-arm decode diff against the pre-migration originals with goldens anchored to original behavior (full-object pins). Two-author adjudication completed.
Also includes:
Gates run in the worktree after the merge:
Completes the simple tier at 14/15 (mistral-vibe deferred to the judgment tier).