fix(studio): harden runtime integration and dependency defaults

Stabilize studio publish/visualization flow and tighten export behavior while aligning project dependencies with the monorepo runtime expectations.
This commit is contained in:
2026-03-03 17:59:56 +08:00
parent 00fcda4fe3
commit 967a10c10e
7 changed files with 122 additions and 87 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ Use it as the default playbook for commands, conventions, and safety checks.
- Package/runtime tool: `uv`
Critical source-of-truth rule:
- `opengait/demo` is an implementation layer and may contain project-specific behavior.
- `opengait-studio/opengait_studio` is an implementation layer and may contain project-specific behavior.
- When asked to “refer to the paper” or verify methodology, use the paper and official citations as ground truth.
- Do not treat demo/runtime behavior as proof of paper method unless explicitly cited by the paper.
@@ -20,7 +20,7 @@ Critical source-of-truth rule:
Install dependencies with uv:
```bash
uv sync --extra torch
uv sync
```
Notes from `pyproject.toml`: