prompt

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WarnRulesTooLarge        = "rules_too_large"
	WarnRulesNotFound        = "rules_not_found"
	WarnRulesReadError       = "rules_read_error"
	WarnLSPInstallFailed     = "lsp_install_failed"
	WarnLSPServerUnavailable = "lsp_server_unavailable"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Assembler

type Assembler struct {
	// contains filtered or unexported fields
}

func New

func New(projectRoot, home string) *Assembler

func (*Assembler) Assemble

func (a *Assembler) Assemble() Result

type Result

type Result struct {
	Prompt   string
	Rebuilt  bool
	Warnings []Warning
}

type Warning

type Warning struct {
	Kind    string
	Message string
}

Jump to

Keyboard shortcuts

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