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
Generated
-6
View File
@@ -1079,12 +1079,6 @@ wheels = [
name = "model-platform"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "ipykernel" },
]
[package.metadata]
requires-dist = [{ name = "ipykernel", specifier = ">=7.3.0" }]
[[package]]
name = "nbclient"