context

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render added in v0.9.0

func Render(prCtx PRContext) (string, error)

Render renders the PR-review context template to a markdown string.

func RenderPRContext added in v0.9.0

func RenderPRContext(ctx context.Context, fullRepo string, prNumber int) (string, error)

RenderPRContext fetches PR metadata from GitHub and renders the review context to a markdown string. The agent layer is responsible for writing it to the appropriate per-agent context file (CLAUDE.local.md, AGENTS.md, ...).

Types

type PRContext

type PRContext struct {
	Number       int
	Title        string
	Author       string
	URL          string
	HeadBranch   string
	BaseBranch   string
	IsFork       bool
	Body         string
	ChangedFiles []string
}

PRContext holds all data needed to render the PR-review context template.

Jump to

Keyboard shortcuts

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