Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + func CurrentHash(dir string) string + type StaleReport struct + ChangedAt time.Time + File string + NodeIDs []string + type Watcher struct + func New(store *storage.Store, g *graph.Graph, dir string) *Watcher + func (w *Watcher) StalesSince(since time.Time) ([]StaleReport, error) + func (w *Watcher) WatchFile(filePath, nodeID, gitHash string) error