Skip to content

docs: align strategy roadmap and policy counts with v0.5.1#38

Merged
phaethix merged 1 commit into
masterfrom
docs/align-roadmap-v0.5.1
Jul 19, 2026
Merged

docs: align strategy roadmap and policy counts with v0.5.1#38
phaethix merged 1 commit into
masterfrom
docs/align-roadmap-v0.5.1

Conversation

@phaethix

Copy link
Copy Markdown
Owner

Summary

Aligns the strategy/roadmap docs with what actually shipped in v0.5.1, and
fixes stale eviction-policy counts that still said 10/13 instead of 16.

  • docs/design/product-strategy.md:
    • Phase 1 table: mark ✅ E-01 (SIEVE), E-02 (SIEVE-S), E-03
      (AdaptiveClimb), E-05 (benchmark suite).
    • E-04: record that it shipped as the EvictionPolicy enum + pick_victim
      match (not an open trait); re-scoped to Beyond v0.8.
    • E-06: AHE benchmark paper is not written — design differentiator is in
      ahe.md, empirical edge deferred (Pillar 3 "real by design, unproven").
    • Fix quantitative table: 13 → 16 policies; benchmark coverage wording;
      AHE row no longer claims a published paper.
    • 13 → 16 in qualitative + R1; map E-04/E-06 into the Beyond v0.8 backlog.
  • README.md: v0.5.1 roadmap line drops the misleading "EvictionPolicy trait"
    claim and adds AdaptiveClimb/AHE; --maxmemory-policy says 16 policies.
  • docs/design/market-research.md & docs/guide/configuration.md: 10/13 → 16.

Related

Tracking issue #37 (demonstrate AHE's TTL edge on the opt-in ttl benchmark)
covers the remaining empirical follow-up for E-06.

Test plan

Doc-only change. cargo fmt --check && cargo clippy --all-targets -- -D warnings && cargo test --all-targets should be unaffected.

Mark Phase 1 items E-01 (SIEVE), E-02 (SIEVE-S), E-03 (AdaptiveClimb), E-05 (benchmark suite) as done. Record the true status of E-04 (shipped as EvictionPolicy enum + pick_victim match, not an open trait) and E-06 (AHE benchmark paper deferred to Beyond v0.8). Fix stale policy counts 13->16 and 10->16 across product-strategy.md, README.md, market-research.md, and configuration.md. Drop the misleading 'EvictionPolicy trait' claim from the v0.5.1 roadmap line and add AdaptiveClimb/AHE.
@phaethix
phaethix merged commit a9f0c41 into master Jul 19, 2026
3 checks passed
@phaethix
phaethix deleted the docs/align-roadmap-v0.5.1 branch July 19, 2026 15:51
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