mix tak.doctor (tak v0.4.2)
View SourceValidates that the project is ready to use tak worktrees.
$ mix tak.doctor
Runs the following checks and prints a pass/warn/fail result for each:
config/config.exsimports*.local.exsoverridesconfig/dev.local.exsis listed in.gitignoremise.local.tomlis listed in.gitignore(warning only; only needed if using mise)trees/directory is listed in.gitignoregitexecutable is availabledropdbexecutable is available (warning only; only needed formix tak.remove)
For any failing check, the output includes the exact fix to apply. Warnings don't count as failures: the task exits cleanly as long as all non-optional checks pass.
Run this before your first mix tak.create on a new project.