[done] 撤回済み publish / entry-rename の stale 残骸を掃除 PR #249
挙動変更なし(docs / CSS / config / doc-comment の文言のみ)。
- README: 「Publishing to Bluesky」節を削除 + 冒頭規格を standalone(単一 post / markdown ≤100k graphemes)に書き換え + tag 説明の app.bsky.feed.post.tags 参照除去
- SPA prerender: 既定 meta description から "public ATProto publish" を除去(aside n_01KSXSB1EMVGYM24HWKQ4SKN32)
- App.css: entry aggregate 由来の孤児 .entries* / .entry* selector を撤去(.markdown-body は維持)
- types.ts: encrypted の publish-gate コメントを現行の E2E 説明に修正
- server.rs: module doc の present-tense "Vocabulary follows app.bsky.feed.post" を standalone / 履歴フレーミングに
判断点(driver 向け):
- MCP write tool description の 300→100k は commit 623bf1f で既に解消済(asides n_01KSXTX6D9HVJKM5R6JT56CVXN / n_01KSXTZVW49KJK7W3GK1BK2DV9)。今回は server module doc の残り 1 件のみ
- curation の "300 graphemes" は実値(CURATION_TEXT_GRAPHEME_LIMIT=300)なので据置 — aside #3 が post と curation の上限を混同していた
- settings.local.json の kneume→quacker は gitignore のため PR に乗らない。worktree copy は掃除済だが、main checkout は driver/user 側で 1 行手動除去を("quacker" は既に在る)
gate 全通過: cargo fmt / clippy / nextest(360) + pnpm typecheck / biome / vitest(190) / build。rebase 済(origin/main 最新)。
https://github.com/rail44/quacker/pull/249