=== AI Toolkit for WordPress ===
Version: 1.0.0

== Description ==
Modular AI features for WordPress — bring your own Anthropic API key, no agency branding, no subscription. This is a white-label plugin intended to be installed on a client's own site as part of a custom AI development project.

== Free vs Pro ==
FREE (always available, no license needed):
1. AI Content / Bio Writer — [aitk_writer] shortcode, rewrites rough notes into polished copy (bios, listings, blurbs)
2. AI Translation — [aitk_translate]content[/aitk_translate], 14 languages, translate-on-click

PRO (requires an active license):
3. Conversational AI Assistant — [aitk_assistant] shortcode, a chat widget that defaults to the site's own name (no agency branding)
4. AI Content Moderation — screens new comments for scam/abuse patterns via AI classification

Unlicensed sites can still place the Pro shortcodes — admins see a small "this is a Pro feature" notice when previewing the page; regular visitors see nothing at all (no broken widget, no raw shortcode text).

== Why "Bring Your Own Key" ==
Every site using this plugin uses its own Anthropic API key, set under AI Toolkit → Settings. Usage costs are billed directly to that key's owner — there's no shared backend, no per-site subscription beyond the Pro license itself, and no usage data passing through a third party.

== Cost Control ==
Each module is independently rate-limited per visitor, per hour (configurable, default 20/hour) to keep costs predictable even on busy sites.

== Licensing Setup (for the developer/seller) ==
1. Create the Pro product in your LemonSqueezy dashboard
2. Fill in AITK_LS_STORE_ID and AITK_LS_PRODUCT_ID at the top of ai-toolkit-wp.php
3. For local testing without LemonSqueezy, define AITK_LICENSE_OVERRIDE = true in wp-config.php to unlock Pro features — remove before shipping to a real customer

== Installation ==
1. Upload the `ai-toolkit-wp` folder to /wp-content/plugins/
2. Activate from WP Admin > Plugins
3. Go to AI Toolkit → Settings, add the Anthropic API key, click "Test API Key"
4. Toggle on the free modules; activate a license under AI Toolkit → License to unlock Pro modules
5. Drop shortcodes onto pages, or let Content Moderation run automatically on comments if enabled (Pro)

== Changelog ==

= 1.0.0 =
* Initial release: AI Writer, Conversational Assistant, Translation, Content Moderation
* Free/Pro split: Writer + Translation free, Assistant + Moderation require a license
* LemonSqueezy license gating with test-mode override for development
* Bring-your-own-key settings with live key testing, per-feature rate limiting
