TC Tracker Track every code change with structured JSON records, an enforced state machine, and a session handoff format that lets a new AI session resume work cleanly when a previous one expires. Overview A Technical Change (TC) is a structured record that captures what changed, why it changed, who changed it, when it changed, how it was tested , and where work stands for the next session. Records live as JSON in inside the target project, validated against a strict schema and a state machine. Use this skill when the user: - Asks to "track this change" or wants an audit trail for code modifi…