bootstrap: agent-pipeline v0.5.0 + ship-readiness review #1
No reviewers
Labels
No labels
agent-context-drift
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rstillwell/deckhearth#1
Loading…
Reference in a new issue
No description provided.
Delete branch "bootstrap/agent-pipeline-v0.5.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
tcg-vault.AGENTS.md,.cursor/rules/,.cursor/skills/,docs/SCHEMA_MAP.md. (The Prisma schema-map auto-gen step doesn't apply — we use raw SQL on Neon, so the schema map is hand-written fromscripts/setup-neon-db.jsand theadd-*.jsmigrations.).convoys/ship-readiness.mdwith 16 findings (7 P0, 5 P1, 4 P2, 1 P3 bundle) and a 13-convoy launch plan. This PR addresses 0 of them — it just installs the runway. The first real convoy (fix-auth-bypass) goes out as a separate PR.This is also the throwaway PR to verify L3 gates. Expected CI behaviour on this PR:
lint→ should pass (no JS/CSS changes outsidelib/flags/index.js).schema-map-fresh→ conditional; skips because nosetup-neon-db.jschange.preview-smoke/visual-diff→ will fail-quiet or skip until@playwright/testis installed in a follow-up. That's expected for this PR.pr-health-rollup→ should post a sticky comment summarising the above.Convoy + Brief
.convoys/ship-readiness.md(review only — no implementation)Acceptance criteria
.agent-context-manifest.ymllists 31 artifacts).gitignoremodified outside new files)Test plan
npm run lintclean.fix-auth-bypass) and confirm the gates fire correctly on a code change.Pipeline gates
Notes for reviewer
tests/smoke/app.smoke.spec.tsreferences@playwright/test, which is not yet inpackage.json. The Vercel-aware smoke + visual-diff workflows will skip on this PR because the npm install step lacks the dep. That's expected. A follow-up convoy (add-test-harness) will install Playwright + vitest and wire them up.lib/flags/index.jsis a stub — no flags defined yet. The wrapper exists so future convoys can flag-gate features without re-installing infrastructure.wt.shscript is intentionally deprecated (Cursor 3.2+ has native worktrees via/clone); kept for parity with the upstream pipeline..github/CODEOWNERSreferences@YOUR-GITHUB-HANDLEas the catch-all. Please replace with your actual handle before merging (or set up a team). The intent is to require review onlib/permission-middleware.js,pages/api/auth/,scripts/setup-neon-db.js, and.github/workflows/since those are the highest-blast-radius paths.fix-auth-bypass) lands — the auth bypass + unauthenticatedsetup-databaseendpoint make staging effectively wide-open.Made with Cursor
The latest updates on your projects. Learn more about Vercel for GitHub.
Pipeline Health
Build + CI gates
Build runs on Vercel; this CI runs lint and schema-map drift only (no duplicate build).
Role reports
See individual comments above for details. This rollup updates automatically.
Closing as orphan: this PR's work landed on
mainvia PR #4's rebase merge, but under different commit SHAs.The bootstrap commits on
main(1944b1e bootstrap: agent pipeline v0.5.0 + ship-readiness review,9aaa599 fix(bootstrap): make L3 CI green + record two new ship-blockers,177ba5f fix(bootstrap/ci): make lint job show green while debt is tracked) are patch-equivalent to this PR'sbb05ca7,42de010,81450c4. GitHub didn't auto-close because the SHAs differ.No work lost. Bootstrap is fully on
mainas ofe57ea17.Pull request closed