Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.13 KB

File metadata and controls

39 lines (28 loc) · 1.13 KB

Pilot Execution Report

Run Summary

  • Date: 2026-02-12
  • Environment: local ephemeral PostgreSQL dry-run environment (scripts/run-pilot-workflow.sh)
  • Command: npm run pilot:dry-run
  • Result: pass

Workflow Covered

  1. Platform admin bootstraps agency.
  2. Role boundary validation:
    • super_user owner assignment attempt is rejected.
    • super_owner owner assignment succeeds.
  3. Agency workflow:
    • Create open docket.
    • Submit public comment.
    • Moderate comment (submitted -> under_review -> published) with moderation logs.
    • Create and complete export job.

Evidence Snapshot

From the run output:

  • PILOT_OK notice emitted with concrete agency_id, docket_id, comment_id, export_id.
  • Aggregate verification query returned non-zero counts for agencies/dockets/comments/moderation_events/exports.
  • Script ended with Pilot workflow dry run completed successfully.

Findings and Actions

Detailed findings are tracked in docs/PILOT_FINDINGS.md.

Exit Criteria Status

  • End-to-end workflow success: met
  • Findings captured: met
  • Pilot-driven fixes applied: met
  • Release evidence index updated: met