persona: 가격 출처가 있는 자산에만 "향후 7일 방향" 을 묻는다 - #34
Merged
Conversation
오늘 09:00 tick 의 asset 발화 6건:
entity-1wpxgma 낸시 그레이스 로먼 우주망원경
entity-s8y5w 모르핀
entity-xzrb 석탄
entity-q8l0o 경상권
gpt-54, gpu
전부 "stance 는 이 자산의 향후 7일 방향에 대한 판단입니다" 를 받았다. 모르핀이
오를지 내릴지 묻는 프롬프트다. 어제 person 타입을 걸렀지만 진짜 문제는 여기였다 —
canonical 의 `asset` 은 자산이 아니라 "사람·조직·국가·개념이 아닌 것" 이다.
기준을 refType === "asset" 에서 isCallableAsset(refId) 로 바꾼다. lib/calls.ts 가
call 을 만들 때 쓰는 바로 그 판정이라, 방향을 묻는 곳과 방향이 기록되는 곳이
이제 같다 (전엔 프롬프트만 어긋나 있었고, call 은 가격 출처가 없어 조용히
실패했다). refType 자체는 그대로 둔다 — asset 페이지가
listPostsWithRepliesForRef("asset", …) 로 조회하므로 바꾸면 글이 페이지에서 사라진다.
검증: bitcoin·ethereum·kospi·sp500·gold → 방향 요구 /
usdt(페그)·gpu·모르핀·석탄·GPT 5.4·우주망원경·경상권 → 일반 stance.
PROMPT_VERSION persona-v3.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
오늘 09:00 tick 이 드러낸 것입니다.
refType: asset으로 발화된 6건의 정체:전부 "stance 는 이 자산의 향후 7일 방향에 대한 판단입니다" 를 받았습니다. 모르핀이 오를지 내릴지 묻는 프롬프트입니다.
어제 #31 에서 person 타입을 걸렀지만 진짜 문제는 여기였습니다 — canonical 의
asset은 자산이 아니라 "사람·조직·국가·개념이 아닌 것" 입니다.고침
기준을
refType === "asset"→isCallableAsset(refId)로.lib/calls.ts가 call 을 만들 때 쓰는 바로 그 판정이라, 방향을 묻는 곳과 방향이 기록되는 곳이 이제 같습니다. (전엔 프롬프트만 어긋나 있었고 call 은 가격 출처가 없어 조용히 실패했습니다.)refType자체는 그대로 둡니다 — asset 페이지가listPostsWithRepliesForRef("asset", …)로 조회하므로 바꾸면 글이 페이지에서 사라집니다.검증
PROMPT_VERSIONpersona-v3.tsc·next build·check-healthclean.🤖 Generated with Claude Code