Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6d8d156
chore: add gstack skill routing rules to CLAUDE.md
fray-cloud Mar 31, 2026
34c1e25
feat: 비주얼 플로우 전략 빌더 Phase 1 — 엔진 코어
fray-cloud Apr 1, 2026
0a363ad
feat: 비주얼 플로우 전략 빌더 Phase 2-4 — API CQRS, React Flow UI, Backtest Engine
fray-cloud Apr 1, 2026
d7b8ef1
style(design): FINDING-001 — replace hardcoded dark colors with CSS v…
fray-cloud Apr 1, 2026
d8a5c7f
style(design): FINDING-003 — add icons for color-blind trace accessib…
fray-cloud Apr 1, 2026
0159c57
style(design): FINDING-009 — add focus-visible states for keyboard na…
fray-cloud Apr 1, 2026
986e48d
style(design): FINDING-010 — extract hardcoded strings to i18n
fray-cloud Apr 1, 2026
0acdbab
fix: flows i18n crash — use separate useTranslations for common names…
fray-cloud Apr 1, 2026
1f49785
fix: node-inspector hooks order crash on node click
fray-cloud Apr 1, 2026
efc42f7
fix: flow-card crash when backtest summary has error-only shape
fray-cloud Apr 1, 2026
fe1d25c
feat(flows): 미구현 노드 6종 추가 및 실시간 실행 파이프라인 구현
fray-cloud Apr 1, 2026
b9bcd43
feat(orders): responsive mobile card view with open/closed tabs
fray-cloud Apr 1, 2026
a781909
feat: implement advanced portfolio risk management
fray-cloud Apr 1, 2026
cf21168
feat(portfolio): add card view with toggle for asset list (PRO-48)
fray-cloud Apr 1, 2026
b76e004
fix(worker-service): commit missing backtesting module to fix CI build
fray-cloud Apr 1, 2026
f384aaa
fix(database): add missing Candle model to Prisma schema
fray-cloud Apr 1, 2026
6b81b16
feat(ui): implement P1 UI/UX improvements — price flash, quick order,…
fray-cloud Apr 1, 2026
10594ec
Merge remote-tracking branch 'origin/dev' into feat/#48
fray-cloud Apr 1, 2026
6d09dea
feat(web): implement P2 sprint — strategy status badge, notification …
fray-cloud Apr 1, 2026
e89692e
docs: update CONTRIBUTING.md with GitHub Issue sync and PR authorship…
fray-cloud Apr 1, 2026
3449406
fix: commit missing indicator strategies, Candle migration, notificat…
fray-cloud Apr 1, 2026
d25aa8f
feat(worker-service): add CandleOHLCV/MultiTimeframeData types and re…
fray-cloud Apr 1, 2026
879af2c
feat(worker-service): multi-TF service layer — register MultiTimefram…
fray-cloud Apr 1, 2026
c02b61b
fix(test): fix strategy-card test — add missing mocks and getByText a…
fray-cloud Apr 1, 2026
2a38a9a
merge: resolve feat/#73 conflicts with dev — take dev versions for al…
fray-cloud Apr 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/skills/gstack/plan-ceo-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ For each substantive tension point, use AskUserQuestion:
> argues [Y]. [One sentence on what context you might be missing.]"
>
> RECOMMENDATION: Choose [A or B] because [one-line reason explaining which argument
>
> > is more compelling and why]. Completeness: A=X/10, B=Y/10.

Options:
Expand Down
1 change: 1 addition & 0 deletions .claude/skills/gstack/plan-eng-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,7 @@ For each substantive tension point, use AskUserQuestion:
> argues [Y]. [One sentence on what context you might be missing.]"
>
> RECOMMENDATION: Choose [A or B] because [one-line reason explaining which argument
>
> > is more compelling and why]. Completeness: A=X/10, B=Y/10.

Options:
Expand Down
Loading