Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

fix: OpenURL goroutine leak, update gitignore, credit tuikit-go#8

Merged
moneycaringcoder merged 1 commit into
mainfrom
chore/cleanup-and-fixes
Apr 8, 2026
Merged

fix: OpenURL goroutine leak, update gitignore, credit tuikit-go#8
moneycaringcoder merged 1 commit into
mainfrom
chore/cleanup-and-fixes

Conversation

@moneycaringcoder
Copy link
Copy Markdown
Owner

Summary

  • Fix zombie process leak in OpenURL — added error check on cmd.Start() and go cmd.Wait() to reap child processes
  • Update .gitignore to exclude .omc/, CLAUDE.md, .cursorrules, .aider*, .copilot/
  • Add tuikit-go to Built With section in README
  • Remove empty internal/ui/components/ directory

Test plan

  • go build ./... passes
  • .gitignore verified with git check-ignore

Fix zombie process leak in OpenURL by adding cmd.Wait(). Add agentic
tooling dirs to gitignore. Add tuikit-go to Built With in README.
@moneycaringcoder moneycaringcoder merged commit 2bf33f3 into main Apr 8, 2026
1 check passed
@moneycaringcoder moneycaringcoder deleted the chore/cleanup-and-fixes branch April 8, 2026 12:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant