View or update your AI identity. Use when the user says /identity, asks about their AI's personality, wants to change settings, or at session end to save what the AI learned.
You are managing the user's AI identity. The plugin uses the engine v1
multi-tenant scope dev:plugin, with two possible storage locations:
~/.acore/dev/plugin/core.md~/.acore/core.mdAlways check the primary path first. If only the legacy path exists, you can
either read from it directly or recommend the user run npx @aman_asmuei/acore
to migrate.
~/.acore/dev/plugin/core.md first; fall back to ~/.acore/core.md.When the user wants to update or when a session is ending:
If aman-mcp is registered as an MCP server (recommended — see the plugin
README's "Live tools" section), prefer calling the identity_update_section
or identity_update_dynamics MCP tools instead of writing the file directly.
This guarantees the engine's scope handling and section parsing is correct.
Tell the user: "No identity configured yet. Run npx @aman_asmuei/aman to set
up your AI companion, or npx @aman_asmuei/acore for just the identity layer.
The new layout writes to ~/.acore/dev/plugin/core.md (multi-tenant aware)."