@hackage / tricorder

Continuous Haskell build status, diagnostics, and tests via a shared daemon

Latest0.1.0.1

About

Metadata

  • Last updated , by cgeorgii
  • License MIT
  • Categories Development
  • Maintained by: christian.georgii@tweag.io

  • Lottery factor: 1

Links

Installation

Readme

tricorder

tricorder empowers developers and LLM coding agents working with Haskell by surfacing the right information at each stage: build status, diagnostics, test results, and documentation.

Like ghcid and ghciwatch, it rebuilds continuously on every change and reports diagnostics — but it runs builds in a background daemon so multiple clients (an interactive TUI, a tricorder status CLI, a Claude Code skill) can query a single shared build state without triggering redundant rebuilds. It discovers components across multi-package cabal.project workspaces automatically and ships context-friendly output for agentic use.

See the repository README for installation (Nix, Home Manager, NixOS), Claude Code plugin setup, configuration, and custom key bindings.

Built on atelier

tricorder is built on the atelier toolkit, also developed in this repository:

License

MIT — see LICENSE.