Skip to content

wlvh/coding-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Workflow Operations

中文 | English

This repository root is the English public entrypoint for workflow templates, user-facing docs, and operations runbooks. After choosing English, stay inside the en/ tree except for the shared implementation at scripts/sync_coding_workflow.py and repository-level tests.

Quick Start

Run English workflow docs sync from the target repository root:

curl -fsSL https://raw.githubusercontent.com/wlvh/coding-workflow/main/en/scripts/sync.sh | bash

Then follow PASS 1 through PASS 4 in en/scripts/OPERATIONS.md. English sync uses source templates under en/, but installs them into the target repository's canonical root paths.

Directory Map

Install Path Rule

en/ is an upstream source prefix; it is not installed into the target project. Sync strips only the leading en/ and writes the remaining path as-is:

  • en/AGENTS.md -> <target>/AGENTS.md
  • en/docs/business_user_guide.md -> <target>/docs/business_user_guide.md
  • en/.github/pull_request_template.md -> <target>/.github/pull_request_template.md

The inner .github layout is preserved. The rule is prefix stripping only, not special-case path rewriting.

Language Policy

Chinese remains the source of truth. English is derived from the Chinese workflow. When English coverage is pending, mark en-pending in the PR body and avoid exposing untranslated flows as English-ready.

Root README.md intentionally mirrors the English entrypoint with root-relative links, so the repository homepage stays useful without depending on symlink rendering behavior.

About

Bilingual agent workflow contracts, PR review templates, and sync automation for AI-assisted development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors