Skip to content

docs: update Git Workflow to feat→dev→main flow with Rulesets - #49

Merged
LeXwDeX merged 2 commits into
devfrom
docs/update-agents-workflow
Jul 3, 2026
Merged

docs: update Git Workflow to feat→dev→main flow with Rulesets#49
LeXwDeX merged 2 commits into
devfrom
docs/update-agents-workflow

Conversation

@LeXwDeX

Copy link
Copy Markdown
Owner

Updates AGENTS.md to reflect the new branch protection and CI gate structure set up by FABLE5.

Changes

  • Workflow diagram: feat/** → dev (Typecheck gate) → main (full test gate)
  • Three-layer branch table with different CI requirements
  • Rulesets documentation: protect-main (4 checks), protect-dev (Typecheck), branch-naming
  • CI trigger config: ci-typecheck on push/PR to dev+main, ci-test on push/PR to main
  • release-fork: dev = prerelease, main = stable
  • Branch types aligned to Ruleset (added release/hotfix, removed debug)

Test added 2 commits July 3, 2026 13:20
- Two-layer gate: dev (Typecheck only) → main (Typecheck + Unit + E2E)
- Rulesets: protect-main (4 checks), protect-dev (Typecheck), branch-naming
- CI triggers: ci-typecheck on push/PR to dev+main, ci-test on push/PR to main
- release-fork: dev=prerelease, main=stable
- Branch types aligned to Ruleset (added release/hotfix)
@LeXwDeX
LeXwDeX merged commit 9c9270e into devJul 3, 2026
4 checks passed
@LeXwDeX
LeXwDeX deleted the docs/update-agents-workflow branch July 3, 2026 05:34
Sign up for freeto 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

@LeXwDeX