specwatcher

package
v0.52.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2026 License: BSD-2-Clause Imports: 12 Imported by: 0

Documentation

Overview

Package specwatcher watches spec files and triggers prompt generation on changes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SpecWatcher

type SpecWatcher interface {
	Watch(ctx context.Context) error
}

SpecWatcher watches the specs in-progress directory and triggers generation when a spec appears there.

func NewSpecWatcher

func NewSpecWatcher(
	inProgressDir string,
	generator generator.SpecGenerator,
	debounce time.Duration,
	currentDateTimeGetter libtime.CurrentDateTimeGetter,
) SpecWatcher

NewSpecWatcher creates a new SpecWatcher.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL