innercontext/backend
Piotr Oleszczyk 9a069508af refactor: remove routine_role, recommended_frequency, evidence_level, cumulative_with
Drop fields identified as redundant or low-value from the Product model,
API schemas, frontend types, and forms. Raise effect_profile threshold in
to_llm_context() from >0 to >=2 to suppress noise values. Remove sku/barcode
from LLM context output (kept on model for catalog use).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 10:22:59 +01:00
..
innercontext refactor: remove routine_role, recommended_frequency, evidence_level, cumulative_with 2026-02-27 10:22:59 +01:00
tests refactor: remove routine_role, recommended_frequency, evidence_level, cumulative_with 2026-02-27 10:22:59 +01:00
.env.example fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00
.python-version Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
db.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
main.py fix: resolve frontend/backend integration bugs 2026-02-26 21:53:17 +01:00
pyproject.toml fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00
README.md Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
skincare.yaml Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
uv.lock fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00

See the root README for setup and usage instructions.