- Add shallow_compress_keep_user_turn_tools config (default: 3) - Add is_auto_generated metadata to system messages (sub_agent/background_command) - Fix sub_agent notification path to include auto_message marker - Frontend: add input field in PersonalizationDrawer - Backend: implement protection logic in _run_auto_shallow_compression
16 lines
348 B
Markdown
16 lines
348 B
Markdown
---
|
|
name: Test Skill
|
|
description: Validate skills loading and read_file flow.
|
|
example_prompts:
|
|
- "Use the test skill to explain how to proceed."
|
|
tools:
|
|
- read_file
|
|
tags:
|
|
- test
|
|
---
|
|
|
|
# Test Skill
|
|
|
|
This skill exists to verify that the skills system can discover, list, sync,
|
|
and read SKILL.md content via read_file. Replace this content later.
|