You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/skiller.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ The latest Playwright proof screenshots are checked in under `docs/screenshots/i
57
57
-`pr238-proof-27-terminal-skiller-same-session.png` shows the attached terminal with the `Skiller` button.
58
58
-`pr238-proof-28-skiller-session-scoped-ui.png` shows the real Skiller UI opened from that button.
59
59
-`pr238-proof-29-skiller-codex-container-skill.png` shows a Codex skill discovered from the selected container's `/home/dev/.codex/skills` tree.
60
+
-`pr238-proof-30-skiller-add-project-folder-browser-picker.png` shows the browser-visible project folder picker opened from `Add project folder...` with selected-container paths.
"skiller:dev": "bun run --cwd third_party/skiller-desktop-skills-manager dev",
32
-
"skiller:check": "bun run --cwd third_party/skiller-desktop-skills-manager typecheck && bun run --cwd third_party/skiller-desktop-skills-manager test",
32
+
"skiller:check": "bun scripts/skiller-apply-docker-git-patches.mjs && bun run --cwd third_party/skiller-desktop-skills-manager typecheck && bun run --cwd third_party/skiller-desktop-skills-manager test",
0 commit comments