mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-03 08:18:58 +08:00
Tighten subagent prompt file workflow
This commit is contained in:
@@ -171,8 +171,9 @@ func TestSubagentProfileStoreRejectsWritesForConfigManagedProfiles(t *testing.T)
|
||||
|
||||
cfg := config.DefaultConfig()
|
||||
cfg.Agents.Subagents["tester"] = config.SubagentConfig{
|
||||
Enabled: true,
|
||||
Role: "test",
|
||||
Enabled: true,
|
||||
Role: "test",
|
||||
SystemPromptFile: "agents/tester/AGENT.md",
|
||||
}
|
||||
runtimecfg.Set(cfg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user