export declare const BOOTSTRAP_AGENT_IDS: readonly ["claude-code", "opencode", "codex", "antigravity", "kimi-code", "qoder", "pi", "mimo", "copilot", "agim", "cursor"]; export type BootstrapAgentId = (typeof BOOTSTRAP_AGENT_IDS)[number]; export declare const ACCOUNT_MEMORY_STUB = "# \u8BB0\u5FC6\n\n\u5199\u4E0B\u5E0C\u671B\u8FD9\u4E2A Agent \u5728 Agim \u5BF9\u8BDD\u4E2D\u957F\u671F\u53C2\u8003\u7684\u7A33\u5B9A\u4FE1\u606F\u3002Agim \u4F1A\u5728\u5BF9\u8BDD\u524D\u628A\u672C\u6587\u4EF6\u63A5\u5165 Agent \u4E0A\u4E0B\u6587\u3002\n"; export declare const ACCOUNT_CLAUDE_MEMORY_STUB = "# Memory\n\nClaude auto-memory for this Agim workspace. Safe to edit.\n"; export declare const ACCOUNT_PROJECTS_README = "# PROJECTS\n\n\u957F\u671F\u4E3B\u9898\u6863\u6848\u5199\u5728\u672C\u76EE\u5F55\uFF1A`.md`\u3002\nLoop \u7ED3\u6848\u8BE6\u7EC6\u62A5\u544A\u5199\u5728 `loops/`\u3002\n\nDurable project notes live here as Markdown (`.md`).\nLoop run reports go in `loops/`.\n"; export type RoleSeedOpts = { /** Shown in the seed header, e.g. \`~/.agim-workspaces/agim/AGENTS.md\`. */ fileLocation: string; /** Shown in the managed im-ops path table (Agim seed embeds that block). */ workspaceRoot: string; }; export type RoleSeed = { filename: string; content: string; }; export declare function roleSeedForAgent(agentName: string, opts: RoleSeedOpts): RoleSeed; //# sourceMappingURL=agent-workspace-seeds.d.ts.map