Public Access
Initialize meeting assistant
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user