innercontext/backend
Piotr Oleszczyk 4954d4f449 refactor(skin): replace trend with texture field on SkinConditionSnapshot
Remove the derived `trend` field (better computed from history by the MCP
agent) and add `texture: smooth|rough|flaky|bumpy` which LLM can reliably
assess from photos. Updates model, API, system prompt, tests, and frontend.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 13:25:57 +01:00
..
innercontext refactor(skin): replace trend with texture field on SkinConditionSnapshot 2026-02-28 13:25:57 +01:00
tests refactor(skin): replace trend with texture field on SkinConditionSnapshot 2026-02-28 13:25:57 +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 style: reformat import block in main.py 2026-02-27 23:05:14 +01:00
pyproject.toml feat: AI photo analysis for skin snapshots 2026-02-28 12:47:51 +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 feat: AI photo analysis for skin snapshots 2026-02-28 12:47:51 +01:00

See the root README for setup and usage instructions.