docs: update focus-area manifest description and CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ from .manifest import AgentManifest
|
||||
MANIFEST = AgentManifest(
|
||||
id="focus-area",
|
||||
version="3.0.0", # output all clusters as context; no scoring (#129)
|
||||
description="Clusters the user's task list and summarises all areas for the orchestrator.",
|
||||
description="Clusters tasks semantically, enriches titles via LLM, and outputs a full area summary with expanded descriptions for the orchestrator.",
|
||||
pref_schema={"type": "object", "additionalProperties": False, "properties": {}},
|
||||
context_schema=["todoist.tasks"],
|
||||
required_consents=["data:core", "data:todoist"],
|
||||
|
||||
Reference in New Issue
Block a user