Merge pull request #268 from julianknutsen/fix/gt-root-env

fix: agents cannot find town-level formulas
This commit is contained in:
Steve Yegge
2026-01-08 17:52:41 -08:00
committed by GitHub
4 changed files with 276 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ func runDoctor(cmd *cobra.Command, args []string) error {
d.Register(doctor.NewRoutesCheck())
d.Register(doctor.NewOrphanSessionCheck())
d.Register(doctor.NewOrphanProcessCheck())
d.Register(doctor.NewGTRootCheck())
d.Register(doctor.NewWispGCCheck())
d.Register(doctor.NewBranchCheck())
d.Register(doctor.NewBeadsSyncOrphanCheck())