carryforward

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package carryforward determines which files are eligible for historical lookback during attribution. It is a pure domain package with no infrastructure dependencies.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IdentifyCandidates

func IdentifyCandidates(filesCreated []string, manifestFiles []ManifestEntry) map[string]bool

IdentifyCandidates returns files eligible for historical lookback: created in the current diff AND present in the previous checkpoint's manifest.

Types

type ManifestEntry

type ManifestEntry struct {
	Path string
}

ManifestEntry holds the path of a file present in a checkpoint manifest.

Jump to

Keyboard shortcuts

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