Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 945 Bytes

File metadata and controls

25 lines (15 loc) · 945 Bytes

Attribution and Third-Party Use

This project includes original work plus open-source dependencies and standard platform tooling.

Dependencies

  • Go modules listed in go.mod and go.sum
  • Charmbracelet ecosystem libraries used for TUI behavior/styling (Bubble Tea, Lipgloss)

System Tools

  • lsof and ps are used for process discovery/metadata on macOS

AI Assistance Disclosure

  • AI tooling, including GitHub Copilot CLI, was used to assist with ideation, code drafts, explanation, and test-case brainstorming.
  • All generated suggestions were reviewed and adapted before inclusion.

External Code and Inspiration

If you borrow non-trivial code, patterns, or assets, add entries below:

Source URL License What was reused/derived What is original here
Example project https://example.com MIT Initial parsing approach New CLI flow, TUI integration, crash inference, and docs