@morit/cli 1.6.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,8 +17,9 @@ npx -y @morit/cli plugin build .
17
17
  npx -y @morit/cli plugin deploy . --visibility private
18
18
  ```
19
19
 
20
- `plugin preview`는 validate된 Runtime v2 화면을 script-free HTML로 렌더링하고 light/dark 토글을
21
- 제공합니다. Node SDK의 `previewProjectDirectory`, `@morit/plugin-mcp`의
20
+ 프로젝트는 Runtime v3(`ui_schema: 3`)로 scaffold됩니다. 명시적으로 `ui_schema: 2`를 선택한
21
+ 기존 프로젝트는 그대로 호환됩니다. `plugin preview`는 validate된 v2/v3 화면을 script-free HTML로
22
+ 렌더링하고 light/dark 토글을 제공합니다. Node SDK의 `previewProjectDirectory`, `@morit/plugin-mcp`의
22
23
  `morit_project_preview`, 저장소 도구 `python tools/morit_plugin.py preview <directory>`도 같은
23
24
  계약을 사용합니다.
24
25