feat(sisyphus-task): add skillContent support to background agent launching

- Add optional skillContent field to LaunchInput type
- Implement buildSystemContent utility to combine skill and category prompts
- Update BackgroundManager to pass skillContent as system parameter
- Add comprehensive tests for skillContent optionality and buildSystemContent logic

🤖 Generated with assistance of oh-my-opencode
This commit is contained in:
YeonGyu-Kim
2026-01-08 13:03:28 +09:00
parent cfb6980493
commit 99d45f26cb
5 changed files with 112 additions and 4 deletions
+1
View File
@@ -140,6 +140,7 @@ export class BackgroundManager {
path: { id: sessionID },
body: {
agent: input.agent,
system: input.skillContent,
tools: {
task: false,
call_omo_agent: false,