/** * Skill: shell — Execute a shell command. * * This is the agent's self-modification primitive. It can install packages, * edit files, run scripts. The constitution limits what it SHOULD do; * this skill provides the raw capability. * * All commands are logged to the audit trail. */ import type { SkillDefinition } from '../types.js'; export declare const shellSkill: SkillDefinition; //# sourceMappingURL=shell.d.ts.map