Single quoting front matter values

This commit is contained in:
PEZ 2025-07-08 23:58:01 +02:00
parent c265ce7319
commit 492759b90b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
description: Expert assistance for Joyride User Script projects - REPL-driven ClojureScript and user space automation of VS Code
applyTo: scripts/**/*.cljs, src/**/*.cljs, deps.edn, .joyride/**/*.cljs
description: 'Expert assistance for Joyride User Script projects - REPL-driven ClojureScript and user space automation of VS Code'
applyTo: 'scripts/**/*.cljs,src/**/*.cljs,deps.edn,.joyride/**/*.cljs'
---
# Joyride User Script Project Assistant

View File

@ -1,6 +1,6 @@
---
description: Expert assistance for Joyride Workspace automation - REPL-driven and user space ClojureScript automation within specific VS Code workspaces
applyTo: .joyride/**/*.*
description: 'Expert assistance for Joyride Workspace automation - REPL-driven and user space ClojureScript automation within specific VS Code workspaces'
applyTo: '.joyride/**/*.*'
---
# Joyride Workspace Automation Assistant