Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
23 changes: 22 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[English](README.md) · [한국어](README.ko.md)

**ステータス: Public Beta**

## FlowMap とは

FlowMap は Swift コードを解析し、ファイル・型・関数・呼び出し関係をワークスペース全体のグラフとして構築し、VS Code 上で視覚的に探索できる開発者ツールです。
Expand Down Expand Up @@ -119,6 +121,7 @@ FlowMap には、実際の Git コミットペアをリプレイし、graph diff
- コミットリプレイ runner: `scripts/run_commit_replay.mjs`
- シナリオ runner(合成回帰セット): `scripts/run_sample_scenarios.mjs`
- リプレイ要約 builder: `scripts/build_replay_summary.mjs`
- 詳細検証レポート builder: `scripts/build_validation_detail.mjs`

例:

Expand All @@ -133,6 +136,9 @@ node scripts/run_commit_replay.mjs \

- `reports/replay-validation-bundle.md`
- `reports/replay-validation-bundle.json`
- `reports/sample-scenarios-report.json`
- `reports/public-beta-validation-detail.md`
- `reports/public-beta-validation-detail.json`

最新の統合メトリクス(`reports/replay-validation-bundle.md`):

Expand All @@ -142,6 +148,17 @@ node scripts/run_commit_replay.mjs \
- Swift Detection Rate: 94.64%
- Overall Match Rate: 97.13%

最新シナリオ回帰検証(`reports/sample-scenarios-report.json`):

- シナリオ数: 60
- Passed / Failed: 60 / 0
- FP / FN 合計: 0 / 0

Public Beta 詳細検証(`reports/public-beta-validation-detail.md`):

- 非パスケースをコミット単位で記録
- Public beta gate: PASS

## ライセンス

FlowMap は source-available モデルで提供されています。
Expand Down Expand Up @@ -181,4 +198,8 @@ Issue と Pull Request を歓迎します。

## ステータス

FlowMap は継続的に進化しています。現バージョンは完成済みプラットフォームではなく、初期段階の実用ツールです。フィードバックと貢献を歓迎します。
FlowMap は現在 **Public Beta** です。

- コアのグラフ/差分パイプラインは外部テスト可能な安定度に到達しています。
- 検証成果物は `reports/` に公開し、透明性を確保しています。
- Swift 呼び出し解決の一部 edge case は継続改善中です。
23 changes: 22 additions & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[English](README.md) · [日本語](README.ja.md)

**상태: Public Beta**

## FlowMap이란?

FlowMap은 Swift 코드를 파싱해 파일, 타입, 함수, 호출 관계를 워크스페이스 단위로 그래프화하고, VS Code에서 시각적으로 탐색할 수 있게 해주는 개발 도구입니다.
Expand Down Expand Up @@ -119,6 +121,7 @@ FlowMap은 실제 Git 커밋 쌍을 리플레이해서 diff 검출 방향이 맞
- 커밋 리플레이 러너: `scripts/run_commit_replay.mjs`
- 시나리오 러너(합성 회귀 세트): `scripts/run_sample_scenarios.mjs`
- 리플레이 요약 빌더: `scripts/build_replay_summary.mjs`
- 상세 검증 리포트 빌더: `scripts/build_validation_detail.mjs`

예시:

Expand All @@ -133,6 +136,9 @@ node scripts/run_commit_replay.mjs \

- `reports/replay-validation-bundle.md`
- `reports/replay-validation-bundle.json`
- `reports/sample-scenarios-report.json`
- `reports/public-beta-validation-detail.md`
- `reports/public-beta-validation-detail.json`

최신 통합 지표(`reports/replay-validation-bundle.md`):

Expand All @@ -142,6 +148,17 @@ node scripts/run_commit_replay.mjs \
- Swift Detection Rate: 94.64%
- Overall Match Rate: 97.13%

최신 시나리오 회귀 검증(`reports/sample-scenarios-report.json`):

- 시나리오 수: 60
- 통과 / 실패: 60 / 0
- FP / FN 합계: 0 / 0

퍼블릭 베타 상세 검증(`reports/public-beta-validation-detail.md`):

- 비정상 케이스를 커밋 단위로 상세 기록
- Public beta gate: PASS

## 라이선스

FlowMap은 source-available 방식으로 제공됩니다.
Expand Down Expand Up @@ -181,4 +198,8 @@ FlowMap은 source-available 방식으로 제공됩니다.

## 상태

FlowMap은 빠르게 발전 중입니다. 현재 버전은 완성된 플랫폼이 아닌 초기 단계 도구입니다. 피드백과 기여를 환영합니다.
FlowMap은 이제 **Public Beta** 단계입니다.

- 핵심 그래프/디프 파이프라인은 외부 테스트 가능한 수준으로 안정화되었습니다.
- 검증 산출물은 `reports/`에 공개하여 투명하게 확인할 수 있습니다.
- Swift 호출 해석의 일부 edge case는 지속적으로 개선 중입니다.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[한국어](README.ko.md) · [日本語](README.ja.md)

**Status: Public Beta**

## What is FlowMap?

FlowMap parses Swift code, builds a workspace-level graph of files, types, functions, and call relationships, and visualizes that graph inside VS Code.
Expand Down Expand Up @@ -119,6 +121,7 @@ FlowMap includes automated replay validation that replays real Git commit pairs
- Commit replay runner: `scripts/run_commit_replay.mjs`
- Scenario runner (synthetic regression set): `scripts/run_sample_scenarios.mjs`
- Replay summary builder: `scripts/build_replay_summary.mjs`
- Detailed validation builder: `scripts/build_validation_detail.mjs`

Example:

Expand All @@ -133,6 +136,9 @@ Current bundled validation output:

- `reports/replay-validation-bundle.md`
- `reports/replay-validation-bundle.json`
- `reports/sample-scenarios-report.json`
- `reports/public-beta-validation-detail.md`
- `reports/public-beta-validation-detail.json`

Latest bundled metrics (`reports/replay-validation-bundle.md`):

Expand All @@ -142,6 +148,17 @@ Latest bundled metrics (`reports/replay-validation-bundle.md`):
- Swift Detection Rate: 94.64%
- Overall Match Rate: 97.13%

Latest scenario regression (`reports/sample-scenarios-report.json`):

- Scenario count: 60
- Passed / Failed: 60 / 0
- FP / FN total: 0 / 0

Detailed public beta validation (`reports/public-beta-validation-detail.md`):

- Non-pass replay cases listed with commit-level detail
- Public beta gate: PASS

## License

FlowMap is source-available.
Expand Down Expand Up @@ -181,4 +198,8 @@ Good areas to contribute:

## Status

FlowMap is actively evolving. The current version is a functional early-stage tool, not yet a finished platform. Feedback and contributions are encouraged.
FlowMap is now in **Public Beta**.

- Core graph/diff pipeline is stable enough for external testing.
- Validation artifacts are published under `reports/` for transparent review.
- Some edge cases in Swift call resolution still exist and are tracked as ongoing improvements.
Loading