iop/apps/edge/internal/configrefresh
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
..
classify.go feat(single_request): implement bounded Plan and Review Markdown templates 2026-08-09 08:41:03 +09:00
classify_test_support_test.go refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
execution_preset_classify_test.go fix(single_request): 템플릿 경로 생략과 명시 빈 값을 구분한다 2026-08-09 10:04:01 +09:00
node_runtime_classify_test.go refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
path_refresh_test.go refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
provider_classify_test.go refactor(runtime): promote provider-only execution boundary 2026-08-02 20:28:45 +09:00
provider_stall_timeout_test.go feat(liveness): provider 실행 stall 관측을 구현한다 2026-08-05 09:45:14 +09:00
request.go feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
result.go feat: runtime reconnect config refresh 구현 2026-06-23 01:53:36 +09:00
workspace_classify_test.go feat(agent): 단일 요청 Agent 실행 경계를 구현한다 2026-08-07 07:03:55 +09:00