docs: add a roadmapped Far section and a ROADMAP.md

ROADMAP.md tracks the work past the scaffold: closing the loop, patch
series with cover letters, doctor, config and init, more quest sources,
more checks, review tracking, and packaging. Its Not planned section
records the refusals, so what spectral will not do is as reviewable as
what it will.

Far specifies two front ends over the same verbs: a TUI session view, and
spectral auto for the mechanical half of the loop. Both need the verbs to
exist first. The TUI's real cost is that the verbs block and a TUI cannot
block its render loop, so it needs the command modules to grow a progress
story they do not have yet.

The Not planned entry that refused a TUI outright is narrowed to a GUI or
web UI, since a TUI is now on the roadmap. Everything the TUI can do
still has to stay reachable as a typed command.

Also links the roadmap from the README's Where to pitch in section.
This commit is contained in:
2026-09-14 20:49:17 -04:00
parent aaae6e3797
commit 33161f2ae4
2 changed files with 183 additions and 0 deletions
+3
View File
@@ -207,6 +207,9 @@ easiest place to start.
There are no tests yet. The naming rule in `reroll_path` and the recipient
split in `lookup` are the two that most want one.
Longer-term work, and the things spectral deliberately will not do, are in
`ROADMAP.md`.
## Development
```console