docs: update focus-area manifest description and CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 15:00:06 +00:00
parent f66f337779
commit 34925310cf
2 changed files with 5 additions and 5 deletions

View File

@@ -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"],