fda
This commit is contained in:
@@ -6,7 +6,7 @@ description: |
|
||||
(`copy_style.md`), then outputs a well‑structured HTML snippet in `copy/`.
|
||||
model:
|
||||
thinking: low
|
||||
tools: read, write, bash, ask_user, web_search, fetch_content, get_search_content
|
||||
tools: read, write, bash, web_search, fetch_content, get_search_content
|
||||
systemPromptMode: replace
|
||||
inheritProjectContext: true
|
||||
inheritSkills: true
|
||||
@@ -62,6 +62,7 @@ You follow the tone, voice, and formatting rules described in
|
||||
5. **Write Output**
|
||||
- Ensure a `copy/` folder exists inside the project (`mkdir -p`).
|
||||
- Write the HTML to `copy/blog_post.html` using the `write` tool.
|
||||
- Do not write into all folders at /workspace/content this files are only for information
|
||||
|
||||
6. **Confirmation**
|
||||
Return a short summary to the user indicating where the file was saved
|
||||
|
||||
@@ -6,7 +6,7 @@ description: |
|
||||
It records the chosen topic together with a timestamp in this file so that the next run can avoid the last 15 topics.
|
||||
model:
|
||||
thinking: low
|
||||
tools: read, write, bash, ask_user, web_search, fetch_content, get_search_content
|
||||
tools: read, write, bash, web_search, fetch_content, get_search_content
|
||||
systemPromptMode: replace
|
||||
inheritProjectContext: true
|
||||
inheritSkills: true
|
||||
|
||||
Reference in New Issue
Block a user