docs: define flask factory and archive logging

This commit is contained in:
ila
2026-07-04 23:13:00 +08:00
parent 21dbdf81ed
commit 22e69ccce1
14 changed files with 154 additions and 24 deletions
+3 -2
View File
@@ -22,7 +22,7 @@
## 固定开工流程
1. `pwd`:确认在 `D:\PythonP\chisup`。
1. `pwd`:确认在项目根目录(Windows 下为 `D:\PythonP\chisup`,WSL / bash 下为 `/mnt/d/PythonP/chisup`)。
2. 读 [../progress.md](../progress.md) 和 [current-state.md](current-state.md)。
3. 查看当前文件清单和最近改动;如果未来接入 git,先看 `git status` 和 `git log --oneline -5`。
4. 若已有项目代码,运行标准验证命令;如果还未初始化代码,先完成 Phase 0 任务。
@@ -67,7 +67,8 @@ MVP 不做:
当前尚未初始化代码,文档检查命令:
```powershell
Get-ChildItem -Recurse -File
Get-ChildItem -Recurse -File # PowerShell
# bash 等价: find . -type f -not -path './.git/*'
```
项目初始化后,把真实命令同步到 [03-tech-stack.md](03-tech-stack.md)、[05-coding-rules.md](05-coding-rules.md) 和 [current-state.md](current-state.md)。