Skip to main content
  1. STAMPED Properties/

T — Tracked

Version information must be recorded for all components, ideally using the same content-addressed version control system. The primary value is not version numbering (“v1” vs “v2”) but content-addressed identification – two datasets with identical content hashes are provably identical.

Tracking encompasses not only version history but also provenance: what actions produced or modified each component, what inputs were consumed, and what versions of code and environment were involved. For code-driven modifications, provenance should be captured programmatically rather than by manual annotation.

See the STAMPED paper for the full treatment.

Tracking AI Agent Contributions with Entire

When AI agents write code, the conversation behind their decisions lives only in a local transcript on the developer’s machine and never travels with the repository. Entire captures that conversation in a git orphan branch, making AI contributions as trackable and distributable as the code itself.