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

- 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:
2026-04-06 22:11:31 +00:00
parent 97aa29d68e
commit 736c03b6d9
16 changed files with 106 additions and 1 deletions
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+1 -1
View File
@@ -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
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.
+7
View File
@@ -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.