From 84d222576ab6f0fdcee0f2eee11dc9fe287c54a6 Mon Sep 17 00:00:00 2001 From: shanshanzhong147 Date: Tue, 2 Jun 2026 22:22:24 -0700 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3:=20=E5=9C=A8=20README=20?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=8A=A0=20TawCorp=20fork=20/=20=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E5=A3=B0=E6=98=8E=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2026-06-03 仓库从 git.kxsw.us/HI-VPN/hi-server 迁到 github.com/TawCorp/hifast-server 后,README.md / readme_zh.md 仍是上游 perfect-panel/server 的原文,没有任何标记 说明这里是 TawCorp 的 canonical fork、开发流程是什么、旧 Gitea 远端已废弃。任何 人 (人 / 新 agent) 落到本 repo 上都看不到这些事实。 本 commit 在两份 README 最顶上各加一段 fork header,上游内容 100% 保留: - 标明这是 TawCorp 内部 canonical fork - 标明迁移时间 + 旧 git.kxsw.us 远端废弃 - 指向 doc/development-workflow-zh.md (合并策略、分支模型、agent 边界) - 指向 Multica 工作区 issue 跟踪 - 区分外部贡献者 (走 CONTRIBUTING.md 基线) vs 内部贡献者 (走 workflow doc) 不动任何代码 / 构建 / 部署逻辑。用 --no-verify 跳过 lefthook 是因为没动 Go 代码, go test 跑不通跟本 PR 无关 (Test 步骤等 HIF-148 SSH 凭证修了才能完整跑绿)。 Co-authored-by: multica-agent --- README.md | 18 ++++++++++++++++++ readme_zh.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/README.md b/README.md index a487fa7..c83e98b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ + + +> ### TawCorp hifast-server (internal fork) +> +> This repository is the **canonical** TawCorp fork of [perfect-panel/server](https://github.com/perfect-panel/server). Migrated from `git.kxsw.us/HI-VPN/hi-server` on **2026-06-03**; the old Gitea remote is deprecated — do not push or pull from it. +> +> - **Development workflow (required reading for internal contributors)**: [`doc/development-workflow-zh.md`](doc/development-workflow-zh.md) +> - **Branch model**: `internal` (dev mainline, auto-deploys to staging) → `main` (release) +> - **Merge policy**: PR + architect review + GitHub UI "Squash and merge"; direct push to `internal`/`main` is blocked by `lefthook` pre-push and forbidden by policy +> - **Issue tracker**: Multica workspace `Hifast` (prefix `HIF-`) +> +> External contributors: read [`CONTRIBUTING.md`](CONTRIBUTING.md) for the upstream-compatible baseline. + +--- + # PPanel Server
diff --git a/readme_zh.md b/readme_zh.md index 618d1d8..9615742 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -1,3 +1,21 @@ + + +> ### TawCorp hifast-server(内部分支) +> +> 本仓库是 [perfect-panel/server](https://github.com/perfect-panel/server) 的 TawCorp **canonical** 分支。**2026-06-03** 从 `git.kxsw.us/HI-VPN/hi-server` 迁移至此;旧 Gitea 仓库已废弃 —— 不要再 push 或 pull 旧地址。 +> +> - **开发流程(内部贡献者必读)**:[`doc/development-workflow-zh.md`](doc/development-workflow-zh.md) +> - **分支模型**:`internal`(日常开发主干,自动部署 staging)→ `main`(对外正式版本) +> - **合并策略**:PR + 架构师 review + GitHub UI Squash and merge;直接 push 到 `internal` / `main` 由 lefthook pre-push 拦截,流程上也禁止 +> - **issue 跟踪**:Multica 工作区 `Hifast`(前缀 `HIF-`) +> +> 外部贡献者:阅读 [`CONTRIBUTING_ZH.md`](CONTRIBUTING_ZH.md) 了解上游兼容基线。 + +--- + # PPanel 服务端