aboutsummaryrefslogtreecommitdiff
path: root/.ai/scripts/tests/lint-org-cli.bats
Commit message (Collapse)AuthorAgeFilesLines
* fix(scripts): lint-org resolves wrap-org-table from its own directoryCraig Jennings3 days1-0/+27
Consumers load lint-org with a bare -l and no load-path flag, so the new require of wrap-org-table failed everywhere outside make test's -L. lint-org now adds its own directory to load-path first. lint-org-cli.bats locks the bare-load contract for both scripts.