[aide] impl: 完成 README.md 迁移

This commit is contained in:
2025-12-15 21:51:50 +08:00
parent 7cae921bf7
commit 7836fb6936
4 changed files with 21 additions and 3 deletions

10
cache/move-readme.sh vendored Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# 将 README.md 移至 docs/project-details.md
set -e
cd /home/user/temp/ccoptimize
# 执行移动操作
mv README.md docs/project-details.md
echo "✓ README.md 已移至 docs/project-details.md"