feature: Add prompt import from json

This commit is contained in:
Keith Solomon
2025-07-22 11:00:39 -05:00
parent eb7a65cf55
commit e028922986
3 changed files with 87 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
[
{
"type": "Task or System (ONLY one)",
"title": "ActiveCollab Github Action",
"description": "This is your prompt content.",
"tags": "{These,Are,Tags}",
"notes": "This is your prompt description."
}
]