Files
temp/.opencode
clever-agent 8a87675a58 fix: remove bash script examples from issue-state-updater
The issue-state-updater was failing because it contained bash script
examples that tried to use 'task forgejo-label-manager' as if it were
a bash command. However, the Task tool is an MCP tool that cannot be
invoked from within bash scripts.

Changes:
- Removed problematic bash script examples and label manager dependency
- Replaced with clear step-by-step operational instructions
- Updated permissions to allow direct label management via API
- Added detailed error handling and retry logic guidance
- Agent now handles state transitions directly without inter-agent calls

This eliminates the session ID confusion and makes the agent more
self-sufficient and reliable.
2026-04-09 21:43:27 +00:00
..