Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,12 @@ cargo fmt
- `src/main.rs` - CLI argument parsing and application coordination
- `src/catalog/` - Recipe catalog operations (read-only data access)
- `items/` - Core data structures (Ingredient, WeightedIngredient, Recipe)
- `schema/` - JSON schema generation for IDE autocompletion support
- `loader.rs` - JSONC loading, parsing, and validation with comprehensive error handling
- `jsonc/` - JSONC file handling, schema generation, and initialization
- `discovery.rs` - Catalog directory detection and validation logic
- `mod.rs` - Catalog module coordination and public API
- `src/commands/` - Command implementations (init, recipe, kitchen-ref)
- `recipe/` - Recipe command with search and nutrition display
- `src/error/` - Centralized error handling and user-friendly error messages
- `src/error/` - Centralized error handling with semantic error types
- `src/utils/` - Utility functions (suggestions, etc.)

#### Tests
Expand Down