feat/25-variable-history
main
- Add variable_history table, MAX_HISTORY=10 - set() tracks history with LRU rotation, idempotent for bootstrap - New methods: history(), rollback() - CLI: var history, var rollback commands - 19 new tests (564 total) Fixes #25