Skip to content

Add TUI gate view for serve#11

Merged
theokeist merged 2 commits into
mainfrom
codex/update-documentation-with-types-and-arguments-7tjhdz
Jan 27, 2026
Merged

Add TUI gate view for serve#11
theokeist merged 2 commits into
mainfrom
codex/update-documentation-with-types-and-arguments-7tjhdz

Conversation

@theokeist

Copy link
Copy Markdown
Owner

Motivation

  • Provide a compact terminal UI for the playful gate output so php pipeflow serve --gate can be used as a simple TUI with grouped panels and section filtering.

Description

  • Add a new tui gate view in ServeCommand::renderGate() and short-circuit rendering to a new renderTui() helper when --gate=tui is selected.
  • Implement renderTui(), padStrip() and stripColors() to produce a two-column TUI panel that respects --gate-sections / --gate-filter and shows portal, runtime, paths, errors and tips as requested.
  • Update CLI docs (docs/CLI.md) to list tui as a valid --gate=<view> option and keep usage examples showing --gate=tui with section filters.

Testing

  • No automated tests were executed for this change.

Codex Task

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@theokeist theokeist merged commit 48434c7 into main Jan 27, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant