Files
codex e0d5b96ca1
PR and Push Build/Test / build-and-test (push) Failing after 9m54s
Add project sync guidance for corrected notes
2026-06-22 10:46:28 +02:00

1.7 KiB

MODIFIED Requirements

Requirement: Meeting Assistant generates meeting outputs

The settings/logs agent SHALL instruct meeting-note correction workflows to keep project knowledge consistent when the corrected meeting note has project references.

When a corrected meeting note adds a new project reference, the settings/logs agent SHALL inspect the corrected note broadly enough to find project-relevant information that should be written to that project.

When a corrected meeting note changes specific content for an existing project reference, the settings/logs agent SHALL check whether corresponding project knowledge needs the same correction.

For each affected project, when an AGENTS.md file exists directly in the project folder, the settings/logs agent SHALL follow those project instructions before updating the project. When no project AGENTS.md exists, the settings/logs agent SHALL use judgment to decide what project file updates are warranted by the note correction.

Scenario: Settings/logs agent syncs corrected meeting notes to projects

  • GIVEN the settings/logs agent corrects a meeting note with project references
  • WHEN a referenced project has an AGENTS.md
  • THEN the settings/logs instructions tell the agent to follow that project's instructions before updating the project
  • WHEN a corrected note adds a new project reference
  • THEN the instructions tell the agent to review the corrected note for project-relevant information to add to that project
  • WHEN a corrected note changes specific information for an existing project reference
  • THEN the instructions tell the agent to check whether project knowledge needs a matching correction