feat: add documentation, Streamlit GUI, and full source tree
- Rewrite README.md with project overview, quick-start, and CLI summary - Add docs/CLI-REFERENCE.md with full flag reference and 8 recipe sections - Add docs/DEVELOPER.md with architecture, data flow, and extension guides - Rewrite src/core/__init__.py with public API exports and module docstring - Add Streamlit GUI (src/gui/) with file upload, advanced options, interactive match group review with side-by-side diff, and download buttons - Add .gitignore, requirements.txt, all source code, tests, and sample data - Add streamlit to requirements.txt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
16
test-cases/uc02_product_catalog.csv
Normal file
16
test-cases/uc02_product_catalog.csv
Normal file
@@ -0,0 +1,16 @@
|
||||
sku,product_name,price,stock,category
|
||||
DOG-001,Dog Collar - Red - Large,12.99,45,Collars
|
||||
DOG-001 ,Dog Collar Red Large,12.99,12,Collars
|
||||
dog-001,"Dog Collar, Red, L",12.99,8,Collars
|
||||
DOG-001 ,Red Dog Collar (Large),12.99,3,Collars
|
||||
DOG-002,Dog Collar - Red - Medium,11.99,20,Collars
|
||||
DOG-002,Dog Collar Red Medium,11.99,15,Collars
|
||||
CAT-100,Cat Scratching Post 36 inch,29.99,10,Furniture
|
||||
CAT-100,"Cat Scratching Post 36""",29.99,5,Furniture
|
||||
CAT-100,Cat Scratch Post 36in,29.99,2,Furniture
|
||||
CAT-101,Cat Scratching Post 36 inch,31.99,8,Furniture
|
||||
BIRD-50,Parrot Cage Large,89.00,4,Cages
|
||||
BIRD-50,Parrot Cage Large,89.00,1,Cages
|
||||
FISH-22,Aquarium Filter 20gal,45.50,12,Aquatics
|
||||
RABT-7,Rabbit Hutch Outdoor,199.99,3,Cages
|
||||
DOG-555,Dog Bed Memory Foam XL,75.00,8,Beds
|
||||
|
Reference in New Issue
Block a user