Skip to content

Adopt dev-to-master workflow#467

Merged
luokerenx4 merged 1 commit into
masterfrom
codex/dev-master-workflow
Jul 8, 2026
Merged

Adopt dev-to-master workflow#467
luokerenx4 merged 1 commit into
masterfrom
codex/dev-master-workflow

Conversation

@luokerenx4

Copy link
Copy Markdown
Contributor

Summary

  • Document dev as the routine integration branch and master as the stable user-facing lane in both AGENTS.md and CLAUDE.md.
  • Add one-time dev migration guardrails, promotion/hotfix procedures, and risk gates for entry-path, trading, packaging, and workflow changes.
  • Update contributor guidance and CI/package-smoke PR triggers so checks run against both dev and master, while release/push packaging stays master-only.

Why

The first-run/onboarding incident showed that user-facing master needs a slower promotion boundary. This PR bootstraps the documented workflow before dev is reseeded or used as the default PR target.

Test plan

  • ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "ok #{f}" }' .github/workflows/ci.yml .github/workflows/desktop-package-smoke.yml .github/workflows/release.yml
  • git diff --check
  • rg scan for old dev retired / All PRs target master guidance
  • npx tsc --noEmit
  • cd ui && npx tsc -b
  • pnpm exec vitest run --reporter=dot

Boundary touch

Workflow/documentation only. No trading, credential, migration, or runtime code paths changed.

@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openalice-demo Ready Ready Preview, Comment Jul 8, 2026 1:42am

Request Review

@luokerenx4 luokerenx4 marked this pull request as ready for review July 8, 2026 01:49
@luokerenx4 luokerenx4 merged commit 412e847 into master Jul 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant