[TOWER] P0: Git commits record nothing — world state goes invisible #435
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The tick handler moves characters in Evennia (SQLite DB), then runs git add/commit. But there is no file diff — the DB is .gitignored and tick count is in /tmp. Commits succeed (exit 0) but record zero state change.
Impact
231 ticks ran overnight. Only 2 git commits exist (ticks 1-9 from manual testing). The entire night's history is lost in git.
Fix
Acceptance