# plugin-reputation

`@fayz-ai/plugin-reputation` · preview · Capability parcial

Reputation is the cheapest growth lever a local business has, and the easiest to ignore. Reviews sit scattered across Google and Facebook, replies never happen, and nobody ever asks the happy customer for a rating. plugin-reputation is the GoHighLevel-style reputation surface for the Fayz engine: a single home for your rating, your review feed, and the actions that move it.

## Ficha técnica

- **Pacote:** `@fayz-ai/plugin-reputation`
- **Versão:** 0.2.4
- **Status:** preview
- **Capability:** Capability parcial
- **Tipo de produto:** Agendamento
- **Canal stable:** `^0.2.4`
- **Migrations:** nenhuma
- **Factory:** `createReputationPlugin()`

## Modelo de dados

Sem tabelas próprias — usa a biblioteca core / archetype (mesma regra: `tenant_id` + RLS).

## Tools de IA

Nenhuma ferramenta de IA declarada.

## Integrações

Sem conector hospedado — provedores externos via spine de conectores (`@fayz-ai/core`).

## Integrar

Adicione o plugin em `surfaces.admin.plugins` do `app.manifest.json` e rode o doctor:

```json
{ "surfaces": { "admin": { "plugins": [ { "id": "reputation", "enabled": true } ] } } }
```

```bash
npx fayz doctor
```
