# qmd

Local hybrid search (BM25 + vector + LLM rerank) for personal knowledge bases

**Score:** 78% pass rate
**Principles:** 4/7 met

## Embed the badge

The [badge floor](https://anc.dev/badge) is 80%; this scorecard is at 78% (2 points below). Once the score clears the floor, the embed snippet will appear here.

| Status | Check | Principle | Evidence |
|--------|-------|-----------|----------|
| PASS | Help flag produces useful output | [P3](https://anc.dev/p3) |  |
| PASS | Version flag works | [P3](https://anc.dev/p3) |  |
| SKIP | Structured output support | [P2](https://anc.dev/p2) | no --output/--format flag detected |
| PASS | Rejects invalid arguments | [P4](https://anc.dev/p4) |  |
| WARN | Quiet mode available | [P7](https://anc.dev/p7) | no --quiet/-q flag detected in --help output |
| PASS | Handles SIGPIPE gracefully | [P6](https://anc.dev/p6) |  |
| PASS | Non-interactive by default | [P1](https://anc.dev/p1) |  |
| SKIP | Non-interactive gate flag advertised in --help | [P1](https://anc.dev/p1) | target satisfies P1 via alternative gate (help-on-bare or stdin-primary) |
| PASS | Flags advertise env-var bindings in --help | [P1](https://anc.dev/p1) |  |
| WARN | Pager-using CLI ships --no-pager escape hatch | [P6](https://anc.dev/p6) | pager referenced in --help but no --no-pager escape hatch advertised |
| PASS | Respects NO_COLOR | [P6](https://anc.dev/p6) |  |

**Repo:** [tobi/qmd](https://github.com/tobi/qmd)
**Language:** TypeScript
**Version scored:** 2.1.0
**Audit date:** 2026-05-01 10:10:00 UTC
**Duration:** 1.7s
**Platform:** `linux/x86_64`
**Mode:** command
**Anc build:** 0.3.0
**Install:** `bun add -g @tobilu/qmd`

## Reproduce locally

```bash
anc check --command qmd --output json
```
