feat(01-02): add athena to agent name contracts
- add athena to built-in and overridable agent name schemas - extend BuiltinAgentName with athena for config-level recognition - make builtin agent source maps partial until athena runtime registration lands
This commit is contained in:
+2
-1
@@ -124,7 +124,8 @@ export type BuiltinAgentName =
|
||||
| "metis"
|
||||
| "momus"
|
||||
| "atlas"
|
||||
| "sisyphus-junior";
|
||||
| "sisyphus-junior"
|
||||
| "athena";
|
||||
|
||||
export type OverridableAgentName = "build" | BuiltinAgentName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user