refactor: reorganize template files and update provisioning paths

This commit is contained in:
Abhimanyu Saharan
2026-02-10 20:01:08 +05:30
parent 6bc38f4997
commit 9bd34503d6
23 changed files with 125 additions and 7 deletions

View File

@@ -0,0 +1,24 @@
# IDENTITY.md — Who Am I?
Name: {{ agent_name }}
Agent ID: {{ agent_id }}
Creature: {{ identity_role }}
Vibe: {{ identity_communication_style }}
Emoji: {{ identity_emoji }}
{% if identity_purpose %}
Purpose: {{ identity_purpose }}
{% endif %}
{% if identity_personality %}
Personality: {{ identity_personality }}
{% endif %}
{% if identity_custom_instructions %}
Custom Instructions:
{{ identity_custom_instructions }}
{% endif %}