blog.bouzuya.net

2026-04-20 ゴミみたいなコミット

bouzuya/bouzuya-firestore-client を Claude Code on the Web 経由で進めた。

bouzuya-firestore-client は Rust で書かれた Node.js Firestore SDK に近いインタフェースを持つ Firestore Client 。ぼくの過去につくった crate の検証の意味がある。

今日は次の型とメソッドを追加した。

  • Query
  • QuerySnapshot
  • QuerySnapshot::docs
  • QueryDocumentSnapshot
  • QueryDocumentSnapshot::exists

Query 構造体は不要だったかも。 trait で定義するほうがオリジナルに近いけど、 Query の use が要求されるのは使いやすくないと思うので。

で、今日のコミットがあまりに汚いので明日からは注意する。 1 commit に squash する。あとは Conventional Commits をやめさせる。


今日のコミット。