Files
chanora/docs/superpowers
Edison Jwa 13c7648a65 docs: link orphaned superpowers docs and track Flutter bugs (TODO-033,087)
Add docs/superpowers/README.md as index for plans and specs.
Add docs/references/flutter-upstream-bugs.md tracking 4 known
Flutter framework workarounds.
2026-06-11 09:40:08 +09:00
..

Superpowers — Plans and Specs Index

Implementation plans and design specifications produced during Chanora development.

Plans

Plan Date Summary
Server Resolution Prefetch 2026-05-28 Add invisible server-address resolution prefetch so the active host field can warm Rust resolver state before Connect.
Chanora Server Prefetch Crate 2026-05-28 Move server-resolution prefetch policy from chanora_core into a focused chanora_prefetch crate.
Finish DV Document Tree 2026-05-29 Fill the README-advertised document tree with baseline candidate documents for DV reviewers.
DV Evidence Pack 2026-05-29 Create a document set for DV meeting review of verification posture, traceability, release blockers, and waivers.
SWE.2/SWE.3 Baselines 2026-05-29 Add reviewable SWE.2/SAD and SWE.3/SDD baselines for the DV document chain.
State Sync and UI Settings Validation 2026-05-29 Complete validation-backed state-sync evidence and UI settings persistence.
Chat Panel Switching 2026-06-06 Enable in-place conversation switching in the 3-panel layout with per-conversation draft persistence and unread awareness.
Core Internal Split 2026-06-08 Move stable event DTOs and network diagnostic state out of the oversized chanora_core/lib.rs.
Maintainability Continuation 2026-06-08 Continue maintainability review with safe simplifications, code-review remediation, documentation, and fail-safe evidence.

Specs

Spec Date Summary
Server Resolution Prefetch Design 2026-05-28 Design for invisible server-address resolution prefetch.
Chanora Server Prefetch Crate Design 2026-05-28 Design for extracting prefetch policy into chanora_prefetch crate.
State Sync and UI Settings Validation Design 2026-05-29 P0/P1 validation-based completion for state-sync evidence and UI settings persistence.
Adaptive 3-Panel Layout Design 2026-06-05 Desktop adaptive layout for ≥1024dp three-panel mode with centralized breakpoint system.
Maintainability Continuation Design 2026-06-08 Design for continued maintainability pass, code-review remediation, and high-risk bug fixes.
Poke Without Message Design 2026-06-09 Allow TeamSpeak-compatible pokes without message text while blocking empty messages for normal chat.