devboy-executor 0.28.1

Tool execution engine for devboy-tools — provider factory, enrichment pipeline, typed output. Wires every devboy provider into a uniform tool surface.
Documentation
# devboy-executor public API baseline

Snapshot captured with [`cargo-public-api`](https://github.com/cargo-public-api/cargo-public-api). Drift surfaces in code review by diffing against `baseline.txt`.

## Regenerate

```bash
cargo public-api --simplified -p devboy-executor \
  > crates/devboy-executor/.public-api/baseline.txt
```

## Diff against the baseline

```bash
cargo public-api --simplified -p devboy-executor diff \
  crates/devboy-executor/.public-api/baseline.txt
```

Empty output = no surface change. See [crates/devboy-core/.public-api/README.md](../../devboy-core/.public-api/README.md) for the rationale and one-time setup (nightly toolchain + `cargo install cargo-public-api`).