iop/apps/edge/internal
toki 6f141b9121 fix(single_request): 템플릿 경로 생략과 명시 빈 값을 구분한다
`plan_file`/`review_file`이 평범한 문자열이라 decode 직후 trim-empty가 곧
생략으로 취급되었고, 그 결과 loader의 빈 경로 거부가 설정값에 대해 도달할 수
없었다. 명시적으로 설정한 빈 값과 공백 값이 조용히 built-in default로
떨어지는 승인 경계 결함이므로 optional 표현으로 바꿔 생략만 fallback 신호가
되게 한다. 설정된 값은 파일 접근 전에 trim 후 빈 경로 거부까지 도달한다.

pointer cell이 snapshot 사이에서 aliasing되지 않도록 Templates 전용 deep
clone을 두고, 네 가지 명시 빈/공백 경계와 clone 독립성, 그리고 refresh가
경로나 본문을 노출하지 않는다는 기존 근거를 함께 회귀로 고정한다.

Refs: agent-task/single_request_plan_review_templates/PLAN-cloud-G08.md

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-09 10:04:01 +09:00
..
authprojection feat(credential): Provider Credential Slot 라우팅을 구현한다 2026-08-02 09:10:11 +09:00
bootstrap feat(agent): 단일 요청 Agent 실행 경계를 구현한다 2026-08-07 07:03:55 +09:00
configrefresh fix(single_request): 템플릿 경로 생략과 명시 빈 값을 구분한다 2026-08-09 10:04:01 +09:00
controlplane refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
edgecmd refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
edgevalidate refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
events feat: edge runtime, opsconsole, CLI target terminology, and e2e validation updates 2026-05-17 14:57:49 +09:00
input feat(agent): 단일 요청 실행 경로를 완성한다 2026-08-08 23:35:13 +09:00
node feat(agent): 단일 요청 실행 경로를 완성한다 2026-08-08 23:35:13 +09:00
openai fix(single_request): 템플릿 승인 경계를 닫고 회귀 근거를 채운다 2026-08-09 09:25:27 +09:00
opsconsole refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
service fix(single_request): 템플릿 승인 경계를 닫고 회귀 근거를 채운다 2026-08-09 09:25:27 +09:00
transport feat(agent): 단일 요청 실행 경로를 완성한다 2026-08-08 23:35:13 +09:00