feat(scripts): add incremental update system with version tracking and diff utilities

Add complete incremental update infrastructure:
- VERSION: project version tracking file
- scripts/version_utils.py: shared version parsing and comparison utilities
- scripts/build_update.py: build incremental update package from git diff
- scripts/apply_update.py: apply offline incremental update
- scripts/merge_config.py: safe config merge logic for update safety
- scripts/migrate_db_to_appdata.py: migrate DB from project dir to APPDATA

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
PM-pinou
2026-07-20 14:14:12 +08:00
parent 0b6672781f
commit 00774ea52b
6 changed files with 971 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
v1.0.0