Files
meeting-assistant/openspec/changes/define-meeting-assistant-v1/specs/agent-project-tools/spec.md
T
2026-05-18 23:38:47 +02:00

1.1 KiB

ADDED Requirements

Requirement: Agents can use project context tools

Meeting Assistant SHALL expose tools that allow agents to look up project information, retrieve keyword-relevant context, and inspect meeting-derived knowledge.

Scenario: Agent looks up meeting project context

  • WHEN a meeting note identifies a project
  • THEN the agent can retrieve relevant project context through Meeting Assistant tools

Requirement: Agents can only mutate project files with explicit project binding

Meeting Assistant SHALL only expose project file mutation tools when the target project is known and mutation is permitted by user instruction or project context.

Scenario: Project mutation is permitted

  • WHEN the user or project context permits file updates for a known project
  • THEN the agent can use controlled tools to change files in that project

Scenario: Project mutation is not permitted

  • WHEN the target project is missing or mutation permission is absent
  • THEN Meeting Assistant does not expose project file mutation tools for that request