Skip to content

fix(coding-agent): list PI_RULES environment settings in --help #678

Description

@Yoonkeee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions