Commit Graph

3 Commits (290a82b1901d5552714923b15c368e1dbc156a80)

Author SHA1 Message Date
fengruixiang 3171cc18bf chore(local-dev): 修复 myget CA 导致的构建失败,并新增 aml-local-refresh skill
Dockerfile.local 的 build 阶段刷新 ca-certificates:www.myget.org(NuGet.Config
里的 BlazoriseMyGet 源)换用 GlobalSign AlphaSSL 2025 证书后,sdk:6.0 镜像自带的
CA 包认不出,dotnet restore 直接 NU1301 "Unable to load the service index",镜像
构建全线失败。runtime-base 早已用同样手法解决 iCS 的 PartialChain 问题。

同时把「拉代码 + 还原最新 .bak + 重建重启」固化为项目级 skill,记录必须踩对的顺序
(先停 host 再还原、恢复库不能跑 db-migrator、代码更新必须重建镜像、还原后必跑
seed-root-ou.sql)以及 docker cp 权限、构建管道吞 exit code 等坑。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-19 13:58:02 +08:00
fengruixiang 07ad350566 docs(AML): update module structure and correct module path descriptions
- Rename Organization folder to Org in AML module structure
- Add Jobs folder and SurveyService.cs under AML module
- Fix formatting of module path descriptions in main docs README
- Adjust permission allow patterns in .claude settings.json for Bash commands
2026-04-30 14:18:05 +08:00
fengruixiang 60516b7cf1 feat(docs): all modules docs 2026-04-30 10:19:15 +08:00