feat(f257): restore the complete Harness stack - #89
Open
mindfn wants to merge 6 commits into
Open
Conversation
mindfn
marked this pull request as draft
August 10, 2026 07:58
Why: rebuild develop_base from upstream main while preserving the reusable Harness ledger, routing facts, lifecycle tracing, evaluation runtime, and console surfaces without carrying fork-instance configuration or governance overlays. [砚砚/gpt-5.6-sol🐾]
Why: close fresh-context FC-1 by making the merge logic import-safe and continuously testing metadata preservation, insertion, deduplication, and idempotency. [砚砚/gpt-5.6-sol🐾]
Why: the historical F257 snapshot replaced newer origin/main ownership for F266/F267/F278 and left dangling anchors. Rebuild the cell as a union and add a gate that rejects dropped base ownership or missing code anchors. [砚砚/gpt-5.6-sol🐾]
Why: the refreshed upstream cursor tests append messages through the F257-enforced store contract, so every fixture writer must declare explicit author, routing, and observation provenance instead of failing closed at runtime.
Why: latest upstream tests bypass TypeScript and still wrote messages without the F257 provenance contract, causing the refreshed Harness gate to fail closed. Migrate real fixture writers while preserving the intentional missing-provenance regressions, and seed capability-wakeup registry in the live root the adapter reads. [砚砚/gpt-5.6-sol🐾]
Why: the refreshed Harness candidate passed the full test suite but the repository-wide Biome check rejected the provenance parser's import ordering. Apply Biome's deterministic safe ordering without changing runtime behavior. [砚砚/gpt-5.6-sol🐾]
mindfn
force-pushed
the
rebuild/develop-base-harness-only-v2-20260807
branch
from
August 10, 2026 09:16
197c6da to
e17b56f
Compare
Owner
Author
|
Local cross-family review evidence (mechanical transcription): Fable APPROVED the exact stacked candidates PR #89 e17b56f and PR #90 83247eb with 0 P1, 0 P2, and one cosmetic P3. Durable thread verdict message: 0001786355734876-000516-1bd65efb. Current GitHub heads matched both reviewed SHAs at transcription time; both exact-head full gates passed. |
mindfn
marked this pull request as ready for review
August 10, 2026 09:58
mindfn
force-pushed
the
develop_base
branch
2 times, most recently
from
August 12, 2026 03:40
6426e8b to
6d5f5b0
Compare
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.
Purpose
Restore the complete reusable Harness stack on the latest synchronized
develop_base.This is PR 1 of 2. It intentionally excludes Cat Café fork policy, branding, local runtime identity, port/configuration overrides, and cadence overrides. Those remain isolated in PR #90.
Exact provenance
b8449d13d1ccc5f71bb489d560013df1ed7fca6cdevelop_base:b2587dded534ac58e13f5babb3b77f699b84ce2de17b56fda3106a4f864e630e8b5a29ef1b901af8Scope
Risk
Validation
bash ./scripts/pre-merge-check.sh --no-rebase: PASS on exact heade17b56fdain-progress; unfinished F257 work is not claimed completeMerge order
Merge this PR first. PR #90 must then be retargeted to
develop_base, re-read as the 19-file fork-only delta, and merged second.