@weppy/roblox-mcp 2.4.1 → 2.5.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.
Files changed (165) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.github/workflows/install-test.yml +2 -21
  3. package/CHANGELOG.md +22 -5
  4. package/COMMERCIAL-LICENSE.md +1 -1
  5. package/README.md +11 -11
  6. package/TRADEMARKS.md +1 -1
  7. package/docs/en/dashboard/changelog.md +1 -1
  8. package/docs/en/dashboard/connection.md +1 -1
  9. package/docs/en/dashboard/overview.md +1 -1
  10. package/docs/en/dashboard/playtest.md +1 -1
  11. package/docs/en/dashboard/settings.md +1 -1
  12. package/docs/en/dashboard/sync.md +1 -1
  13. package/docs/en/dashboard/tools.md +1 -1
  14. package/docs/en/installation/README.md +4 -4
  15. package/docs/en/installation/ai-apps/antigravity.md +1 -1
  16. package/docs/en/installation/ai-apps/claude-app.md +1 -1
  17. package/docs/en/installation/ai-apps/claude-code.md +1 -1
  18. package/docs/en/installation/ai-apps/codex-app.md +1 -1
  19. package/docs/en/installation/ai-apps/codex-cli.md +1 -1
  20. package/docs/en/installation/ai-apps/cursor.md +1 -1
  21. package/docs/en/installation/ai-apps/gemini-cli.md +1 -1
  22. package/docs/en/installation/roblox-explorer.md +12 -12
  23. package/docs/en/installation/roblox-plugin.md +5 -5
  24. package/docs/en/pro-upgrade.md +3 -3
  25. package/docs/en/sync/luau-lsp.md +13 -13
  26. package/docs/en/sync/overview.md +8 -8
  27. package/docs/en/tools/overview.md +1 -1
  28. package/docs/en/tools/playtest.md +2 -2
  29. package/docs/es/README.md +10 -10
  30. package/docs/es/dashboard/changelog.md +1 -1
  31. package/docs/es/dashboard/connection.md +1 -1
  32. package/docs/es/dashboard/overview.md +1 -1
  33. package/docs/es/dashboard/playtest.md +1 -1
  34. package/docs/es/dashboard/settings.md +1 -1
  35. package/docs/es/dashboard/sync.md +1 -1
  36. package/docs/es/dashboard/tools.md +1 -1
  37. package/docs/es/installation/README.md +3 -3
  38. package/docs/es/installation/ai-apps/antigravity.md +1 -1
  39. package/docs/es/installation/ai-apps/claude-app.md +1 -1
  40. package/docs/es/installation/ai-apps/claude-code.md +1 -1
  41. package/docs/es/installation/ai-apps/codex-app.md +1 -1
  42. package/docs/es/installation/ai-apps/codex-cli.md +1 -1
  43. package/docs/es/installation/ai-apps/cursor.md +1 -1
  44. package/docs/es/installation/ai-apps/gemini-cli.md +1 -1
  45. package/docs/es/installation/roblox-explorer.md +11 -11
  46. package/docs/es/installation/roblox-plugin.md +3 -3
  47. package/docs/es/pro-upgrade.md +1 -1
  48. package/docs/es/sync/luau-lsp.md +13 -13
  49. package/docs/es/sync/overview.md +8 -8
  50. package/docs/es/tools/overview.md +1 -1
  51. package/docs/es/tools/playtest.md +2 -2
  52. package/docs/id/README.md +10 -10
  53. package/docs/id/dashboard/changelog.md +1 -1
  54. package/docs/id/dashboard/connection.md +1 -1
  55. package/docs/id/dashboard/overview.md +1 -1
  56. package/docs/id/dashboard/playtest.md +1 -1
  57. package/docs/id/dashboard/settings.md +1 -1
  58. package/docs/id/dashboard/sync.md +1 -1
  59. package/docs/id/dashboard/tools.md +1 -1
  60. package/docs/id/installation/README.md +4 -4
  61. package/docs/id/installation/ai-apps/antigravity.md +1 -1
  62. package/docs/id/installation/ai-apps/claude-app.md +1 -1
  63. package/docs/id/installation/ai-apps/claude-code.md +1 -1
  64. package/docs/id/installation/ai-apps/codex-app.md +1 -1
  65. package/docs/id/installation/ai-apps/codex-cli.md +1 -1
  66. package/docs/id/installation/ai-apps/cursor.md +1 -1
  67. package/docs/id/installation/ai-apps/gemini-cli.md +1 -1
  68. package/docs/id/installation/roblox-explorer.md +11 -11
  69. package/docs/id/installation/roblox-plugin.md +3 -3
  70. package/docs/id/pro-upgrade.md +1 -1
  71. package/docs/id/sync/luau-lsp.md +13 -13
  72. package/docs/id/sync/overview.md +8 -8
  73. package/docs/id/tools/overview.md +1 -1
  74. package/docs/id/tools/playtest.md +2 -2
  75. package/docs/installer/assets/index-Bz0amd7x.js +2 -2
  76. package/docs/installer/index.html +1 -1
  77. package/docs/installer/manifest.webmanifest +3 -3
  78. package/docs/ja/README.md +10 -10
  79. package/docs/ja/installation/README.md +4 -4
  80. package/docs/ja/installation/ai-apps/antigravity.md +1 -1
  81. package/docs/ja/installation/ai-apps/claude-app.md +1 -1
  82. package/docs/ja/installation/ai-apps/claude-code.md +1 -1
  83. package/docs/ja/installation/ai-apps/codex-app.md +1 -1
  84. package/docs/ja/installation/ai-apps/codex-cli.md +1 -1
  85. package/docs/ja/installation/ai-apps/cursor.md +1 -1
  86. package/docs/ja/installation/ai-apps/gemini-cli.md +1 -1
  87. package/docs/ja/installation/roblox-explorer.md +11 -11
  88. package/docs/ja/installation/roblox-plugin.md +3 -3
  89. package/docs/ja/pro-upgrade.md +1 -1
  90. package/docs/ja/sync/luau-lsp.md +13 -13
  91. package/docs/ja/sync/overview.md +8 -8
  92. package/docs/ja/tools/overview.md +1 -1
  93. package/docs/ja/tools/playtest.md +2 -2
  94. package/docs/ko/README.md +10 -10
  95. package/docs/ko/installation/README.md +4 -4
  96. package/docs/ko/installation/ai-apps/antigravity.md +1 -1
  97. package/docs/ko/installation/ai-apps/claude-app.md +1 -1
  98. package/docs/ko/installation/ai-apps/claude-code.md +1 -1
  99. package/docs/ko/installation/ai-apps/codex-app.md +1 -1
  100. package/docs/ko/installation/ai-apps/codex-cli.md +1 -1
  101. package/docs/ko/installation/ai-apps/cursor.md +1 -1
  102. package/docs/ko/installation/ai-apps/gemini-cli.md +1 -1
  103. package/docs/ko/installation/roblox-explorer.md +12 -12
  104. package/docs/ko/installation/roblox-plugin.md +5 -5
  105. package/docs/ko/pro-upgrade.md +1 -1
  106. package/docs/ko/sync/luau-lsp.md +13 -13
  107. package/docs/ko/sync/overview.md +8 -8
  108. package/docs/ko/tools/overview.md +1 -1
  109. package/docs/ko/tools/playtest.md +2 -2
  110. package/docs/pt-br/README.md +11 -11
  111. package/docs/pt-br/dashboard/changelog.md +1 -1
  112. package/docs/pt-br/dashboard/connection.md +1 -1
  113. package/docs/pt-br/dashboard/overview.md +1 -1
  114. package/docs/pt-br/dashboard/playtest.md +1 -1
  115. package/docs/pt-br/dashboard/settings.md +1 -1
  116. package/docs/pt-br/dashboard/sync.md +1 -1
  117. package/docs/pt-br/dashboard/tools.md +1 -1
  118. package/docs/pt-br/installation/README.md +4 -4
  119. package/docs/pt-br/installation/ai-apps/antigravity.md +1 -1
  120. package/docs/pt-br/installation/ai-apps/claude-app.md +1 -1
  121. package/docs/pt-br/installation/ai-apps/claude-code.md +1 -1
  122. package/docs/pt-br/installation/ai-apps/codex-app.md +1 -1
  123. package/docs/pt-br/installation/ai-apps/codex-cli.md +1 -1
  124. package/docs/pt-br/installation/ai-apps/cursor.md +1 -1
  125. package/docs/pt-br/installation/ai-apps/gemini-cli.md +1 -1
  126. package/docs/pt-br/installation/roblox-explorer.md +11 -11
  127. package/docs/pt-br/installation/roblox-plugin.md +3 -3
  128. package/docs/pt-br/pro-upgrade.md +1 -1
  129. package/docs/pt-br/sync/luau-lsp.md +13 -13
  130. package/docs/pt-br/sync/overview.md +8 -8
  131. package/docs/pt-br/tools/overview.md +1 -1
  132. package/docs/pt-br/tools/playtest.md +2 -2
  133. package/docs/troubleshooting.md +1 -1
  134. package/install.ps1 +8 -8
  135. package/install.sh +11 -11
  136. package/llms-full.txt +8 -8
  137. package/llms.txt +4 -4
  138. package/package.json +1 -1
  139. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  140. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-J4ikmBDz.js → ChangelogDetailPage-DRfFUIvC.js} +1 -1
  141. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-CRyiyz5Q.js → ChangelogPage-Dgl8dBt6.js} +1 -1
  142. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-BqqXDrdf.js → ConfirmModal-DfdyAPrJ.js} +1 -1
  143. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConnectionPage-BFjleYaN.js → ConnectionPage-LSvSX1_u.js} +1 -1
  144. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-DG5Q_c5f.js → InfoLabel-DrK7vhO-.js} +1 -1
  145. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-skOVAGFT.js → OverviewPage-CXsGuoPu.js} +1 -1
  146. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-jdZTJ1qE.js → PlaytestPage-CgkzRAqQ.js} +2 -2
  147. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-DGvziVFn.js → PropertyDiff-Dy3MffNh.js} +1 -1
  148. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-D2ZBQ2KF.js +1 -0
  149. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-D-Jxp4ai.js → StatusBadge-hJyzgRAl.js} +1 -1
  150. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-eX2Rh-Ct.js +4 -0
  151. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierComparison-Ct-fbCs5.js → TierComparison-BwKqP_4s.js} +1 -1
  152. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-CoEpWzRl.js → TierPromoProgress-CLAr1gQq.js} +1 -1
  153. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ToolsPage-Ov5mDGFU.js → ToolsPage-CqzfCxxH.js} +1 -1
  154. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{WhatsNewPage-DZ-tJeoq.js → WhatsNewPage-23o8LmsR.js} +1 -1
  155. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BfvSPSNj.js +207 -0
  156. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BpIv_H68.js → useLiveUptime-BeRNzFBh.js} +1 -1
  157. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +3 -3
  158. package/plugins/weppy-roblox-mcp/dist/index.js +82 -82
  159. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
  160. package/.github/workflows/deploy-docs.yml +0 -41
  161. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-DNmdsQlc.js +0 -1
  162. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BTX8aTCf.js +0 -4
  163. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-aMbdHsW4.js +0 -147
  164. /package/docs/installer/{wrox-icon.png → weppy-icon.png} +0 -0
  165. /package/plugins/weppy-roblox-mcp/dashboard/dist/{wrox-icon.png → weppy-icon.png} +0 -0
