Skip to content

fix(config): reject non-positive integer settings - #102

Merged
ralyodio merged 1 commit into
profullstack:mainfrom
rissrice2105-agent:fix/reject-nonpositive-env-ints
Jul 31, 2026
Merged

fix(config): reject non-positive integer settings#102
ralyodio merged 1 commit into
profullstack:mainfrom
rissrice2105-agent:fix/reject-nonpositive-env-ints

Conversation

@rissrice2105-agent

Copy link
Copy Markdown
Contributor

Summary

  • require positive values for integer environment settings
  • preserve documented defaults for malformed, zero, or negative values
  • add regression coverage for invalid and valid overrides

Fixes #101

Testing

  • go test ./cmd/agentbbs -count=1
  • git diff --check

@ralyodio
ralyodio merged commit 20cdb64 into profullstack:main Jul 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Non-positive game timeout and file quota settings bypass defaults

2 participants