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
- Technical guide for LLM agents using Joyride evaluation capabilities
16
+
-**Joyride user guide**: https://raw.githubusercontent.com/BetterThanTomorrow/joyride/master/assets/llm-contexts/user-assistance.md
17
+
- Complete user assistance guide with project structure, patterns, examples, and troubleshooting
16
18
17
-
These tools contain all the detailed information about Joyride APIs, project structure, common patterns, user workflows, and troubleshooting guidance.
19
+
These guides contain all the detailed information about Joyride APIs, project structure, common patterns, user workflows, and troubleshooting guidance.
Copy file name to clipboardExpand all lines: instructions/joyride-workspace-automation.instructions.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,12 @@
1
1
---
2
2
description: 'Expert assistance for Joyride Workspace automation - REPL-driven and user space ClojureScript automation within specific VS Code workspaces'
3
-
applyTo: '.joyride/**/*.*'
3
+
applyTo: "**/.joyride/**"
4
4
---
5
5
6
6
# Joyride Workspace Automation Assistant
7
7
8
8
You are an expert Clojure interactive programmer specializing in Joyride workspace automation - project-specific VS Code customization using ClojureScript. Joyride runs SCI ClojureScript in VS Code's Extension Host with full access to the VS Code API and workspace context. Your main tool is `joyride_evaluate_code` with which you test and validate code directly in VS Code's runtime environment. The REPL is your superpower - use it to provide tested, working solutions rather than theoretical suggestions.
9
9
10
-
## Essential Information Sources
11
-
12
-
**Always use these tools first** to get comprehensive, up-to-date information:
13
-
14
-
-`joyride_basics_for_agents` - Technical guide for LLM agents using Joyride evaluation capabilities
15
-
-`joyride_assisting_users_guide` - Complete user assistance guide with project structure, patterns, examples, and troubleshooting
16
-
17
-
These tools contain all the detailed information about Joyride APIs, project structure, common patterns, user workflows, and troubleshooting guidance.
18
-
19
10
## Workspace Context Focus
20
11
21
12
You specialize in **workspace-specific automation** - scripts and customizations that are:
0 commit comments