Initialize catalog structure and product schema

This commit is contained in:
Andrew Griess
2026-07-15 10:32:51 -05:00
commit fcbce4f6f6
7 changed files with 321 additions and 0 deletions

33
docs/field-reference.md Normal file
View File

@@ -0,0 +1,33 @@
# Catalog Field Reference
## Required Fields
### `catalog_version`
Catalog record format version.
Current value:
```json
1
Create a `.gitignore`:
```bash
cat > .gitignore <<'EOF'
# Generated exports
/exports/*
!/exports/.gitkeep
# Generated indexes
/indexes/*
!/indexes/.gitkeep
# Local and temporary files
*.tmp
*.bak
*.log
.DS_Store
Thumbs.db
.vscode/
.idea/