mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-23 07:24:24 +01:00
Prompt Library (#1906)
This commit is contained in:
37
documentation/.goose/memory/prompt_library_conversion.txt
Normal file
37
documentation/.goose/memory/prompt_library_conversion.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
# prompt-library conversion format-update documentation
|
||||
Converted prompt library files from old format to new format for the following directories:
|
||||
1. data/
|
||||
- incident-analysis.json
|
||||
- name-column-split.json
|
||||
2. design/
|
||||
- figma-to-code.json
|
||||
3. legal/
|
||||
- regulatory-comparison.json
|
||||
4. marketing/
|
||||
- budget-review.json
|
||||
- retail-market-monitor.json
|
||||
5. operations/
|
||||
- delivery-tracking-automation.json
|
||||
- form-review-automation.json
|
||||
- make-phone-call.json
|
||||
6. sales/
|
||||
- product-region-availability.json
|
||||
- sales-performance-analysis.json
|
||||
7. miscellaneous/
|
||||
- performance-review-prep.json
|
||||
- system-control-research.json
|
||||
|
||||
Key conversion rules:
|
||||
- title → title (kept same)
|
||||
- description → description (kept same)
|
||||
- prompt → example_prompt (kept same)
|
||||
- variables → environmentVariables (moved under relevant extension)
|
||||
- extensions properly formatted with:
|
||||
- name
|
||||
- command
|
||||
- is_builtin
|
||||
- link (for external extensions)
|
||||
- environmentVariables array
|
||||
|
||||
All files converted and saved to: /Users/rizel/Desktop/LivestreamDemos/goose/documentation/src/pages/prompt-library/data/prompts/
|
||||
|
||||
Reference in New Issue
Block a user