Merge remote-tracking branch 'origin/main' into hermes/curator-infra

This commit is contained in:
Teknium
2026-04-26 07:16:35 -07:00
25 changed files with 1463 additions and 386 deletions

View File

@@ -1045,6 +1045,13 @@ DEFAULT_CONFIG = {
"min_interval_hours": 24,
},
# Contextual first-touch onboarding hints (see agent/onboarding.py).
# Each hint is shown once per install and then latched here so it
# never fires again. Users can wipe the section to re-see all hints.
"onboarding": {
"seen": {},
},
# Config schema version - bump this when adding new required fields
"_config_version": 22,
}