aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-spec-links.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(org): resolve org-id links into project spec docsCraig Jennings2 days1-0/+79
The docs-lifecycle convention gives every formal spec under a project's docs/specs/ an :ID: and links cross-project with [[id:...]], but org-id-locations only indexes agenda files and visited files, so a fresh spec's id never resolved on click. org-spec-links.el enumerates every project's docs/specs/*.org into org-id-extra-files once org-id loads (a literal file list; org-id doesn't glob), and cj/org-id-refresh-spec-locations re-scans and updates org-id-locations for immediacy after new specs land. Verified live against a known cross-project spec id.