Pass EventHook object for UI messages instead of printing to stderr
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- Swift
- Stars
- 2.4k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
This will make passing UI events much more modular and make supporting non-command-line tools much easier.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate where UI messages are printed to stderr and identify the EventHook interface or entry point mentioned by the issue. Trace how command-line output is currently emitted, then define the event-passing design and verify that non-command-line consumers can receive those UI events without stderr output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100