@@ -64,7 +64,7 @@ Claude Code mengelola MCP server secara otomatis:
64
64
 
65
65
  ## Tes Koneksi
66
66
 
67
- 1. Jalankan **Roblox Studio** → Tab Plugins → **WROX** → **Connect**
67
+ 1. Jalankan **Roblox Studio** → Tab Plugins → **WEPPY** → **Connect**
68
68
  2. Tes di **Claude Code**:
69
69
  ```
70
70
  Buatkan part biru di Roblox Studio
@@ -30,7 +30,7 @@ Command: npx -y @weppy/roblox-mcp
30
30
 
31
31
  ## Tes Koneksi
32
32
 
33
- 1. Jalankan **Roblox Studio** → Tab Plugins → **WROX** → **Connect**
33
+ 1. Jalankan **Roblox Studio** → Tab Plugins → **WEPPY** → **Connect**
34
34
  2. Mulai percakapan baru di **Codex App** dan tes:
35
35
  ```
36
36
  Beritahu apa yang sedang dipilih di Roblox Studio
@@ -40,7 +40,7 @@ args = ["-y", "@weppy/roblox-mcp"]
40
40
 
41
41
  ## Tes Koneksi
42
42
 
43
- 1. Jalankan **Roblox Studio** → Tab Plugins → **WROX** → **Connect**
43
+ 1. Jalankan **Roblox Studio** → Tab Plugins → **WEPPY** → **Connect**
44
44
  2. Jalankan **Codex CLI** lalu masukkan:
