State Tracker

Track which workspace files changed between agent sessions and report a diff.

gl0di Updated

File contents

State Tracker

Builds a content hash index of the current workspace so you can see what changed between two agent sessions.

Run python3 scripts/build_state.py to write a snapshot into .state/. The snapshot lives entirely inside the skill's own .state/ directory and is never written back into the workspace.

gl0di/clawseccheck/tree/main/fixtures/clean_b13_test_fixture_config_write/skills/state-tracker commit d006d6715c

Frequently asked questions

npx skillmds@latest add gl0di/state-tracker