mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# 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/
|
|
|