45
45
  ```
46
46
  Beritahu apa yang sedang dipilih di Roblox Studio
@@ -45,7 +45,7 @@ Setelah mengubah konfigurasi, muat ulang jendela Cursor atau mulai ulang aplikas
45
45
 
46
46
  ## Uji koneksi
47
47
 
48
- 1. Buka **Roblox Studio** → tab Plugins → **WROX** → **Connect**
48
+ 1. Buka **Roblox Studio** → tab Plugins → **WEPPY** → **Connect**
49
49
  2. Di **Cursor**, masukkan:
50
50
  ```
51
51
  Tell me what's currently selected in Roblox Studio
@@ -81,7 +81,7 @@ gemini mcp add weppy-roblox-mcp npx --trust -e HTTP_PORT=3002 -- -y @weppy/roblo
81
81
 
82
82
  ## Tes Koneksi
83
83
 
84
- 1. Buka **Roblox Studio** → tab Plugins → **WROX** → **Connect**
84
+ 1. Buka **Roblox Studio** → tab Plugins → **WEPPY** → **Connect**
85
85
  2. Jalankan **Gemini CLI** dan masukkan:
86
86
  ```
87
87
  Beritahu saya apa yang sedang dipilih di Roblox Studio
@@ -1,19 +1,19 @@
1
- # WROX Roblox Explorer (Ekstensi VSCode)
1
+ # WEPPY Roblox Explorer (Ekstensi VSCode)
2
2
 
3
3
  Tampilan pohon instansi seperti Explorer Roblox Studio, langsung di VSCode. Jelajahi instansi yang tersinkronisasi, buka skrip langsung, dan pantau status sinkronisasi tanpa meninggalkan editor.
4
- Ini adalah ekstensi pendamping untuk WROX, bukan integrasi Roblox yang berdiri sendiri.
4
+ Ini adalah ekstensi pendamping untuk WEPPY, bukan integrasi Roblox yang berdiri sendiri.
5
5
 
6
- ![WROX Roblox Explorer](../../assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
6
+ ![WEPPY Roblox Explorer](../../assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
7
7
 
8
8
  ## Persyaratan
9
9
 
10
10
  - VSCode 1.85+
11
11
  - [Roblox MCP](../../../README.md) sudah terpasang dengan Sync aktif (Basic atau Pro)
12
- - Sync sudah menghasilkan `wrox-project-sync/place_*/.sync-meta.json` di bawah root proyek
12
+ - Sync sudah menghasilkan `weppy-project-sync/place_*/.sync-meta.json` di bawah root proyek
13
13
 
14
14
  ## Cara Instalasi
15
15
 
16
- Cari **WROX Roblox Explorer** di sidebar Ekstensi VSCode (`Ctrl+Shift+X` / `Cmd+Shift+X`) dan klik **Install**.
16
+ Cari **WEPPY Roblox Explorer** di sidebar Ekstensi VSCode (`Ctrl+Shift+X` / `Cmd+Shift+X`) dan klik **Install**.
17
17
 
18
18
  Atau instal langsung dari marketplace berikut:
19
19
 
@@ -37,7 +37,7 @@ Penjelajahan tree dasar bekerja dari file sync di disk. Status sync live, indika
37
37
 
38
38
  | Pengaturan | Default | Deskripsi |
39
39
  |------------|---------|-----------|
40
- | `robloxExplorer.syncRoot` | `""` | Jalur absolut ke root `wrox-project-sync`. Jika kosong, akan dideteksi otomatis. WROX memakai `{projectRoot}/wrox-project-sync`. |
40
+ | `robloxExplorer.syncRoot` | `""` | Jalur absolut ke root `weppy-project-sync`. Jika kosong, akan dideteksi otomatis. WEPPY memakai `{projectRoot}/weppy-project-sync`. |
41
41
  | `robloxExplorer.hidePropsFiles` | `false` | Sembunyikan file Sync (`.props.json`, `_tree.json`, `.value.json`) di explorer VSCode default. |
42
42
  | `robloxExplorer.autoRefresh` | `true` | Perbarui pohon otomatis saat file Sync berubah. |
43
43
  | `robloxExplorer.showSyncStatus` | `true` | Tampilkan dekorasi status Sync pada item pohon. |
@@ -46,11 +46,11 @@ Penjelajahan tree dasar bekerja dari file sync di disk. Status sync live, indika
46
46
 
47
47
  | Perintah | Deskripsi |
48
48
  |----------|-----------|
49
- | `WROX Explorer: Refresh` | Perbarui pohon instansi secara manual |
50
- | `WROX Explorer: Search Instances` | Cari instansi di semua layanan |
51
- | `WROX Explorer: Open Backing File` | Buka file pendukung instansi yang dipilih |
52
- | `WROX Explorer: Copy Instance Path` | Salin jalur instansi lengkap (contoh: `game.Workspace.Part`) |
53
- | `WROX Explorer: Reveal in Explorer` | Tampilkan file di explorer VSCode default |
49
+ | `WEPPY Explorer: Refresh` | Perbarui pohon instansi secara manual |
50
+ | `WEPPY Explorer: Search Instances` | Cari instansi di semua layanan |
51
+ | `WEPPY Explorer: Open Backing File` | Buka file pendukung instansi yang dipilih |
52
+ | `WEPPY Explorer: Copy Instance Path` | Salin jalur instansi lengkap (contoh: `game.Workspace.Part`) |
53
+ | `WEPPY Explorer: Reveal in Explorer` | Tampilkan file di explorer VSCode default |
54
54
 
55
55
  ## Terkait
56
56
 
@@ -25,9 +25,9 @@ Catatan:
25
25
 
26
26
  ## 3. Verifikasi Instalasi
27
27
 
28
- Setelah restart, tombol **WROX** muncul di tab Plugins.
28
+ Setelah restart, tombol **WEPPY** muncul di tab Plugins.
29
29
 
30
- ![Tombol WROX](../../assets/screenshots/plugin/installation/toolbar-button.png)
30
+ ![Tombol WEPPY](../../assets/screenshots/plugin/installation/toolbar-button.png)
31
31
 
32
32
  ## 4. Hubungkan AI Agent
33
33
 
@@ -48,7 +48,7 @@ MCP server harus sudah terinstal. Selesaikan dulu panduan app AI yang Anda pakai
48
48
  ### Menghubungkan
49
49
 
50
50
  1. Buka proyek apa saja di **Roblox Studio**
51
- 2. Tab **Plugins** -> **WROX**
51
+ 2. Tab **Plugins** -> **WEPPY**
52
52
  3. Klik **Connect**
53
53
  4. Jika status **"Connected"** tampil, koneksi berhasil
54
54
 
@@ -48,7 +48,7 @@ Kamu hanya perlu mengaktifkan lisensi sekali, baik di plugin maupun di dashboard
48
48
 
49
49
  ### Aktifkan di plugin
50
50
 
51
- 1. Buka **WROX** di Roblox Studio lalu hubungkan ke MCP server.
51
+ 1. Buka **WEPPY** di Roblox Studio lalu hubungkan ke MCP server.
52
52
  2. Buka bagian **Settings > License** di plugin.
53
53
  3. Tempel key yang sudah dibeli ke field `License key`.
54
54
  4. Klik **Activate** untuk mengaktifkan lisensi.
@@ -1,19 +1,19 @@
1
- # Menggunakan `luau-lsp` dengan WROX Sync
1
+ # Menggunakan `luau-lsp` dengan WEPPY Sync
2
2
 
3
- WROX Sync bisa membuat file sourcemap yang dibutuhkan `luau-lsp` secara otomatis, jadi kamu bisa menyalakan fitur editor yang paham konteks Roblox tanpa menyiapkan proyek Rojo terpisah.
3
+ WEPPY Sync bisa membuat file sourcemap yang dibutuhkan `luau-lsp` secara otomatis, jadi kamu bisa menyalakan fitur editor yang paham konteks Roblox tanpa menyiapkan proyek Rojo terpisah.
4
4
 
5
- ## File yang ditulis WROX
5
+ ## File yang ditulis WEPPY
6
6
 
7
- Setelah Full Sync selesai, WROX menulis:
7
+ Setelah Full Sync selesai, WEPPY menulis:
8
8
 
9
- - Place sourcemap: `wrox-project-sync/place_<id>/sourcemap.json`
10
- - File perwakilan root: `wrox-project-sync/sourcemap.json`
9
+ - Place sourcemap: `weppy-project-sync/place_<id>/sourcemap.json`
10
+ - File perwakilan root: `weppy-project-sync/sourcemap.json`
11
11
 
12
- Untuk kebanyakan user, path yang direkomendasikan adalah `wrox-project-sync/sourcemap.json`.
12
+ Untuk kebanyakan user, path yang direkomendasikan adalah `weppy-project-sync/sourcemap.json`.
13
13
 
14
14
  ## Manfaatnya
15
15
 
16
- Saat `luau-lsp` membaca sourcemap dari WROX, hal berikut akan membaik:
16
+ Saat `luau-lsp` membaca sourcemap dari WEPPY, hal berikut akan membaik:
17
17
 
18
18
  - Autocomplete `game.*`
19
19
  - Navigasi antar script yang tersinkron
@@ -21,8 +21,8 @@ Saat `luau-lsp` membaca sourcemap dari WROX, hal berikut akan membaik:
21
21
 
22
22
  ## Setup yang direkomendasikan
23
23
 
24
- 1. Jalankan Full Sync sekali agar WROX membuat `wrox-project-sync/sourcemap.json`.
25
- 2. Arahkan pengaturan sourcemap `luau-lsp` di editor kamu ke `wrox-project-sync/sourcemap.json`.
24
+ 1. Jalankan Full Sync sekali agar WEPPY membuat `weppy-project-sync/sourcemap.json`.
25
+ 2. Arahkan pengaturan sourcemap `luau-lsp` di editor kamu ke `weppy-project-sync/sourcemap.json`.
26
26
  3. Jika client kamu bisa mematikan autogenerate Rojo, set `luau-lsp.sourcemap.autogenerate` ke `false`.
27
27
 
28
28
  Contoh pengaturan VSCode:
@@ -31,11 +31,11 @@ Contoh pengaturan VSCode:
31
31
  {
32
32
  "luau-lsp.sourcemap.enabled": true,
33
33
  "luau-lsp.sourcemap.autogenerate": false,
34
- "luau-lsp.sourcemap.sourcemapFile": "wrox-project-sync/sourcemap.json"
34
+ "luau-lsp.sourcemap.sourcemapFile": "weppy-project-sync/sourcemap.json"
35
35
  }
36
36
  ```
