Skip to content

fix(handbook): fix cross-version content inconsistencies#94

Merged
nerdalytics merged 10 commits into
trunkfrom
fix/cross-version-content-inconsistencies
Apr 5, 2026
Merged

fix(handbook): fix cross-version content inconsistencies#94
nerdalytics merged 10 commits into
trunkfrom
fix/cross-version-content-inconsistencies

Conversation

@nerdalytics
Copy link
Copy Markdown
Owner

Summary

Closes #88

  • Replace "reactive state library" and "reactive signal library" with "reactive dependency graph runtime" across all v1000.x introduction pages and meta descriptions
  • Restore emptied architecture pages for v1000.3.1 and v1000.3.2 (seeded from latest)
  • Correct function count from "Seven" to "Eight" in quick-start pages for v1000.1.0+
  • Replace non-functional beacon.nerdalytics.dev URLs with nerdalytics.github.io/beacon in LLM pages
  • Replace "manages" with "tracks" in introduction pages across all versions
  • Align package.json keywords with GitHub topic tags

Dropped from scope

Test plan

  • Handbook builds clean (npm run build)
  • All 311 tests pass
  • Grep verification: zero remaining matches for stale patterns
  • v1.0.0 pages left untouched where historically accurate

The script imported `BenchmarkResult` and `runAllBenchmarks` from
`./benchmark.ts`, but neither export exists. It could never run.
No PERFORMANCE.md or metrics/ directory was ever created by it.
test:core referenced `tests/*-core.test.ts` — no files match that pattern.
test:integration referenced `tests/state-*.test.ts` and
`tests/batch-integration.test.ts` — neither exists.
…node --test

Remove 11 test:unit:* scripts and test:behavior — they were thin
wrappers around `node --test tests/<file>.test.ts`. Contributors
can call that directly. Added a note to CONTRIBUTING.md showing
the pattern.
@nerdalytics nerdalytics merged commit 178d824 into trunk Apr 5, 2026
12 checks passed
@nerdalytics nerdalytics deleted the fix/cross-version-content-inconsistencies branch April 5, 2026 17:04
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.

handbook: fix cross-version content inconsistencies

1 participant