Skip to content

fix: fix empty agent project section in iptcl help command#214

Open
nathaniel-itential wants to merge 1 commit into
itential:mainfrom
nathaniel-itential:fix/agent-project-help-groups
Open

fix: fix empty agent project section in iptcl help command#214
nathaniel-itential wants to merge 1 commit into
itential:mainfrom
nathaniel-itential:fix/agent-project-help-groups

Conversation

@nathaniel-itential

@nathaniel-itential nathaniel-itential commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Moves all agent project descriptor groups from the mixed agent-projects/ flow-agent split to flow-agent exclusively, and removes the now-unused agent-projects cobra group from commands.go. Eliminates the empty section that appeared in help output depending on which verb was used.

Description

Remove duplicate command group declaration for agent projects that was causing empty section in help command.

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactor
  • Chore

Changes Made

Deleted a line in the command group decleration that was causing an empty section in the ipctl help command and adjusted the descriptor group tags to properly reflect "flow agent" as the command group.

Testing

Ran make test and the ipctl help command, all tests pass and there is no empty section

Checklist

  • Code follows the project's style guidelines
  • Self-review of code has been performed
  • Code has been commented where necessary
  • Tested with make setup or relevant profile
  • Commits follow conventional format (type: subject)
  • No secrets or credentials committed
  • Documentation has been updated accordingly
  • PR has been labeled appropriately (enhancement, bug, documentation, refactor, chore)

Moves all agent project descriptor groups from the mixed agent-projects/
flow-agent split to flow-agent exclusively, and removes the now-unused
agent-projects cobra group from commands.go. Eliminates the empty section
that appeared in help output depending on which verb was used.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@nathaniel-itential

Copy link
Copy Markdown
Contributor Author

@wcollins PR to fix the empty section in the help command.

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.

1 participant