docs: add file download mapping precheck

This commit is contained in:
zhaoyilun
2026-07-10 09:44:08 +08:00
parent 6ca6c08b62
commit ea38346ce3
4 changed files with 163 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ N13/N14/N15 are pre-business validation results. They can help identify UI eleme
## Current loop
Current loop: `Business Roadmap / R3 - Receive-file download mapping precheck`.
Current loop: `Business Roadmap / R3b - File cache mapping diagnostic`.
Plan file: `docs/superpowers/plans/2026-07-10-core-business-capabilities-roadmap.md`.
@@ -133,3 +133,9 @@ R2 contact/group search quality hardening is complete:
- Search groups now has deterministic exact-match-first ranking and case-insensitive de-duplication for groupchat/conference candidates and optional MsgLib display enrichment.
- MCP output still preserves `source` and `raw_ref`; no send or download behavior was introduced.
- Next node: R3 receive-file download mapping precheck.
R3 receive-file download mapping precheck is complete:
- Created `docs/source-discovery/2026-07-10-file-download-mapping-precheck.md`.
- Decision: do not implement download mode yet; current evidence supports list mode and DB attachment metadata, but not a validated cache/download mapping.
- Next node: R3b file cache mapping diagnostic with sanitized counts only.