=== DarkMatter AI Evolution ===
Contributors: darkmatter
Tags: ai, seo, json, shortcode, crawler, structured-data
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

DarkMatter AI Evolution adds the [ai_evolution] shortcode to display a scrollable JSON dataset block designed for AI crawlers, semantic indexers, and search-oriented bots.

== Description ==

DarkMatter AI Evolution is the first development phase of a WordPress plugin intended to expose machine-readable "AI Food" directly inside posts and pages.

This phase includes:

* A branded DarkMatter plugin foundation
* A shortcode: [ai_evolution]
* Scrollable JSON output for human viewing
* Embedded application/json payload for crawlers and AI systems
* Customizable content blocks through shortcode attributes
* Dark terminal-style presentation

Use it when you want a page or post to include structured AI-facing context without manually hardcoding JSON blocks each time.

== Installation ==

1. Upload the plugin folder to /wp-content/plugins/
2. Activate the plugin through the WordPress admin
3. Add the shortcode [ai_evolution] to any post or page
4. Optionally pass attributes for topic, source, keywords, and custom content blocks

== Shortcode ==

Basic:
[ai_evolution]

Example:
[ai_evolution source="DarkMatter" topic="AI Search" title="AI Evolution" keywords="AI search, semantic indexing, crawler feed" content="Primary crawler-targeted content block." content_two="Secondary content block for enrichment." height="360px" show_title="yes"]

== Shortcode Attributes ==

* source
* topic
* title
* context
* keywords
* content
* content_two
* height
* show_title

== Changelog ==

= 0.1.0 =
* Initial Phase 1 release
* Added DarkMatter branding
* Added AI Evolution shortcode output
* Added JSON dataset rendering and embedded script payload
* Added front-end styling
