Move frontend demo to apps/demo and finalize Graphify docs#29
Merged
Conversation
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.
한 줄 요약
docs/demo에서apps/demo로 이동하고, Graphify-first 문서/검증 surface를 현재 구조에 맞게 정리합니다.배경 / 문제
docs/demo아래에 있어 문서 자산인지 프론트엔드 앱인지 경계가 흐렸습니다.apps/demo로 옮겨 역할을 명확히 합니다.PR 대시보드
main변경 묶음별 리뷰 가이드
apps/demo/,docs/demo/apps/demo/로 이동README.md,README.ko.md,docs/README.md,.harness/reference/README.md,raw/...,graphify-out/...scripts/graphify_*.sh,.harness/hooks/graphify-auto-refresh.sh,graphify-out/*tests/...raw//apps/demo기준인지Before / After
Before
docs/demo에 있어 docs archive와 live frontend surface가 섞여 보였습니다.After
apps/demo로 분리되어 프론트엔드 앱으로 더 명확해졌습니다.검증
uv run pytest tests/test_graphify_harness.pynode --test apps/demo/tests/*.cjsuv run ruff check --fix통과uv run mypy src통과남은 리스크 / 후속 작업
docs/wiki와docs/sources를 legacy archive로 계속 둘지, 별도 정리 PR에서 제거할지 결정apps/하위 앱 공통 규칙(예: 별도 README, 실행 스크립트) 추가pytest는 branch 내용이 아니라 현재 워크트리 상태에 영향을 받았습니다.apps/demorename이 모두 일치하는지