# plugin-reputation

`@fayz-ai/plugin-reputation` · preview · Partial capability

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.

## Specs

- **Package:** `@fayz-ai/plugin-reputation`
- **Version:** 0.2.4
- **Status:** preview
- **Capability:** Partial capability
- **Product type:** Scheduling
- **Stable channel:** `^0.2.4`
- **Migrations:** none
- **Factory:** `createReputationPlugin()`

## Data model

No tables of its own — this plugin uses the core / archetype library (same rule: tenant_id + RLS)..

## AI tools

This plugin declares no AI tools.

## Integrations

No hosted connector — external providers come in via the connector spine (`@fayz-ai/core`).

## Integrate

Add the plugin to surfaces.admin.plugins in your app's app.manifest.json and run the doctor to validate:

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

```bash
npx fayz doctor
```
