feat: custom agent names and per-agent system prompts#46
Conversation
…mpts via .hcom/agents/ - Add --agent-name flag to launch CLI (commands/launch.rs) - Wire through to launcher LaunchParams.name (already existed) - Create agent_prompts.rs module for loading ~/.hcom/agents/<name>.md - Inject agent prompt into bootstrap (bootstrap.rs) - Inject agent prompt on compaction in both hcom.ts and hcom_kilo.ts plugins - Ensure agents dir created on launch
…eate .hcom/agents/ files for spawned sub-agents
40fc1c1 to
fd9cae5
Compare
|
duplicates existing functionality. AI review: PR #46 -
|
Summary
Add
--agent-nameflag to launch for custom agent names, and support for per-agent system prompts via~/.hcom/agents/<name>.mdfiles.Changes
src/agent_prompts.rs— load per-agent prompts from~/.hcom/agents/--agent-nameflag incommands/launch.rs