Files
cleveragents-core/.opencode/agents/subtask-loop-v2.md
freemo 736c03b6d9 fix: properly hide deprecated tier-specific agents from primary access
- Add proper frontmatter to all emptied tier-specific agents
- Mark them as hidden subagents with deprecation notice
- Ensures they cannot be accessed as primary agents
- Completes the tier selector architecture migration

All deprecated agents now have:
  mode: subagent
  hidden: true
  description: "This subagent should only be called manually by the user."

This prevents accidental usage of the deprecated agents while maintaining
the clean tier selector architecture where only 6 primary agents are
accessible to users.
2026-04-06 22:11:31 +00:00

184 B

description, mode, hidden
description mode hidden
This subagent should only be called manually by the user. subagent true

This agent has been deprecated. Use the tier selector architecture instead.