Fix Markdown formatting in CLAUDE.md (blank lines around lists)

Applied linter formatting fixes for MD032 compliance.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-31 16:48:41 +01:00
parent e491dadc67
commit 7bde9e2f0c

View File

@@ -346,6 +346,7 @@ unzip -l wc-composable-product-vX.X.X.zip
**Impact:** Settings page now correctly integrates as tab in WooCommerce > Settings
**Files modified:**
- wc-composable-product.php (version bump to 1.0.1, hook change)
- CHANGELOG.md (documented fix)
@@ -406,9 +407,11 @@ unzip -l wc-composable-product-vX.X.X.zip
- Order meta flag: `_composable_stock_reduced` (prevents duplicate operations)
**Files created:**
- includes/Stock_Manager.php (new, 263 lines)
**Files modified:**
- includes/Cart_Handler.php (+13 lines: stock manager integration)
- includes/Product_Selector.php (+17 lines: stock info retrieval)
- includes/Plugin.php (+1 line: Stock_Manager require)
@@ -428,6 +431,7 @@ unzip -l wc-composable-product-vX.X.X.zip
- MD5: 0a60816bbc5a01c0057c1ffa72679d93
**Testing performed:**
- PHP syntax validation on all modified files (php -l)
- Verified all files pass lint checks
- Package contents verified with unzip -l
@@ -438,6 +442,7 @@ unzip -l wc-composable-product-vX.X.X.zip
Stock management now fully implemented - removed from limitations list.
Remaining limitations:
- Variable product support
- Grouped product support
- Template cache manual clearing
@@ -446,6 +451,7 @@ Remaining limitations:
**What works (v1.1.0):**
Everything from v1.0.0 plus:
- Real-time stock validation ✓
- Automatic inventory tracking ✓
- Visual stock indicators ✓