Public Access
17 lines
971 B
Markdown
17 lines
971 B
Markdown
## 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
|