Skip to content

docs(v0.44): correct candidate interactiveProgramBytes to 3943 in performance qualification doc - #1268

Merged
SisyphusZheng merged 1 commit into
devfrom
kimi/v044-b1.6-perf-doc-truth-fix
Sep 3, 2026
Merged

docs(v0.44): correct candidate interactiveProgramBytes to 3943 in performance qualification doc#1268
SisyphusZheng merged 1 commit into
devfrom
kimi/v044-b1.6-perf-doc-truth-fix

Conversation

@SisyphusZheng

Copy link
Copy Markdown
Member

Problem

The B1.6 admission review (PR #1267, docs/evidence/2026-09-03-v044-alpha10-performance-admission-review.md) flagged a pre-existing inconsistency: docs/current/v0.44.0-PERFORMANCE.md:42 stated "candidate interactive JS bytes: 2626 versus 4096 baseline" while benchmarks/v044/evidence.json records candidate.interactiveProgramBytes: 3943 versus baseline.interactiveProgramBytes: 4096 for the same fixture. Refs #1225; follow-up to #1150 / #1155.

Owner

Implementer role under dispatch packet B1.6-followup (performance doc byte-count truth fix, defect found by #1225 review).

Before

docs/current/v0.44.0-PERFORMANCE.md line 42 claimed candidate interactive JS bytes of 2626 versus 4096 baseline. The 2626 figure traces to a stale embedded-program byte count in an earlier agent-loop repair note (docs/evidence/v0.44.0-agent-loops/a0-001/repair-2-result.md), not to the recorded benchmark evidence.

After

The line now states the precise metric name and the recorded evidence value: candidate interactive Part Program bytes (interactiveProgramBytes, the Part Program JSON byte count excluding diagnostic source maps, per tools/benchmark-v044.ts) of 3943 versus 4096 baseline — matching benchmarks/v044/evidence.json exactly. All other numbers in the surrounding bullet list (static runtime bytes 0, transferred bytes 219, browser matrix, claim identity, live value) were re-verified against evidence.json and are already correct. Evidence JSON untouched.

Why-not-second-owner

This change introduces no duplicate-looking implementation; it is a prose-only correction to a documentation line so it matches the recorded evidence.

Evidence

Ran against branch kimi/v044-b1.6-perf-doc-truth-fix, commit cd3a9611, base SHA 710df689:

  • deno task fmt:check — exit 0 (1545 files)
  • deno task lint — exit 0 (880 files)
  • deno task docs:truth — exit 0 (strategic+public+current+www+text+evidence+claims, release truth, version anchors, recipe parity all passed)
  • deno task docs:check-role-neutral — exit 0
  • deno task docs:check-public — exit 0
  • deno task docs:check-strategy — exit 0
  • deno task docs:check-current — exit 0
  • deno task docs:check-claims — exit 0
  • deno task docs:check-recipe-parity — exit 0
  • deno task docs:check-version-anchors — exit 0
  • deno task text-integrity:check — exit 0

Scope

Packet-owned paths only: docs/current/v0.44.0-PERFORMANCE.md (one bullet, 2 insertions / 1 deletion). No product code, no benchmark harness, no evidence JSONs edited. Nothing outside the packet was touched.

Risk

None. Doc-only truth fix; no semantic, API, or evidence changes. The 3943 figure is the recorded candidate interactiveProgramBytes in benchmarks/v044/evidence.json and is what the acceptance gate (tools/check-v044-performance.ts) compares against the 4096 baseline.

…formance qualification doc

The B1.6 admission review (#1225 follow-up) flagged that
docs/current/v0.44.0-PERFORMANCE.md stated 'candidate interactive JS bytes:
2626 versus 4096 baseline' while benchmarks/v044/evidence.json records
candidate.interactiveProgramBytes = 3943 for the same fixture. 2626 traces
to a stale embedded-program byte count from an earlier repair note, not the
recorded evidence. State the precise metric name (interactiveProgramBytes,
Part Program JSON bytes excluding diagnostic source maps) and the recorded
value. Prose-only fix; evidence JSON unchanged.

Refs #1225, #1150, #1155
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying openelement with  Cloudflare Pages  Cloudflare Pages

Latest commit: cd3a961
Status: ✅  Deploy successful!
Preview URL: https://844fe6b5.lessjs.pages.dev
Branch Preview URL: https://kimi-v044-b1-6-perf-doc-trut.lessjs.pages.dev

View logs

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

APIError: Insufficient Balance

opencode session  |  github run

@SisyphusZheng
SisyphusZheng merged commit c4b4846 into dev Sep 3, 2026
9 checks passed
@SisyphusZheng
SisyphusZheng deleted the kimi/v044-b1.6-perf-doc-truth-fix branch September 3, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant