/** * Skill: edit_soul — Read or update the agent's SOUL.md. * * SOUL.md is the agent's self-authored identity document. It can contain * strategy notes, personality, goals, memory, and anything the agent * wants to persist across sessions. */ import type { SkillDefinition } from '../types.js'; export declare const editSoulSkill: SkillDefinition; //# sourceMappingURL=edit-soul.d.ts.map