feat: project-setup 初期セットアップ#1
Merged
Merged
Conversation
Next.js 16 + Mastra + Panda CSS + Biome による開発環境を構築 ## 実装内容 ### フレームワーク・ツール - Next.js 16.1.4 (App Router, TypeScript strict) - Panda CSS 1.8.x + Park UI 0.43.x - Biome 2.3.x (lint/format) - Mastra 1.0.x (AI エージェント基盤) ### DDDレイヤーアーキテクチャ - lib/domain/ - ドメイン層(Result型、Option型、エラー型) - lib/application/ - アプリケーション層 - lib/infrastructure/ - インフラ層(Keychain、SQLite、カレンダー) ### 関数型プログラミング基盤 - Result<T, E> 型による型安全なエラーハンドリング - Option<T> 型による null 安全性 - ブランド型(CalendarId, EventId)による型安全なID ### データ保存基盤 - ~/.soloday/ ディレクトリ管理 - 設定ファイル(config.json)の読み書き - macOS Keychain 統合(keytar) - SQLite データベース基盤(better-sqlite3) ### 仕様ドキュメント - .spec-workflow/specs/project-setup/ に requirements, design, tasks を格納
This was referenced Feb 24, 2026
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.
Summary
実装内容
フレームワーク・ツール
ディレクトリ構成
Test plan
npm run buildがエラーなく完了npm run devでlocalhost:3000起動npx biome check .がエラーなし