<?php
/**
 * Uninstall script for BW AI Schema Pro.
 *
 * Runs when the plugin is deleted via the WP Admin plugins screen.
 *
 * NOTE: This plugin uses the legacy `bw_schema_*` prefix (pre-dates the BW slug-derived
 * prefix standard). All option/meta/transient keys are `bw_schema_*`, not `bw_ai_schema_pro_*`.
 * See CLAUDE.md and docs/ROADMAP.md for the rename plan.
 *
 * Conservative on purpose — this plugin is in production on 16 sites with customer data
 * keyed under `bw_schema_*`. Aggressive cleanup is deferred until the rename + migration
 * plan in ROADMAP.md is executed.
 */

defined( 'WP_UNINSTALL_PLUGIN' ) || exit;

// Plugin-specific cleanup is intentionally minimal at this stage.
// Add specific delete_option / delete_post_meta / drop table calls here when the
// data inventory in docs/ARCHITECTURE.md "Data Storage" section is complete.
