feat(cli): add 'bd thanks' command to thank contributors

Adds a new command that displays a thank you page listing all human
contributors to the beads project. Features:

- Static list of contributors (compiled into binary)
- Top 20 featured contributors displayed in columns
- Additional contributors in wrapped list
- Styled output using lipgloss (colored box, sections)
- Dynamic width based on content
- JSON output support (--json flag)
- Excludes bots and AI agents by email pattern
This commit is contained in:
Ryan Snodgrass
2025-12-14 12:38:19 -08:00
parent 3a9749279a
commit f88a0d015b
7 changed files with 1363 additions and 794 deletions

File diff suppressed because one or more lines are too long