Personas: requires_folder/subagents/scheduling traits replace family and the workspace enum

Manifest keeps a legacy family shim; telemetry wire fields unchanged.
No behavior change; spec in ocw-context/docs/workspace-scratch-design.md.
This commit is contained in:
Rohit C Prasad
2026-08-20 21:19:56 -07:00
parent 9735d0c6e7
commit 1299760400
40 changed files with 192 additions and 205 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ def code_agent() -> Agent:
name="code",
title="Code",
system_prompt=CODE_INSTRUCTIONS,
needs_workspace=True,
tool_factory=lambda context: expand(CODE_CAPABILITIES, context),
family="code",
requires_folder=True,
subagents=True,
)