Skip to content

Refactor dependencies to cli -> app -> domain -> infra #96

Description

@tasuku43

Summary

現在の依存方向を整理し、CLIがapp経由でのみdomain/infraに到達する構成へ段階的に移行する。

Goals

  • cli -> app -> domain -> infra の依存方向に統一
  • domainがinfraに依存するのは許容(現状通り)
  • uiはinfraのみ参照する方針を維持

Scope ideas

  • CLIでdomainを直接呼んでいる箇所をappに移す
  • app側にユースケース単位の関数を揃える
  • 既存のCLI出力/挙動は維持

Notes

  • 先にディレクトリ名変更は完了済み
  • 影響範囲が大きいので段階的に進める

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions