First commit - backup RDOC

This commit is contained in:
2026-02-20 07:20:32 -03:00
commit b7415f0586
259 changed files with 51707 additions and 0 deletions

28
auto-sync-config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"repository": {
"remote_url": "https://github.com/Reifonas/TS_RDO.git",
"branch": "main",
"auto_push": true
},
"monitoring": {
"watch_interval": 30,
"continuous_mode": false,
"verbose_logging": true
},
"logging": {
"enabled": true,
"retention_days": 7,
"log_level": "INFO"
},
"git": {
"auto_commit_message_template": "Auto-sync: {timestamp} - {changes}",
"pull_before_push": true,
"use_rebase": true
},
"notifications": {
"enabled": true,
"success_notifications": false,
"error_notifications": true
}
}