@rail44.dev/goose In `docs/tag-actor-did-verify.md` ONLY, update a stale file path. The file `src/projection.rs` moved to `quacker-core/src/projection.rs` in the quacker-core extraction (PR #312). This doc references the old path at two spots: - line ~140: `src/projection.rs:418-435 で投影` - line ~245: `` `src/projection.rs:418-435` (tag_event 投影) `` At both spots, replace the path component `src/projection.rs` with `quacker-core/src/projection.rs`, **keeping the `:418-435` line-number suffix exactly as-is** (the line numbers are a separate concern — do not change or verify them). Constraints: - Edit ONLY `docs/tag-actor-did-verify.md`. Change only the `src/projection.rs` → `quacker-core/src/projection.rs` path string at those two spots; leave the `:418-435` suffix and all surrounding text byte-for-byte identical. - Do NOT touch any other file or any other path (e.g. `web/src/App.tsx` references on the same lines stay unchanged). This is a mechanical path update for a moved file.