sync: from nomadcode v1.1.117
This commit is contained in:
parent
8e50294a95
commit
94e67fd45c
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
1.1.116
|
1.1.117
|
||||||
|
|
|
||||||
|
|
@ -235,6 +235,7 @@ If the user-review gate does not trigger, write new routed plan/review files usi
|
||||||
- Base the follow-up scope directly on the archived review findings. Keep it narrow and actionable.
|
- Base the follow-up scope directly on the archived review findings. Keep it narrow and actionable.
|
||||||
- Choose lane/grade again; preserve the prior route only when it was adequate, otherwise raise `GNN` and/or move `local -> cloud`.
|
- Choose lane/grade again; preserve the prior route only when it was adequate, otherwise raise `GNN` and/or move `local -> cloud`.
|
||||||
- If the finding is only missing or untrusted verification evidence that an appropriate follow-up lane can produce by rerunning commands or collecting artifacts, do not write `USER_REVIEW.md` solely for that reason. Write a follow-up plan that reruns the exact commands in an appropriate lane and records actual stdout/stderr.
|
- If the finding is only missing or untrusted verification evidence that an appropriate follow-up lane can produce by rerunning commands or collecting artifacts, do not write `USER_REVIEW.md` solely for that reason. Write a follow-up plan that reruns the exact commands in an appropriate lane and records actual stdout/stderr.
|
||||||
|
- If follow-up verification involves mobile/UI hangs or timeouts, require focused rerun output plus screenshot/window/UI-tree evidence path, or the exact reason capture is impossible.
|
||||||
- Before choosing the follow-up route, apply this escalation gate:
|
- Before choosing the follow-up route, apply this escalation gate:
|
||||||
- If the archived plan was `local-*` and the verdict is `FAIL` for correctness, completeness, test coverage, or verification trust, move the follow-up build lane to `cloud` unless the issue is trivially deterministic and review-detectable without live environment behavior.
|
- If the archived plan was `local-*` and the verdict is `FAIL` for correctness, completeness, test coverage, or verification trust, move the follow-up build lane to `cloud` unless the issue is trivially deterministic and review-detectable without live environment behavior.
|
||||||
- If the follow-up work is terminal-agent work (shell/CLI workflow implementation, bin script orchestration, process control, stdout/stderr parsing, exit-status contracts, long-running command diagnosis, or terminal benchmark-style tasks), use `cloud-G07` or higher.
|
- If the follow-up work is terminal-agent work (shell/CLI workflow implementation, bin script orchestration, process control, stdout/stderr parsing, exit-status contracts, long-running command diagnosis, or terminal benchmark-style tasks), use `cloud-G07` or higher.
|
||||||
|
|
@ -348,6 +349,7 @@ _구현 에이전트가 각 중간 검증 및 최종 검증 명령 실행 후
|
||||||
- 대체가 필요하면 `계획 대비 변경 사항`에 이유와 대체 명령을 기록한다.
|
- 대체가 필요하면 `계획 대비 변경 사항`에 이유와 대체 명령을 기록한다.
|
||||||
- `검증 결과`에는 실제 stdout/stderr를 붙여 넣는다.
|
- `검증 결과`에는 실제 stdout/stderr를 붙여 넣는다.
|
||||||
- 사용자 리뷰 요청으로 명령을 끝까지 실행하지 못했다면 `사용자 리뷰 요청`에 실행한 명령, 실제 출력, 미실행 명령의 사유를 기록한다.
|
- 사용자 리뷰 요청으로 명령을 끝까지 실행하지 못했다면 `사용자 리뷰 요청`에 실행한 명령, 실제 출력, 미실행 명령의 사유를 기록한다.
|
||||||
|
- mobile/UI hang 또는 timeout은 focused rerun 명령과 screenshot/window/UI-tree evidence path를 남기고, 불가능하면 정확한 사유를 남긴다.
|
||||||
|
|
||||||
### {TAG}-1 중간 검증
|
### {TAG}-1 중간 검증
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue