893cbf1fe0
refactor: 彻底清除所有openhis痕迹
...
- 重命名目录: openhis-server-new → healthlink-his-server
- 重命名目录: openhis-ui-vue3 → healthlink-his-ui
- 重命名Java类: OpenHisApplication → HealthLinkHisApplication
- 重命名Java类: OpenHisMiniApp → HealthLinkHisMiniApp
- 重命名组件目录: OpenHis → HealthLinkHis
- 重命名样式文件: openhis.scss → healthlink-his.scss
- 重命名配置: nginx-openhis.conf → nginx-healthlink-his.conf
- 更新所有源码引用 (0个残留)
- 更新所有文档/脚本/配置中的引用
2026-06-05 13:36:28 +08:00
a056ea278b
docs(harness): add standard operating procedure and finalize Bug #597 analysis
...
- STANDARD_OPERATING_PROCEDURE.md: 196-line SOP for all development work
Init → Plan → Implement → Verify → Cleanup → Review
- Bug #597 full chain verification: 6/6 rings passed
- Update PROGRESS.md with Session 003 record
- All future work follows this SOP
2026-05-28 15:16:22 +08:00
4a1ea0ee3f
feat(harness): add quality gates automation script check.sh
...
- Add .harness/check.sh: one-command quality gates (7 checks, L1-L3)
L1: mvn compile
L2: file existence, JSON validity, mapper structure
L3: secret leak detection
- Update feature_list.json: mark harness-002 done, add harness-003
- Update PROGRESS.md with Session 002 record
- All 7 gates passed: ✅ ✅ ✅ ✅ ✅ ✅ ✅
2026-05-28 15:09:04 +08:00
1396e4b4d2
feat(harness): integrate walkinglabs 5-subsystem model with templates
...
- Add .harness/ directory with 6 templates:
init.sh (unified startup entry)
PROGRESS.md (session progress tracking)
feature_list.json (machine-readable feature status)
clean-state-checklist.md (end-of-session cleanup)
session-handoff.md (cross-session handoff)
evaluator-rubric.md (review scoring)
- Update AGENTS.md: 5-subsystem model (Instruction/Tools/Environment/State/Feedback)
- Add Init-Plan-Implement-Verify-Cleanup workflow cycle
2026-05-28 15:05:20 +08:00