docs(readme): complete HT Fork Changes inventory with per-change justifications#106
Merged
Merged
Conversation
…ifications Every downstream change now carries a Why column — the reason it exists on ht — and the section states the audit rule: a change we can no longer justify gets dropped at the next upstream sync. New coverage (previously undocumented): D=512 FA vec kernels, server table (heierchat/router glue, ctx-checkpoint byte cap, --api-prefix public endpoints, Responses incomplete status, logprobs partial-sort, fit-params byte plan, router hardening, termd, log-noise fixes), scripts & validation (DFlash bench suite, Pascal P5200 recipe, downstream test coverage), and the full Build/CI delta (trigger strips, runner re-targeting, fork meta).
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.
Markus asked that the delta on top of upstream master be documented and justified. The README's
HT Fork Changessection (from #96) covered the headline features; this completes it.--api-prefixpublic endpoints (fix(server): public endpoints stay public when --api-prefix is set #87), Responses incomplete status (fix(server): Responses API emits incomplete status on truncation (#19) #82), logprobs partial-sort (perf: D=512 quantized-KV FA vec kernels (gated gqa_ratio<=4) + server logprobs partial-sort #102), fit-params byte plan (feat(fit): expose per-device byte plan from common_fit_params (#66 step 1) #69/feat(fit-params): --fit-print-plan emits per-device byte plan as JSON (#66 step 2 prep) #72), router hardening (fix(server): portable exit-code on subprocess-alive=false path (windows build break) #64/fix(server): guard two mapping[] accesses against silent default-insert #77/fix(server): clean up orphaned results when removing batch of task ids #83), termd, log-noise fixes (chore(server): quiet benign Gemma4-Assistant memory-probe warning on MTP load #94).Cross-checked against the actual delta:
git log $(git merge-base origin/ht upstream/master)..origin/ht— 35 commits, all represented (docs-correction commits folded into 'Fork meta'/feature rows).Audit verdict: nothing in the current delta is unjustifiable. The two weakest entries are flagged honestly in-table: TurboQ KV (experimental, no deployment consumer) and the Gemma4 MTP vendor (explicitly temporary, retires on upstream merge).