// Package wisp provides utilities for working with the .beads directory. // // This package was originally for "hook files" but those are now deprecated // in favor of pinned beads. The remaining utilities help with directory // management for the beads system. package wisp // WispDir is the directory where beads data is stored. const WispDir = ".beads"