Skip to content

docs(planning): sweep stale references after PR #14 / PR #15#16

Merged
ikolomi merged 1 commit into
unstablefrom
ikolomi/docs-sweep-stale-refs
Jun 2, 2026
Merged

docs(planning): sweep stale references after PR #14 / PR #15#16
ikolomi merged 1 commit into
unstablefrom
ikolomi/docs-sweep-stale-refs

Conversation

@ikolomi

@ikolomi ikolomi commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

Housekeeping pass to reconcile the planning docs with the implementation-phase changes that landed after the original design walkthrough. No code changes.

Findings & fixes

# File Change Why
1 idea-honing.md Q9 "Superseded during implementation" annotation pointing to PR #14's three-knob training model Q9 still described the old single-knob model (compression-dict-first-training-keys-count). Annotation pattern matches Q6's existing "Superseded by review" pattern — preserves historical text below for traceability.
2 detailed-design.md §7.1 transparency-mode example --compression-dict-first-training-keys-count 10--compression-dict-min-training-keys 10 The old knob doesn't exist anymore (removed in PR #14).
3 detailed-design.md §2.12 heading "Advanced knobs (12)" → "(11)" Off-by-one count miscount in the heading; the actual table has 11 rows.
4 summary.md (new section) New "What changed during implementation" section between the walkthrough section and the plan summary Three substantive post-walkthrough refinements were missing from the summary: PR #14 training-model rewrite, PR #15 R2.5.6 read-hot gap, PR #13 QSBR plumbing.
5 summary.md plan-summary section (no change needed — already accurate after the S2.4 + S1.1 status updates from PR #13's plan.md edit) Verified during sweep.

Files NOT touched (verified consistent)

Diff stat

.agents/planning/realtime-data-compression/design/detailed-design.md  |  4 ++--
.agents/planning/realtime-data-compression/idea-honing.md             |  2 ++
.agents/planning/realtime-data-compression/summary.md                 | 10 ++++++++++
3 files changed, 14 insertions(+), 2 deletions(-)

Independent of in-flight PR #15 (touches different sections).

Reconcile the planning docs with the implementation-phase changes
that landed after the original design walkthrough.

  - idea-honing.md Q9: add a "Superseded during implementation"
    annotation pointing to the new training-knob model from PR #14
    (compression-dict-min-training-keys / -max-training-keys /
    compression-training-buffer-size). The original walkthrough text
    is preserved below the annotation for historical record.

  - detailed-design.md §7.1 transparency-mode example: replace
    --compression-dict-first-training-keys-count (removed in PR #14)
    with --compression-dict-min-training-keys.

  - detailed-design.md §2.12 heading: "Advanced knobs (12)" → "(11)".
    Off-by-one count introduced when PR #14 reshuffled the table.

  - summary.md: add a new "What changed during implementation"
    section between the walkthrough section and the plan summary,
    capturing the three substantive post-walkthrough refinements
    (PR #14 training rewrite, PR #15 R2.5.6 read-hot gap, PR #13
    QSBR plumbing).

Doc-only; no code changes.
@ikolomi ikolomi merged commit 3c6c022 into unstable Jun 2, 2026
4 checks passed
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