gsxdsm
aae603b871
FN-7518: add configurable planner-overseer notification verbosity setting
Adds a workflow-native plannerOversightNotificationLevel enum setting so operators can control how noisy planner-overseer notifications are.
- Declare BUILTIN_OVERSIGHT_SETTINGS entry `plannerOversightNotificationLevel` (silent/errors/important/all, default important)
- Document the new setting alongside plannerOversightLevel in docs/settings-reference.md
- Add regression coverage in builtin-workflow-settings-triage.test.ts and workflow-settings-resolver.test.ts
- Add changeset (minor) describing the new operator-facing verbosity control
Files changed:
.changeset/fn-7518-oversight-notification-verbosity.md | 7 +++++
docs/settings-reference.md | 3 +-
packages/core/src/__tests__/builtin-workflow-settings-triage.test.ts | 36 +++++++++++++++++++++-
packages/core/src/__tests__/workflow-settings-resolver.test.ts | 1 +
packages/core/src/builtin-workflow-settings.ts | 17 ++++++++++
5 files changed, 62 insertions(+), 2 deletions(-)
Fusion-Task-Id: FN-7518
Fusion-Task-Lineage: fe6e2bde-0e58-4f29-b5cc-efdf81efcfa5
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-04 21:28:16 -07:00
..
2026-07-04 21:28:16 -07:00
2026-07-03 13:10:20 -07:00
2026-07-03 13:10:20 -07:00
2026-04-18 23:41:47 -07:00
2026-06-20 10:28:25 -07:00