From 204bd3b118c6e5d36807d22deda399a9d7cc40ca Mon Sep 17 00:00:00 2001 From: Mike Kell Date: Sat, 11 Jul 2026 10:23:57 -0400 Subject: [PATCH] chore: remove stray commit_msg.txt --- commit_msg.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 commit_msg.txt diff --git a/commit_msg.txt b/commit_msg.txt deleted file mode 100644 index 75e8293..0000000 --- a/commit_msg.txt +++ /dev/null @@ -1,13 +0,0 @@ -feat(wc-catalog-expansion): Stage 9C — WooCommerce catalog expansion - -- Add ProductCategory domain model (id, name, slug, parentId, count) with copyWith, equality, toString -- Add ProductImage domain model (id, url, alt, position) with copyWith, equality -- Extend ProductPublishingRepository contract: createProduct, deleteProduct, updateProductImages, getProductImages, getCategories, createCategory, updateCategory, deleteCategory -- Implement all 8 new methods in FakeProductPublishingRepository with seed categories -- Implement all 8 new methods in WordPressProductPublishingRepository -- Add WooCommerceApiClient methods: createProduct, deleteProduct, getCategories (paginated), createCategory, updateCategory, deleteCategory, getProductImages, setProductImages -- Add use cases: CreateProduct, DeleteProduct, GetCategories, CreateCategory, UpdateProductImages -- Update feature_wordpress.dart barrel exports -- Update test stubs in dashboard_controller_test.dart and product_publishing_page_test.dart -- Add 69 new tests in wc_catalog_expansion_test.dart (388 total feature_wordpress, 24 kell_web — all passing) -- Update master_development_brief.md and build_execution_tracker.md