Commit graph

2 commits

Author SHA1 Message Date
1aa01c60fb
docs(audit): 코퍼스 3차 감사 — 자기모순/stale 실측결과 미반영 7건 정정
병렬 에이전트 5개로 직전 커밋(9f9e83b)의 수정 검증 + 재감사:

- store-semantics.md: "전부 확정" 헤더 바로 아래 그걸 반박하는 0-Y
  배너를 붙여 생긴 자기모순 정리, "검증 필요(M0 스파이크 대상)" 서술이
  실제로는 luau-test/08로 이미 통과 검증됐는데 안 갱신돼 있던 것 정정
  (좁은 잔여 케이스만 0-Y로 계속 추적)
- ROADMAP.md: M6(Slot)도 M2/M4/M7/M10과 같은 재디스패치 모델 교체
  경고 배너가 빠져 있던 것 추가
- tag-plan.md: 최상단 배너가 "0-Z 해소 전엔 옛 모델"이라 경고하는데
  바로 아래 "열린 질문 — 없음, 전부 확정" 절이 정면으로 모순되던 것
  정정
- slot-plan.md: reconcile이 이제 비파괴 rawUnmount를 쓰도록 바뀐 걸
  한 문장 전에 정정해놓고, 바로 다음 문장이 "제거는 항상 파괴 확정"
  이라는 뒤집힌 전제로 rawExtract 미사용을 정당화하던 자기모순 정정
- documentation-content-map.md: 같은 파일 안에서 폐기된 Tween 특수
  bind-key 모델(취소선 처리)이 caveat 없이 3곳 더 남아있던 것 정정
- comparison-fusion-vide.md(reference/): quad 설계 근거 서술이 2026-08-10
  폐기된 구 Tween 모델을 그대로 인용하던 것 정정(반면교사 논리 자체는
  유효, 인용한 결론 쪽 이름만 stale했음)
- pre-implementation-audit.md 2-1: "검증 필요"였던 항목이 이미
  luau-test/08로 해소됐는데 [해소됨] 표시가 안 붙어있던 것 정정
- luau-test/15 헤더: 이 스파이크가 실제론 파싱 실패로 아무 섹션도
  검증 못 한 상태인데, 헤더는 "이미 정정되어 확정됨"이라고 서술하던
  것을 STATUS.md 실측 결과에 맞게 정정

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-13 17:08:49 +09:00
b668109eaf
decide(bind-system): :Compute trailing deps as fn positional args, fix previous ordering
Expose :Compute(fn, ...)'s trailing deps to fn as lazy State-handle
positional args (removes the closure-capture duplication/drift risk in
curried fn factories). Confirms self's lazy-handle sugar generalizes
here because trailing args are local to one call, unlike :With chains.

previous must sit right after self, before the deps pack
(fn(self, previous?, ...deps)) — not after it as first proposed:
Luau's "..." must trail the parameter list, so a fixed arg after a
generic type pack is very likely unrepresentable. Adds luau-test 15
with a negative control (old broken ordering) and positive control
(corrected ordering) to verify, plus the remaining open question
(whether heterogeneous dep types survive one generic pack).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BBBW9GakG8J3CFumTSJ8bw
2026-08-11 10:52:20 +09:00