Skip to content

Commit fb478f1

Browse files
SummerOneTwoclaude
andcommitted
refactor: 重构项目结构,移除老项目
### 结构调整 - 将 autocode_mcp 子目录提升为项目根目录 - 删除 acmgo_agent 老项目 - 删除 problems 示例题目目录 - 删除 docs 文档目录 - 删除 .agent 配置目录 ### 项目框架 - CI 配置移至 .github/workflows/ci.yml - 更新 README.md 和 CLAUDE.md - 保留 Makefile、LICENSE、CHANGELOG.md ### 最终结构 AutoCode/ ├── src/autocode_mcp/ # 源代码 ├── tests/ # 测试用例 (51个) ├── templates/ # C++ 模板 ├── pyproject.toml # 项目配置 └── Makefile # 开发命令 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e0fa820 commit fb478f1

File tree

230 files changed

+191
-2837185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+191
-2837185
lines changed

.agent/rules/AGENTS.md

Lines changed: 0 additions & 204 deletions
This file was deleted.

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"mcp__plugin_github_github__get_file_contents"
5+
]
6+
}
7+
}

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)