What happened?
PR #670 made PI_RULES_DISABLED, PI_RULES_MAX_RULE_CHARS, and PI_RULES_MAX_RESULT_CHARS supported public settings and documented them in the coding-agent README, but the Environment Variables section of senpi --help does not list them.
This matters especially for the two character limits because they have no equivalent CLI flag or senpi config field. I can send a focused PR to keep the help output aligned with the released settings.
Steps to reproduce
$ senpi -ne --help | rg 'PI_RULES'
$ echo $?
1
The same empty result occurs without -ne.
Expected behavior
senpi --help lists all three settings with the same semantics and defaults as the README:
PI_RULES_DISABLED
PI_RULES_MAX_RULE_CHARS (default: 12000)
PI_RULES_MAX_RESULT_CHARS (default: 40000)
Version
2026.8.3-3
What happened?
PR #670 made
PI_RULES_DISABLED,PI_RULES_MAX_RULE_CHARS, andPI_RULES_MAX_RESULT_CHARSsupported public settings and documented them in the coding-agent README, but theEnvironment Variablessection ofsenpi --helpdoes not list them.This matters especially for the two character limits because they have no equivalent CLI flag or
senpi configfield. I can send a focused PR to keep the help output aligned with the released settings.Steps to reproduce
The same empty result occurs without
-ne.Expected behavior
senpi --helplists all three settings with the same semantics and defaults as the README:PI_RULES_DISABLEDPI_RULES_MAX_RULE_CHARS(default:12000)PI_RULES_MAX_RESULT_CHARS(default:40000)Version
2026.8.3-3