bughunt

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package bughunt builds prompts and reports for focused bug investigation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderText

func RenderText(w io.Writer, report Report)

Types

type Finding

type Finding struct {
	Path       string `json:"path"`
	Line       int    `json:"line"`
	Severity   string `json:"severity"`
	Rule       string `json:"rule"`
	Message    string `json:"message"`
	Suggestion string `json:"suggestion,omitempty"`
	Text       string `json:"text,omitempty"`
}

type Options

type Options struct {
	Scope string
	Limit int
}

type Report

type Report struct {
	Kind     string    `json:"kind"`
	Scope    string    `json:"scope"`
	Status   string    `json:"status"`
	Total    int       `json:"total"`
	Findings []Finding `json:"findings"`
}

func Scan

func Scan(workspace string, options Options) (Report, error)

Jump to

Keyboard shortcuts

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