@@ -11,12 +11,13 @@ detail belongs in component plans.
1111## What you're working on
1212
1313The ** alpha** of v3 of ` bench.vortex.dev ` . Target: a single Rust
14- binary with ** DuckDB on local disk** . The smallest end-to-end loop
15- that proves the design.
14+ binary (axum + maud + duckdb-rs) with ** DuckDB on local disk** .
15+ The smallest end-to-end loop that proves the design.
1616
17- The v2 site at ` benchmarks-website/ ` is in production and stays
18- running unchanged. v3 lives alongside in a new crate under
19- ` benchmarks-website/ ` (path is the server agent's call).
17+ The v2 site (top-level files in ` benchmarks-website/ ` :
18+ ` server.js ` , ` src/ ` , ` package.json ` , etc.) is in production and
19+ stays running unchanged. v3 lives alongside in
20+ ` vortex-bench-server ` at ` benchmarks-website/server/ ` .
2021
2122Anything not listed in [ ` README.md ` ] ( ./README.md ) under
2223"Components" is ** deferred** . See [ ` deferred.md ` ] ( ./deferred.md ) .
@@ -43,8 +44,8 @@ You **don't** need to read other components' plans.
4344See the root [ ` CLAUDE.md ` ] ( /CLAUDE.md ) for Rust style, test layout,
4445and CI norms. Project-specific:
4546
46- - New crates go under ` benchmarks-website/ ` . Add to root
47- ` Cargo.toml ` workspace members.
47+ - The v3 server crate lives at ` benchmarks-website/server/ ` and is
48+ registered in the root ` Cargo.toml ` ` members ` list .
4849- All commits need a ` Signed-off-by: ` trailer.
4950- Run ` cargo +nightly fmt --all ` and narrow clippy on what you
5051 changed.
@@ -70,10 +71,8 @@ and CI norms. Project-specific:
7071| Branch | Purpose |
7172| ---| ---|
7273| ` develop ` | Live v2 site. Don't break. |
73- | ` claude/review-benchmarks-redesign-BO3la ` | This planning branch. |
74- | ` claude/benchmarks-v3-<component> ` | Per-workstream feature branches. |
75-
76- Component branches start from ` develop ` .
74+ | ` ct/benchmarks-v3 ` | Integration branch carrying the planning commit + landed component PRs. All component branches start here. |
75+ | ` claude/benchmarks-v3-<component> ` | Per-workstream feature branches, each branched from ` ct/benchmarks-v3 ` and PR'd back to it. |
7776
7877## How to update this file
7978
0 commit comments