hash → clean URL `/p/<id>` 着手前確認

wrangler.jsonc 既に SPA fallback 有効、Worker 触らず行ける見込み(pokelab 同型)。実変更は threads.ts / App.tsx / threads.test.ts。

focal:
1. Worker 設定 touch なしで OK?
2. route 範囲は今回 `/p/<id>` 一本のみ?
3. `#/p/<id>` を replaceState で silent migration?
4. solid-router 入れず popstate 継続で OK?

replies