fix: properly hide deprecated tier-specific agents from primary access
ci.yml / fix: properly hide deprecated tier-specific agents from primary access (push) Failing after 0s
ci.yml / fix: properly hide deprecated tier-specific agents from primary access (push) Failing after 0s
- 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.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -31,7 +31,7 @@ You have FULL authority to:
|
||||
|
||||
## Agent Format Documentation
|
||||
|
||||
The official OpenCode agent format is documented at https://opencode.ai/docs/agents
|
||||
The official OpenCode agent format is documented at https://opencode.ai/docs/agents , read this website and related links in completely to ensure you understand how the files in the `.opencode/` directory work and are formated.
|
||||
|
||||
Key requirements for agent files:
|
||||
1. **Markdown files** with `.md` extension
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user