summaryrefslogtreecommitdiff
path: root/Magefile.go
AgeCommit message (Expand)Author
2025-09-08docs: move tmux documentation to its own filePaul Buetow
2025-09-07feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...Paul Buetow
2025-09-07refactor: move hexai-action to cmd/hexai-action; extract orchestration into i...Paul Buetow
2025-09-07tiding upPaul Buetow
2025-09-06fix unit test coveragePaul Buetow
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...Paul Buetow
2025-09-06always print test coverage, bump up coverage threshold to 85%Paul Buetow
2025-09-04mage: add CoverCheck target to enforce >=80% per-package coverage with except...Paul Buetow
2025-09-03mage: warn when total coverage < 80% on Build and Install if a coverage profi...Paul Buetow
2025-09-03mage: write separate coverage artifacts: docs/cover(.out|.html) and docs/cove...Paul Buetow
2025-09-03add coverage filesPaul Buetow
2025-09-03mage: improve coverage targets; print combined total and add cross-package Co...Paul Buetow
2025-08-28build: replace Taskfile with Magefile; add Mage targets and README build notesPaul Buetow