Skip to content

docs: consolidate all documentation into a single README - #30

Merged
Tomoscorbin merged 3 commits into
mainfrom
docs/single-readme
Jul 22, 2026
Merged

docs: consolidate all documentation into a single README#30
Tomoscorbin merged 3 commits into
mainfrom
docs/single-readme

Conversation

@Tomoscorbin

Copy link
Copy Markdown
Owner

Summary

Survey of 10 popular Neovim plugin repos showed READMEs in the 170–620 line range acting as the primary manual; this takes that to its simplest form — one long README and nothing else:

  • Limitations folded into the README as a bulleted section (items already covered by the Health/Widgets/How-it-works sections were dropped rather than duplicated).
  • Deleted: the vimdoc (doc/databricks-notebook.txt), both ADRs, the smoke-test procedure/runbook, and the Molten capability probe doc. All remain in git history if ever needed.
  • Reference fixes: smoke-kit README and tests/manual/molten_probe.lua no longer link to deleted files. A repo-wide search confirms zero dangling references.

Test plan

  • make check passes locally (stylua, ruff, mypy, 80 pytest, plenary specs).
  • CI runs the same suite on this PR.

The README is now the only piece of documentation:

- Fold docs/limitations.md into the README as a Limitations section,
  dropping the items already covered by Health, Widgets, and How it works.
- Delete the vimdoc (doc/databricks-notebook.txt), the ADRs, and the
  maintainer smoke-test/probe documents; the full texts remain in git
  history.
- Reword the smoke-kit README and molten_probe.lua so nothing links to
  the deleted files.
The smoke kit lost its purpose when the smoke-test runbook was deleted,
and the demo notebook was only a Quickstart convenience — the header
line in the README is enough to create one.
@Tomoscorbin
Tomoscorbin merged commit c3f6cff into main Jul 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant