chore: clean workspace deps and add CLAUDE.md

- Drop ipykernel from the root virtual dependency list; the
  workspace relies on its subpackages and uv lockfile to manage
  per-service dependencies.
- Refresh uv.lock to match the trimmed root dependency set.
- Add CLAUDE.md describing the workspace layout, common
  development and database commands, the Nginx/backend/runtime
  auth request flow, and the boundaries to keep in mind when
  changing services.
This commit is contained in:
tao.chen
2026-07-29 14:32:44 +08:00
parent 98b0be11ad
commit baee7a60e1
3 changed files with 79 additions and 9 deletions
+1 -3
View File
@@ -2,9 +2,7 @@
name = "model-platform"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"ipykernel>=7.3.0",
]
dependencies = []
[tool.uv.workspace]
members = [