feat: 커맨드 로그 체크리스트 업데이트 및 로그 메시지 개선

This commit is contained in:
2026-02-06 16:50:19 +00:00
parent 39935404bc
commit dc752294fb
6 changed files with 295 additions and 52 deletions
+41 -11
View File
@@ -1,3 +1,43 @@
Compare command logs (mode: action, strict: off, keepDate: off, excludeGuards: on, excludeTarget: on)
PHP commands: 83
TS commands: 63
Matched commands: 60
Mismatched commands: 0
Missing in TS: 23
Missing in PHP: 3
Ignored mismatches: 10
Missing in TS:
- General/che_군량매매
- General/che_등용수락
- General/che_모반시도
- General/che_무작위건국
- General/che_선양
- General/che_장비매매
- General/che_장수대상임관
- General/che_전투태세
- General/che_접경귀환
- General/che_증여
- General/che_해산
- General/cr_건국
- General/cr_맹훈련
- Nation/che_선전포고
- Nation/event_극병연구
- Nation/event_대검병연구
- Nation/event_무희연구
- Nation/event_산저병연구
- Nation/event_상병연구
- Nation/event_원융노병연구
- Nation/event_음귀병연구
- Nation/event_화륜차연구
- Nation/event_화시병연구
Missing in PHP:
- General/che_내정특기초기화
- Nation/che_불가침수락
- Nation/che_불가침파기수락
Checklist:
# Command Log Checklist
Mode: action
@@ -7,14 +47,4 @@ Exclude guards: on
Exclude target: on
Ignore file: tools/compare-command-logs.ignore.json
- [ ] General/che_건국
PHP only: <D>${}</>${} 건국하였습니다.
TS only: <D>${}</>을 건국하였습니다.
- [ ] General/che_정착장려
PHP only: ${}${} <span class='ev_failed'>실패</span>하여 주민이 <C>${}</>명 증가했습니다. | ${}${} <S>성공</>하여 주민이 <C>${}</>명 증가했습니다.
- [ ] General/che_징병
PHP only: ${} <C>${}</>명을 추가${}했습니다. | ${} <C>${}</>명을 ${}했습니다.
TS only: ${} 추가징병했습니다. | ${} 징병했습니다.
- [ ] General/che_첩보
PHP only: <G>${}</>의 정보를 많이 얻었습니다. | 【<G>${}</>】주민:${}, 민심:${}, 장수:${}, 병력:${} | 【<M>첩보</>】농업:${}, 상업:${}, 치안:${}, 수비:${}, 성벽:${} | 【<S>병종</>】 ${} | 【<span class='ev_notice'>${}</span>】아국대비기술:${} | <G>${}</>의 정보를 어느 정도 얻었습니다. | <G>${}</>의 소문만 들을 수 있었습니다.
TS only: <G>${}</>의 정보를 ${} 얻었습니다. | 주민:${}, 민심:${}, ...
- [x] All command logs match.