docs: reconcile conversation feature guides - #141
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed August 2, 2026, 6:33 PM ET / 22:33 UTC. ClawSweeper reviewWhat this changesThe PR updates conversation documentation so Messages, API, and data-model guides reflect topics, channel notification preferences, mentions, and pinned messages. Merge readinessThis PR remains necessary: current main has the newly merged conversation features, but its top-level indexes and the Messages guide still omit them or state that pinning is unavailable. The five-file docs-only patch accurately reconciles those entry points with current routes, storage migrations, and feature guides; no correctness or security blocker was found. Priority: P3 Review scores
Verification
How this fits togetherClickClack’s conversation system persists messages, topics, channel-level notification preferences, and shared pins in SQLite/Postgres. REST endpoints and durable events expose that state to web and desktop clients, while the docs index directs users to the appropriate feature guide. flowchart LR
Clients[Web and desktop clients] --> API[Conversation REST API]
API --> Store[SQLite or Postgres store]
Store --> State[Messages topics pins preferences]
State --> Events[Durable and realtime events]
Events --> Clients
Docs[Feature and API guides] --> Clients
Before merge
Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Merge this narrow documentation update so the main entry points accurately direct users to existing conversation features and no longer describe channel pinning as unavailable. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR changes documentation only; its claims were checked against current route registration, migrations, feature guides, and endpoint tests. Is this the best way to solve the issue? Yes: extending the existing Messages guide and indexes is the narrowest maintainable way to reconcile documentation for the merged conversation features. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 59b617d7465a. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Summary
Validation
pnpm docs:sitegit diff --checkThis is the final cross-PR consistency sweep after #121, #116, #137, #117, and #138.