refactor: introduce TASK_SOUL.md for task-specific behavior and update related documentation

This commit is contained in:
Abhimanyu Saharan
2026-02-09 22:16:57 +05:30
parent 8f6347dc8d
commit f8860bbc71
15 changed files with 379 additions and 337 deletions

View File

@@ -17,3 +17,8 @@ Purpose: {{ identity_purpose }}
{% if identity_personality %}
Personality: {{ identity_personality }}
{% endif %}
{% if identity_custom_instructions %}
Custom Instructions:
{{ identity_custom_instructions }}
{% endif %}