Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vibe/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ auto_compact_threshold = 200000
context_warnings = false
textual_theme = "catppuccin-mocha"
instructions = ""
system_prompt_id = "vibe"
system_prompt_id = "cli"
include_commit_signature = true
include_model_info = true
include_project_context = true
Expand Down
706 changes: 0 additions & 706 deletions .vibe/prompts/vibe.md

This file was deleted.

418 changes: 269 additions & 149 deletions AGENTS.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.6.3] - 2026-06-22

### Changed

**Mistral Vibe Configuration:**
- Migrated Vibe development instructions from `.vibe/prompts/vibe.md` to `AGENTS.md` for standardized AI agent guidance
- Updated `.vibe/config.toml` to use default CLI system prompt instead of custom vibe prompt
- Removed `.vibe/prompts/vibe.md` (content consolidated into AGENTS.md)

**AGENTS.md Enhancements:**
- Added theme overview and efficiency guidelines
- Expanded project structure with font family, text domain, and file references
- Added WordPress Development Mode and mu-plugin caching documentation
- Added demo rebuild workflow and pattern URL environment migration instructions
- Added WooCommerce store subsite documentation with template hierarchy and filter blocks
- Updated commit hygiene rules to include Mistral/Vibe attribution exclusion
- Improved formatting consistency throughout

## [4.6.2] - 2026-06-20

### Fixed
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: block-patterns, block-styles, blog, custom-colors, custom-logo, custom-men
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 4.6.2
Stable tag: 4.6.3
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -174,6 +174,11 @@ Elayne includes custom image sizes optimized for different layouts:

== Changelog ==

= 4.6.3 - 06/22/26 =
* CHANGED: Migrated Mistral Vibe development instructions from .vibe/prompts/vibe.md to AGENTS.md for standardized AI agent guidance.
* CHANGED: Updated .vibe/config.toml to use default CLI system prompt instead of custom vibe prompt.
* CHANGED: Enhanced AGENTS.md with theme overview, WooCommerce subsite docs, demo rebuild workflow, mu-plugin caching, and pattern URL migration instructions.

= 4.6.2 - 06/20/26 =
* FIXED: Added function_exists() guards around all WooCommerce functions to prevent fatal errors on non-WooCommerce sites.
* FIXED: Category filter drawer safely skips enqueue when WooCommerce is not active.
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Elayne is a premium full-site-editing block theme for professional
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Version: 4.6.2
Version: 4.6.3
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: elayne
Expand Down
Loading