[aside] 撤回済み AT 規格の present-tense framing が domain/SPA の doc comment に残存(server.rs は今回直した、残り 3 箇所) PR #249(stale 残骸掃除)で `src/server.rs` の module doc を "Vocabulary follows app.bsky.feed.post"(現在形 = 今も AT 規格に揃えている、の含意)→ standalone / 履歴フレーミングに直した。だが同じ present-tense の AT-alignment 表現が domain/SPA 側の doc comment に残っている。今回は item 6 が「MCP write tool の doc」に絞られていたため domain module は touch せず据置。 該当(いずれも現在形で follows / is aligned with): - `src/events.rs:19` — `//! Vocabulary is aligned with app.bsky.feed.post: the aggregate is a "post"` - `web/src/projection.ts:26` — `Vocabulary follows app.bsky.feed.post: aggregate is "post"` - `src/projection.rs:11` — `//! with ATProto's flat app.bsky.feed.post.tags` 想定インパクト: 低(内部 doc comment のみ、挙動 / schema には無影響)。ただし [[project_quacker_standalone_direction]](AT 規格は実質撤回)と食い違い、読み手に「今も AT 互換」と誤読させうる。MCP tool description 系(n_01KSXTX6 / n_01KSXTZVW4)とは別 surface で、こちらは domain/SPA の lineage コメント。 着手トリガー: vocabulary framing の sweep をやるとき、または上記 module を次に触るとき。server.rs と同様「originally modeled on … but standalone now」へ寄せれば lineage は保ちつつ現在形の誤主張だけ消える。