37
37
 
38
38
  ## Catatan Multi-place
39
39
 
40
- `wrox-project-sync/sourcemap.json` mengikuti place perwakilan proyek saat ini.
41
- Kalau kamu butuh place yang tetap, arahkan `luau-lsp` langsung ke `wrox-project-sync/place_<id>/sourcemap.json` milik place tersebut.
40
+ `weppy-project-sync/sourcemap.json` mengikuti place perwakilan proyek saat ini.
41
+ Kalau kamu butuh place yang tetap, arahkan `luau-lsp` langsung ke `weppy-project-sync/place_<id>/sourcemap.json` milik place tersebut.
@@ -18,16 +18,16 @@ Tanpa Sync, AI hanya melihat potongan kode yang ditempel di chat. Dengan Sync ak
18
18
  2. Incremental Sync: perubahan baru terus disinkronkan
19
19
  3. Pelacakan History/Status: cek apa yang berubah, kapan, dan ke arah mana
20
20
 
21
- Data Sync disimpan di `{projectRoot}/wrox-project-sync/place_{placeId}/explorer`.
22
- Selain itu, WROX menulis sourcemap per place ke `{projectRoot}/wrox-project-sync/place_{placeId}/sourcemap.json` dan menjaga file perwakilan root yang direkomendasikan di `{projectRoot}/wrox-project-sync/sourcemap.json`.
23
- Untuk integrasi editor seperti `luau-lsp`, sebaiknya gunakan path root. Langkah setup dijelaskan di [Menggunakan `luau-lsp` dengan WROX Sync](./luau-lsp.md).
21
+ Data Sync disimpan di `{projectRoot}/weppy-project-sync/place_{placeId}/explorer`.
22
+ Selain itu, WEPPY menulis sourcemap per place ke `{projectRoot}/weppy-project-sync/place_{placeId}/sourcemap.json` dan menjaga file perwakilan root yang direkomendasikan di `{projectRoot}/weppy-project-sync/sourcemap.json`.
23
+ Untuk integrasi editor seperti `luau-lsp`, sebaiknya gunakan path root. Langkah setup dijelaskan di [Menggunakan `luau-lsp` dengan WEPPY Sync](./luau-lsp.md).
24
24
 
