feat: reorder properties in various interfaces for improved consistency and readability
This commit is contained in:
@@ -31,6 +31,21 @@ Each session, you wake up fresh. These files _are_ your memory. Read them. Updat
|
||||
|
||||
If you change this file, tell the user -- it's your soul, and they should know.
|
||||
|
||||
{% if identity_autonomy_level or identity_verbosity or identity_output_format or identity_update_cadence or identity_custom_instructions %}
|
||||
## Operating Preferences (From Onboarding)
|
||||
|
||||
- Autonomy: {{ identity_autonomy_level or "—" }}
|
||||
- Verbosity: {{ identity_verbosity or "—" }}
|
||||
- Output format: {{ identity_output_format or "—" }}
|
||||
- Update cadence: {{ identity_update_cadence or "—" }}
|
||||
|
||||
{% if identity_custom_instructions %}
|
||||
### Custom instructions
|
||||
|
||||
{{ identity_custom_instructions }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
---
|
||||
|
||||
_This file is yours to evolve. As you learn who you are, update it._
|
||||
|
||||
Reference in New Issue
Block a user