{{ t('prompts.project.detected', { path: projectClaudeMdPath }) }}
{{ agentsPath || t('common.notLoaded') }} ({{ agentsExists ? t('common.exists') : t('common.notExistsWillCreateOnSave') }})
+{{ agentsDiffStats.added }} -{{ agentsDiffStats.removed }}
{{ t('diff.generating') }}
{{ agentsDiffError }}
{{ t('diff.tooLargeSkip') }}
{{ t('diff.noChanges') }}
{{ line.type === 'add' ? '+' : (line.type === 'del' ? '-' : ' ') }} {{ line.value }}
{{ promptsContextHint.text }}