forked from HAL9000/cleveragents-core
736c03b6d9
- 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.
8 lines
184 B
Markdown
8 lines
184 B
Markdown
---
|
|
description: This subagent should only be called manually by the user.
|
|
mode: subagent
|
|
hidden: true
|
|
---
|
|
|
|
This agent has been deprecated. Use the tier selector architecture instead.
|