This is an automated email from the ASF dual-hosted git repository. He-Pin pushed a commit to branch docs/agents-md-header-workflow in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 19892958a5f1172ac78ac417c72013c96ee3e1ed Author: 虎鸣 <[email protected]> AuthorDate: Fri Jun 19 06:27:33 2026 +0800 docs: Licensing Rules 顶部增加新文件 header 强制流程提示 --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c9119ccae9..9e42d6b236 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,6 +16,8 @@ Follow `CONTRIBUTING.md`. If this file conflicts with `CONTRIBUTING.md`, follow ## Licensing Rules +> **⚠️ Mandatory workflow for new files:** Create the file without any header → run `sbt headerCreateAll` → sbt adds the correct header automatically. Never hand-write or copy-paste a license header. + - Do not hand-write or invent license headers. Let sbt manage them. - For new files, run `sbt headerCreateAll` to add the correct header. Do not manually paste header text. - Run `sbt +headerCheckAll` to verify all files carry the expected header. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
