-
-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: unify commands as generators with HumanRenderer factory, remove stdout plumbing #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
876fdf6
refactor: unify all command functions as async generators
BYK 0fe387a
refactor: brand CommandOutput with Symbol and move hints to generator…
BYK edc3ef3
refactor: remove stdout/stderr plumbing from commands
BYK 68c59da
refactor(auth/login): yield LoginResult instead of using logger for o…
BYK 2c18734
refactor(log/list): remove LogStreamChunk — func yields data, not ren…
BYK 839105e
chore: regenerate SKILL.md
github-actions[bot] 2cd03d3
refactor: OutputConfig.human becomes a factory returning HumanRenderer
BYK 792fe0e
refactor(log/list): use HumanRenderer factory, remove module-level state
BYK bfc89fb
test: add tests for HumanRenderer factory and finalize()
BYK c2ca94c
fix: update command.test.ts for stateless() wrapper
BYK afd68ba
fix: address review findings from BugBot and Seer
BYK 3c07efc
fix: update help.test.ts for printCustomHelp return-based API
BYK 945956a
fix: apply filterFields per-element in formatTraceLogs
BYK 5c4c1b1
fix: finalization on error and empty-state hint rendering
BYK fc3e594
fix: address PR #416 review comments
BYK 51bc242
fix: address round 2 review findings
BYK e5dc4b0
refactor: address round 3 review comments
BYK 42c6bbb
refactor: address round 4 review comments
BYK 3df286c
chore: regenerate SKILL.md
github-actions[bot] db8c84a
fix: guard seenWithoutTs dedup against undefined l.id
BYK 349b8bb
refactor: address round 5 review comments
BYK 77db155
fix: include warnings in cli setup JSON output
BYK e92a851
fix: return empty array for log list --json with no results, add init…
BYK d56ced1
refactor: log/list yields bare items in follow mode for proper JSONL
BYK fd69e7f
fix: trim trailing newlines in help and trace logs formatters
BYK File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.