This commit is contained in:
Oliver
2026-04-30 21:50:03 +00:00
parent d25b95f0ec
commit cba6051df0
3 changed files with 33 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,7 @@ description: |
(`copy_style.md`), then outputs a wellstructured 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
+1 -1
View File
@@ -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