- Saved recipes: save/unsave, star rating, notes, tags, collections (migrations 018-020) - Recipe browser: domain/category browsing with pantry match badges, pagination - Recipe detail panel: full directions, ingredient checklist, swap candidates, prep notes - Grocery links: affiliate links for missing ingredients - Nutrition filters and display chips on recipe cards - Bookmark toggle persisted to saved_recipes table - Tier gates on saved recipes (paid) and collections (premium) - Browser telemetry for domain/category click tracking - Cloud compose: CLOUD_DATA_ROOT volume mount for per-user SQLite trees - manage.sh: cf-orch agent sidecar in local stack - README: updated feature list and stack description
30 lines
422 B
Text
30 lines
422 B
Text
|
|
# CLAUDE.md — gitignored per BSL 1.1 commercial policy
|
|
CLAUDE.md
|
|
|
|
# Superpowers brainstorming artifacts
|
|
.superpowers/
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Environment files (keep .env.example)
|
|
.env
|
|
|
|
# Node modules
|
|
node_modules/
|
|
dist/
|
|
|
|
# Data directories
|
|
data/
|
|
|
|
# Test artifacts (MagicMock sqlite files from pytest)
|
|
<MagicMock*
|
|
|
|
# Playwright / debug screenshots
|
|
debug-screenshots/
|