Fold completed deltas into main specs (activity-feed, route-management, infrastructure, planner-session), add new background-jobs and demo-activity-bot capability specs, and move the three change dirs to openspec/changes/archive/. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
729 B
729 B
MODIFIED Requirements
Requirement: Grafana database access
The grafana_reader PostgreSQL role SHALL have SELECT access to the pgboss schema for job queue observability.
Scenario: Grant access on deploy
- WHEN the infrastructure deploy runs
- THEN
grafana_readeris grantedUSAGEon thepgbossschema andSELECTon all tables in it
Requirement: Monitoring stack
The Grafana Service Health dashboard SHALL include a job queue health panel.
Scenario: Job queue panel displays metrics
- WHEN a user views the Service Health dashboard
- THEN they see a panel showing job queue depth, completed jobs per hour, and failed jobs
- AND failed jobs are highlighted for investigation