@01.works/visual-review 0.15.0 → 0.16.0
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 +11 -1
- package/dist/active-review-mount-A2iVUJfc.js +2106 -0
- package/dist/{build-identity-DebYe8Qe.js → build-identity-CVzxm4f7.js} +1 -1
- package/dist/cli.js +407 -32
- package/dist/convex-runtime-B43ycxNU.js +2 -0
- package/dist/cursor-chat-repository-DWfIYLEK.js +1 -0
- package/dist/cursor-chat-ui-DvNd1zbx.js +95 -0
- package/dist/hosted-runtime-DpU5J79N.js +13 -0
- package/dist/index.d.ts +53 -9
- package/dist/index.js +1 -1
- package/dist/{install-CY72L_bY.js → install-DmtmFNiz.js} +1 -1
- package/dist/mcp.js +32 -26
- package/dist/next-config.js +1 -1
- package/dist/{primitives-lxsPH8SN.js → primitives-DkA74LDF.js} +2 -2
- package/dist/react.js +1 -1
- package/dist/vite.js +1 -1
- package/package.json +5 -2
- package/dist/active-review-mount-BpeCsPqV.js +0 -1941
- package/dist/convex-runtime-D1aPBck9.js +0 -2
- package/dist/cursor-chat-repository-CK86F1lv.js +0 -1
- package/dist/cursor-chat-ui-Cu42FHov.js +0 -94
- package/dist/hosted-runtime-B7YTLu3G.js +0 -13
- package/dist/review-repository-CAu78oOD.js +0 -1
package/README.md
CHANGED
|
@@ -272,6 +272,11 @@ Origin과 초대 링크로 다시 열라는 안내를 console에 한 번만 남
|
|
|
272
272
|
방문자에게는 이 안내나 UI를 노출하지 않습니다. 실제 활성화는 project의 exact origin
|
|
273
273
|
연결과 invitation 검증이 결정합니다.
|
|
274
274
|
|
|
275
|
+
Activation marker는 URL fragment에서만 읽습니다. `visual-review`, `agency-review`,
|
|
276
|
+
`agency-review-invite` 이름을 query parameter로 전달해도 활성화하지 않습니다. Query는
|
|
277
|
+
최초 HTTP request와 referrer에 포함될 수 있으므로 project locator나 invitation ID를
|
|
278
|
+
query에 넣지 않습니다.
|
|
279
|
+
|
|
275
280
|
초대가 있지만 bootstrap이 `ORIGIN_NOT_ALLOWED`를 반환하면 오류 surface에 현재 Origin과
|
|
276
281
|
프로젝트 설정에 그대로 추가할 값을 표시합니다. Origin은 protocol, hostname, port까지
|
|
277
282
|
정확히 일치해야 합니다. 이 검사는 invitation 기반 활성화나 서버의 exact-origin 검증을
|
|
@@ -336,7 +341,12 @@ Self-hosted custom runtime은 `cursorChatRepository`와 `cursorChatRoomId`를
|
|
|
336
341
|
`bottom-left`, `left`입니다. 양수 `x`는 오른쪽, 양수 `y`는 아래쪽으로 이동합니다.
|
|
337
342
|
safe-area inset은 모든 anchor에 적용됩니다. 너비 640px 이하에서는 상단·측면 배치가
|
|
338
343
|
콘텐츠와 겹치지 않도록 요청한 방향에 가까운 좌측 또는 우측 하단 모서리로 자동
|
|
339
|
-
보정됩니다.
|
|
344
|
+
보정됩니다. 모바일에서도 도크 자체의 크기와 형태는 데스크톱과 같은 컴팩트 UI를
|
|
345
|
+
유지합니다.
|
|
346
|
+
|
|
347
|
+
도크 왼쪽에는 프로젝트 이름의 첫 글자를 사용한 기본 아이콘이 표시됩니다. 프로젝트별
|
|
348
|
+
이미지 설정은 리뷰 대상 앱의 설치 코드가 아니라 Visual Review 관리자 프로젝트 설정에서
|
|
349
|
+
관리하며, 이미지를 불러오지 못하면 같은 첫 글자 아이콘으로 돌아갑니다.
|
|
340
350
|
|
|
341
351
|
## Activation
|
|
342
352
|
|