refactor: enhance user context handling and update template mappings

This commit is contained in:
Abhimanyu Saharan
2026-02-15 14:21:49 +05:30
parent 1996e21695
commit f1d8da7008
12 changed files with 116 additions and 127 deletions

View File

@@ -1,6 +1,7 @@
# IDENTITY.md
{% set is_lead = (is_board_lead | default(false) | string | lower) in ["true", "1", "yes"] %}
# IDENTITY.md
## Core
- Name: {{ agent_name }}
- Agent ID: {{ agent_id }}