aboutsummaryrefslogtreecommitdiff
path: root/docs/specs/2026-07-10-org-workflow-doctor-spec.org
Commit message (Collapse)AuthorAgeFilesLines
* docs(spec): draft the org workflow doctor specCraig Jennings2026-07-101-0/+231
A read-only cj/org-workflow-doctor that reports whether the Org workflow's paths, binaries, and lazily-loaded packages are present. Nothing checks them today, so a missing prerequisite surfaces mid-capture in whatever shape the first module to trip over it produces. One probed finding is why the spec exists. The obvious package check is featurep, and it's wrong here: this config loads Org packages lazily, so org-noter and org-web-tools report featurep nil while locate-library finds them. A doctor built on featurep would report false failures for exactly the packages the config defers, which teaches you to ignore it. Both decisions are resolved, so it's ready for spec-review.