14 Commits
Author SHA1 Message Date
hangshuo652 e5efb49dd4 docs: 更新项目文档和配置 2026-08-31 22:28:53 +08:00
hangshuo652 21040bfcc2 fix: 修复测试导入错误、playwright配置、pytest配置
- 修复orchestrator.py check_coverage导入路径
- 修复test_golden.py/test_e2e.py/test_design.py导入错误
- 删除过时test_preprocessor.py
- 修复test_confidence.py compare_coverage导入路径
- 修复pytest模块命名冲突(hina/e2e添加__init__.py)
- 配置pytest.ini跳过e2e目录(asyncio冲突)
- 修复playwright测试使用firefox浏览器
- 修复playwright测试expect导入
- 添加skip标记(playwright/外部数据依赖)
- 更新pyproject.toml setuptools配置
- 更新README.md/AGENTS.md/test-report.md文档
2026-08-31 21:33:32 +08:00
hangshuo652 f48251affd docs: 记录推送至中期成果物提交仓库的日志 2026-08-30 09:13:22 +08:00
hangshuo652 7a84761e96 chore: 重命名特殊字符目录为规范命名,更新.gitignore 2026-08-30 09:03:08 +08:00
zdp be94a479f8 docs: 合并 cobol-tna-system 的 AI 使用日志(2026-06-07~08-06,38 条)到 v3 日志 2026-08-29 19:44:15 +08:00
hangshuo652 5fe72c8ece refactor: 测试出力结果从runtime迁移到output,实现入力(test-data)与出力(output)分离 2026-08-29 14:33:59 +08:00
tmm621 7a2963d783 chore: 合并black-box-data-create(原jcl-cobol-data-create)完整AI使用日志 2026-08-29 14:06:18 +08:00
hangshuo652 7cdca190c5 chore: 更新AI使用日志记录本次提交 2026-08-29 13:25:59 +08:00
hangshuo652 b94757d9df feat: V3系统评审问题修复
1. 场景价值与技术合理性修复:
   - 补充docs/SCENE_VALUE.md(业务背景、痛点分析、用户场景、竞品对比、价值量化)
   - 添加用户操作流程图(Mermaid)
   - 添加3个真实业务案例量化数据

2. 演示与文档修复:
   - 创建docs/API.md(完整API文档)
   - 创建docs/QUICKSTART.md(5分钟快速入门指南)

3. AI使用日志修复:
   - 更新AGENTS.md,添加强制自动执行的AI使用日志记录指令
   - 在_AI_USAGE_LOG.md末尾添加范式执行统计

4. 安全性修复:
   - 在agents/llm.py中添加输入过滤(防Prompt注入)
   - 添加输出验证、速率限制、详细日志

5. 架构设计修复:
   - 创建tools/registry.py工具注册表
   - 修改orchestrator.py和orchestrator_db.py使用注册表动态获取运行器

6. 开发范式修复:
   - 在_AI_USAGE_LOG.md末尾添加范式执行统计
2026-08-29 13:23:28 +08:00
hangshuo652 c6fa6b1aeb fix: 清除错误默认模型与端口硬编码,文档机器路径占位符化 2026-08-25 22:35:35 +08:00
hangshuo652 8e81f960af fix: 清除硬编码API Key与机器特定路径,改用环境变量+混合式路径解析 2026-08-25 21:53:18 +08:00
hangshuo652 bd5926aeed docs: 更新V3总体设计文档,添加黑盒模块设计、PGMパターン、多KEY测试 2026-08-24 21:57:59 +08:00
hangshuo652 aabc41ad02 docs: 更新README竞赛格式,添加黑盒功能描述,生成分支差异报告 2026-08-24 21:39:08 +08:00
hangshuo652 5342220de5 docs: restore detailed design documents
Restored the following documents that were removed in Black-white-box-Merge:
- docs/detailed-design/ (9 detailed design documents + append_doc.py)
- docs/development-paradigm.md (development paradigm flowchart)
- docs/test-report.md (test report)
- AGENTS.md (project instructions)
- _AI_USAGE_LOG.md (AI usage log)
- CLAUDE.md (project instructions)
- sample/ (4 example files)
2026-08-23 17:22:13 +08:00