fix: correct AutonomousConfig.IntervalMinutes minimum interval comment

The heartbeat service enforces a 5-minute floor, not 1-minute.

https://claude.ai/code/session_0118WWK5KLRM7ZBUoC8EMgKS
This commit is contained in:
Claude 2026-03-21 16:09:00 +00:00
parent b7b671f1c1
commit b66648d483
No known key found for this signature in database

View file

@ -556,7 +556,8 @@ type AutonomousConfig struct {
Enabled bool `json:"enabled" env:"PICONOMOUS_AUTONOMOUS_ENABLED"`
// IntervalMinutes controls how often (in minutes) the autonomous heartbeat fires.
// Defaults to 5 minutes when autonomous mode is enabled. Minimum is 1 minute.
// Defaults to 5 minutes when autonomous mode is enabled. Minimum is 5 minutes
// (enforced by the heartbeat service).
IntervalMinutes int `json:"interval_minutes" env:"PICONOMOUS_AUTONOMOUS_INTERVAL_MINUTES"`
// AllowSelfSchedule lets the agent create cron jobs targeting its own internal