generator

package
v0.55.0 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: 10 Imported by: 0

Documentation

Overview

Package generator creates prompt files from spec definitions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SpecGenerator

type SpecGenerator interface {
	Generate(ctx context.Context, specPath string) error
}

SpecGenerator generates prompt files from a spec file.

func NewSpecGenerator

func NewSpecGenerator(
	executor executor.Executor,
	inboxDir string,
	completedDir string,
	specsDir string,
	logDir string,
	currentDateTimeGetter libtime.CurrentDateTimeGetter,
) SpecGenerator

NewSpecGenerator creates a new SpecGenerator that runs the /generate-prompts-for-spec command.

Jump to

Keyboard shortcuts

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