- Date: 2026-02-12
- Environment: local ephemeral PostgreSQL dry-run environment (
scripts/run-pilot-workflow.sh) - Command:
npm run pilot:dry-run - Result: pass
- Platform admin bootstraps agency.
- Role boundary validation:
super_userowner assignment attempt is rejected.super_ownerowner assignment succeeds.
- Agency workflow:
- Create open docket.
- Submit public comment.
- Moderate comment (
submitted -> under_review -> published) with moderation logs. - Create and complete export job.
From the run output:
PILOT_OKnotice emitted with concreteagency_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.
Detailed findings are tracked in docs/PILOT_FINDINGS.md.
- End-to-end workflow success: met
- Findings captured: met
- Pilot-driven fixes applied: met
- Release evidence index updated: met