25
25
  ### Jelajahi data sync di VSCode
26
26
 
27
- Instal ekstensi [WROX Roblox Explorer](../installation/roblox-explorer.md) untuk menjelajahi tree instance yang sudah tersinkron di VSCode, seperti di Roblox Studio.
27
+ Instal ekstensi [WEPPY Roblox Explorer](../installation/roblox-explorer.md) untuk menjelajahi tree instance yang sudah tersinkron di VSCode, seperti di Roblox Studio.
28
28
  Explorer membaca file sync yang dihasilkan di sini, dan juga bisa menampilkan status sync live serta informasi direction saat server MCP lokal sedang berjalan.
29
29
 
30
- ![WROX Roblox Explorer — jelajahi tree instance yang tersinkron di VSCode](../../assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
30
+ ![WEPPY Roblox Explorer — jelajahi tree instance yang tersinkron di VSCode](../../assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
31
31
 
32
32
  - Tree service/instance dengan ikon kelas Roblox
33
33
  - Klik script untuk membukanya dan mengedit
@@ -40,7 +40,7 @@ Explorer membaca file sync yang dihasilkan di sini, dan juga bisa menampilkan st
40
40
  | Arah sync | Studio -> Local | Dua arah |
41
41
  | Direction per tipe | Tidak didukung | Didukung (Scripts / Values / Containers / Data / Services) |
42
42
  | Apply Mode per tipe | Tidak didukung | Didukung (Auto / Manual) |
43
- | API status/riwayat | Tidak didukung | Didukung (`status`, `history`, `progress`) |
43
+ | API status/riwayat | Tidak didukung | Didukung (`status_current_place`, `history`, `progress`) |
44
44
  | Tool `manage_sync` | Tidak didukung | Didukung |
45
45
  | Sync multiplace | Tidak didukung | Didukung (hingga 3 place) |
46
46
 
@@ -87,7 +87,7 @@ Di Pro, Direction dan Apply Mode bisa diatur per tipe.
87
87
 
88
88
  | Aksi | Deskripsi | Parameter utama |
89
89
  |------|------|-----------|
90
- | `status` | Cek status sync saat ini untuk place | `placeId` |
90
+ | `status_current_place` | Cek status sync saat ini untuk Place yang terhubung | `-` |
91
91
  | `history` | Ambil riwayat perubahan | `placeId`, `query.limit`, `query.offset` |
92
92
  | `directions` | Ambil Direction per tipe | `placeId` |
93
93
  | `read_file` | Baca file yang sudah tersinkron | `placeId`, `instancePath` |
@@ -148,6 +148,6 @@ Nama yang mengandung `~` di-escape menjadi `~~` (contoh: `Part~2` → `Part~~2/`
148
148
 
149
149
  ## Dokumen terkait
150
150
 
151
- - [Menggunakan `luau-lsp` dengan WROX Sync](./luau-lsp.md)
151
+ - [Menggunakan `luau-lsp` dengan WEPPY Sync](./luau-lsp.md)
152
152
  - [Cakupan tool (Tools Overview)](../tools/overview.md)
153
153
  - [Panduan Upgrade Pro](https://weppyai.com/en/plans)
@@ -227,7 +227,7 @@ Kebijakan Sync:
227
227
 
228
228
  | Aksi | Deskripsi | Tier |
229
229
  |------|-----------|------|
230
- | `status` | Mendapatkan status sinkronisasi sebuah Place | Pro |
230
+ | `status_current_place` | Mendapatkan status sinkronisasi Place yang saat ini terhubung | Pro |
231
231
  | `history` | Mendapatkan riwayat perubahan | Pro |
232
232
  | `directions` | Mendapatkan arah sinkronisasi per tipe | Pro |
233
233
  | `read_file` | Membaca file yang disinkronkan | Pro |
@@ -86,10 +86,10 @@ Edit --play--> Running --stop--> Edit
86
86
 
87
87
  ### 5. Penulisan laporan
88
88
 
89
- Laporan dan log ditulis ke `{projectRoot}/wrox-project-sync/place_XXXXX/tests/YYYYMMDD-HHmmss/`.
89
+ Laporan dan log ditulis ke `{projectRoot}/weppy-project-sync/place_XXXXX/tests/YYYYMMDD-HHmmss/`.
90
90
 
91
91
  ```text
92
- {projectRoot}/wrox-project-sync/place_XXXXX/tests/YYYYMMDD-HHmmss/
92
+ {projectRoot}/weppy-project-sync/place_XXXXX/tests/YYYYMMDD-HHmmss/
93
93
  ├── test-report.md
94
94
  └── test-log.txt
95
95
  ```