thinkback

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: 11 Imported by: 0

Documentation

Overview

Package thinkback stores reflection notes for later agent context.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderHTML

func RenderHTML(report Report) string

func RenderJSON

func RenderJSON(w io.Writer, report Report) error

func RenderText

func RenderText(w io.Writer, report Report)

Types

type Options

type Options struct {
	Workspace string
	Year      int
	Limit     int
	Output    string
}

type Report

type Report struct {
	Kind     string          `json:"kind"`
	Year     int             `json:"year"`
	Output   string          `json:"output"`
	Written  bool            `json:"written"`
	Insights insights.Report `json:"insights"`
}

func Build

func Build(store *session.Store, options Options) (Report, string, error)

func Write

func Write(store *session.Store, options Options) (Report, error)

Jump to

Keyboard shortcuts

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