Ship roadmap hardening: deploy preflight, exports persistence, content gates#1
Closed
Ship roadmap hardening: deploy preflight, exports persistence, content gates#1
Conversation
AlexU-A
added a commit
that referenced
this pull request
Mar 5, 2026
Constitution v1.4: Open source by default, assumption awareness, mission statement
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR bundles the remaining roadmap execution work into OSS and aligns deployment, exports persistence, content readiness gates, governance docs, and security scanning.
Included Changes
export_jobsmigration artifacts and DB-backed export service behavior.deploy.sh,setup-ec2.sh, production compose overrides, and staging runbook..gitleaks.tomlallowlist entries for known fixture/transcript false positives.Commits
aa0494dci: harden staging preflight deploy gate3b98230test(exports): add db-backed export migration coveragef3a9c03feat(exports): switch export service to persisted db jobsbe8954bfeat(content): enforce real provider readiness gatesc0a646echore(deploy): add prod compose and ec2 runbook scriptse53c740docs(governance): align constitution and legacy spec checklists84a5230chore(security): add gitleaks allowlist for known fixturesValidation
python3 scripts/spec-governance-check.py --strict(pass)gitleaks git --no-banner --redact(pass)npm test -- --run tests/exports.test.ts tests/exports/service.test.tsnpm run -s typechecknpm test -- --run tests/content/integration/production-provider.test.ts tests/content/integration/*.test.tsNotes
main; this branch is intended for review + required checks.