Public Access
Make meeting lifecycle stateful
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
## MODIFIED Requirements
|
||||
### Requirement: Meeting note template is coded and round-trippable
|
||||
Meeting Assistant SHALL link the note files generated for one meeting run through frontmatter.
|
||||
|
||||
The meeting note frontmatter SHALL link to the transcript, assistant context, and summary notes.
|
||||
|
||||
Generated artifact notes SHALL link only to the other notes from the same run and SHALL omit the frontmatter property that would reference themselves.
|
||||
|
||||
#### Scenario: Meeting note links to generated artifacts
|
||||
- **WHEN** Meeting Assistant creates a meeting note
|
||||
- **THEN** the note frontmatter links to the configured transcript, assistant context, and summary note locations
|
||||
|
||||
#### Scenario: Generated artifacts do not self-reference
|
||||
- **WHEN** Meeting Assistant writes transcript, assistant context, or summary artifact frontmatter
|
||||
- **THEN** the artifact frontmatter links to the other run notes
|
||||
- **AND** the artifact frontmatter omits the property for the artifact's own note type
|
||||
Reference in New Issue
Block a user