docs: 规范 PowerShell UTF-8 与执行策略 (#28)

This commit is contained in:
ila
2026-08-27 15:01:43 +08:00
parent 0b6ec7675d
commit 4bbacf4d7f
4 changed files with 73 additions and 2 deletions
+4
View File
@@ -108,6 +108,7 @@ CORE_DOCUMENT_REQUIREMENTS = {
),
"docs/04-local-development-and-verification.md": (
"## 环境要求",
"## Windows PowerShell 与 UTF-8",
"## 第一次运行",
"## 常用调试方式",
"## 完成修改前",
@@ -344,6 +345,9 @@ def check_agent_efficiency_rules(errors: list[str], root: Path = ROOT) -> None:
"`Home` 不存在时必须先创建 `Home`",
"不得把模板自带的本地 `docs/` 当作新项目 Wiki 已初始化的证据",
"提交只包含当前工单相关文件",
"不得仅为设置编码重复启动一层 PowerShell",
"文件解码和控制台输出分别处理",
"不得默认使用 `-ExecutionPolicy Bypass`",
"### 工单与设计证据双门禁",
"新页面、独立用户功能、重大交互或导航变化",
"`prototypes/<工单号>/<版本>/index.html`",