Skip to content

fix: close infrastructure reliability gaps#497

Draft
tiankaima wants to merge 1 commit into
mainfrom
agent/server-infra-hygiene
Draft

fix: close infrastructure reliability gaps#497
tiankaima wants to merge 1 commit into
mainfrom
agent/server-infra-hygiene

Conversation

@tiankaima

Copy link
Copy Markdown
Member

Summary

  • default scheduled static sync to STATIC_LOADER_DRY_RUN=false while preserving explicit workflow-dispatch input
  • replace hard-coded E2E path allowlists with Playwright-native four-way sharding, so new specs are automatically included
  • document Git hook installation and the public /api/health liveness endpoint
  • remove four stale, unreferenced JW payload samples from examples/

Closes #479
Closes #480
Closes #481
Closes #482
Closes #483

Docs / contracts

  • updated contributor setup and observability documentation
  • no product/API/MCP contract changes: runtime API behavior is unchanged

Verification

  • DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/life_ustc_dev bun run app:prepare
  • bunx biome check
  • bunx svelte-check --tsconfig ./tsconfig.json
  • bunx tsc --noEmit -p tsconfig.typecheck.json
  • bunx tsc --noEmit -p tsconfig.typecheck.tests.json
  • bunx tsc --noEmit -p tsconfig.typecheck.operational.json
  • bunx vitest run (192 files, 1,146 tests)
  • actionlint .github/workflows/ci.yml .github/workflows/db-backed-bun-job.yml
  • bunx playwright test --list plus --shard=1/4 through 4/4: all 681 configured project tests appeared exactly once across shards (176/171/164/170)

Notes

Whole-repository actionlint still flags the pre-existing concurrency.queue extension in static-sync.yml and db-migrate-deploy.yml; the two changed sharding workflows pass actionlint. The repository-wide Biome run reports one pre-existing warning for an unused destructured build parameter in src/static-loader/import.ts; it exits successfully.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
life-ustc 44fe108 Commit Preview URL

Branch Preview URL
Jul 18 2026, 01:00 PM

@github-actions

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment