2026-02-22
@rinto hasegawa
[feat] ゲームマップのセル更新機能を追加
rinto hasegawa committed on 22 Feb
@rintoHasegawa
Merge pull request #69 from rintoHasegawa/refactor/260222_rinto_shared ...
rintoHasegawa authored on 22 Feb GitHub committed on 22 Feb
@rinto hasegawa
[refactor] 型定義を整理し、インポートパスを更新
rinto hasegawa committed on 22 Feb
@rintoHasegawa
Merge pull request #68 from rintoHasegawa/refactor/260222_rinto_del_payload ...
rintoHasegawa authored on 22 Feb GitHub committed on 22 Feb
@rinto hasegawa
[refactor] ペイロード型を整理し、関連インポートを更新
rinto hasegawa committed on 22 Feb
@rintoHasegawa
Merge pull request #67 from rintoHasegawa/refactor/260222_rinto_server_socket ...
rintoHasegawa authored on 22 Feb GitHub committed on 22 Feb
@rinto hasegawa
[refactor] ゲームおよびルームの切断処理をハンドラに分離し、SocketManagerでの呼び出しを整理
rinto hasegawa committed on 22 Feb
@rintoHasegawa
Merge pull request #66 from rintoHasegawa/refactor/260222_rinto_payloads ...
rintoHasegawa authored on 22 Feb GitHub committed on 22 Feb
@rinto hasegawa
[refactor] JoinRoomPayloadの型をpayloadsに移動し、関連インポートを更新
rinto hasegawa committed on 22 Feb
@rintoHasegawa
Merge pull request #65 from rintoHasegawa/feature/260222_rinto_girdmap ...
rintoHasegawa authored on 22 Feb GitHub committed on 22 Feb
@rinto hasegawa
[refactor] GameMapクラスにマス目の色更新機能を追加し、SocketClientでのマス目更新イベントを実装。GameManagerでのイベント処理を改善。
rinto hasegawa committed on 22 Feb
@rinto hasegawa
[refactor] GameMapクラスをContainerに変更し、グリッド描画の管理を改善。ゲーム設定にマップ描画用のカラーを追加し、MapStateインターフェースを新規作成。
rinto hasegawa committed on 22 Feb
@rinto hasegawa
[refactor] グリッド設定を追加し、マップサイズを自動計算するように変更。グリッドインデックス取得関数を新規作成。
rinto hasegawa committed on 22 Feb
@rintoHasegawa
Merge pull request #64 from rintoHasegawa/refactor/260222_rinto_server ...
rintoHasegawa authored on 22 Feb GitHub committed on 22 Feb
@rinto hasegawa
[refactor] SocketManagerとRoomManagerの分離に伴うハンドラの委譲処理の実装
rinto hasegawa committed on 22 Feb
@rinto hasegawa
[refactor] SocketManagerのルーム参加処理と移動イベントの型定義を改善し、payloads.tsを新規作成
rinto hasegawa committed on 22 Feb
@rinto hasegawa
[refactor] PlayerクラスのチームID割り当てをGAME_CONFIGに基づく動的取得に変更し、GameManagerでの初期位置設定を修正
rinto hasegawa committed on 22 Feb
@rintoHasegawa
Merge pull request #63 from rintoHasegawa/refactor/260221_rinto_gameplayer ...
rintoHasegawa authored on 22 Feb GitHub committed on 22 Feb
@rinto hasegawa
[refactor] GameManagerの導入によるGameSceneの簡素化とジョイスティック入力の管理
rinto hasegawa committed on 22 Feb
2026-02-21
@rinto hasegawa
[refactor] プレイヤークラスの共通基底クラス化とインポートの整理
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #62 from rintoHasegawa/refactor/260221_rinto_comment ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refctor] コメントの整理
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #61 from rintoHasegawa/fix/260221_rinto_lobby_myid ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[fix] 接続済みの場合に即座にコールバックを実行する機能を追加
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #60 from rintoHasegawa/feature/260221_rinto_add_teamid ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] プレイヤーのチームIDを追加し、ゲームシーンでの色設定をチームカラーに変更
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #59 from rintoHasegawa/refactor/260221_rinto_title ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] プレイヤーの移動処理を簡素化し、座標のクランプ処理を削除
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] プレイヤー関連の型を整理し、RoomMemberに名称変更、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] GameStateおよびRoomStatusを定数オブジェクトに変更し、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] TitleSceneコンポーネントのonJoin引数をペイロード型に変更し、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #58 from rintoHasegawa/refactor/260221_rinto_socket ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] SocketClientおよびSocketManagerでSocketEventsを使用するように変更し、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #57 from rintoHasegawa/refactor/260221_rinto_render ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] GameSceneコンポーネントの移動処理を最適化し、ゲーム設定を更新
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] GameSceneコンポーネントにゲーム設定を追加し、プレイヤーの位置更新処理を最適化
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] GameSceneコンポーネントを新規作成し、ゲームロジックを整理
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #56 from rintoHasegawa/refactor/260221_rinto_clean_reander_logic ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] 不要なCSSファイルを削除
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #55 from rintoHasegawa/refactor/260221_rinto_clean_reander_logic ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] ゲームロジックのクリーンアップとPixiJSの統合を実施
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #54 from rintoHasegawa/refactor/260221_rinto_refactor_config ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] PLAYER_SPEEDをGAME_CONFIGから取得するように移動メソッドを修正
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] GAME_CONFIGからTARGET_FPSを使用してゲームループの計算を統一
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #53 from rintoHasegawa/refactor/260221_rinto_integreate_config ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] GAME_CONFIGを使用してマップサイズを統一し、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #52 from rintoHasegawa/refactor/260221_rinto_integreate_config ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[refactor] 共有パッケージへのインポートパスを相対パスからエイリアスに変更
rinto hasegawa committed on 21 Feb
@rintoHasegawa
Merge pull request #51 from rintoHasegawa/chore/260221_rinto_update_package_version ...
rintoHasegawa authored on 21 Feb GitHub committed on 21 Feb
@rinto hasegawa
[update] pixi.jsをバージョン8.16.0に更新し、関連する依存関係を調整 ...
rinto hasegawa committed on 21 Feb
2026-02-20
@ryuki022886-svg
Merge pull request #50 from rintoHasegawa/feature/260220ryuki_lobby ...
ryuki022886-svg authored on 20 Feb GitHub committed on 20 Feb
@[shimojiryuki]
[feat] Implement lobby and room management features with socket events
[shimojiryuki] committed on 20 Feb
@ryuki022886-svg
Merge pull request #49 from rintoHasegawa/fix/2602220ryuki_client ...
ryuki022886-svg authored on 20 Feb GitHub committed on 20 Feb
@[shimojiryuki]
[feat] ジョイスティックを引っ張り続けたときのかくつきを解消
[shimojiryuki] committed on 20 Feb
@ryuki022886-svg
Merge pull request #48 from rintoHasegawa/clean/260220ryuki_client ...
ryuki022886-svg authored on 20 Feb GitHub committed on 20 Feb
@[shimojiryuki]
[feat] app.tsxのコード整理
[shimojiryuki] committed on 20 Feb
@rintoHasegawa
Merge pull request #47 from rintoHasegawa/chore/260220_rinto_update_docekrfile ...
rintoHasegawa authored on 20 Feb GitHub committed on 20 Feb
@rinto hasegawa
Dockerfileのビルドプロセスを簡素化し、不要なステージと依存関係のコピーを削除
rinto hasegawa committed on 20 Feb
@rintoHasegawa
Merge pull request #45 from rintoHasegawa/chore/260220_rinto_update_docekrfile ...
rintoHasegawa authored on 20 Feb GitHub committed on 20 Feb
@rinto hasegawa
[update] Dockerfileのビルドプロセスを簡素化し、不要な依存関係の削除を削除
rinto hasegawa committed on 20 Feb
@ryuki022886-svg
Merge pull request #44 from rintoHasegawa/feature/260220ryuki_shared ...
ryuki022886-svg authored on 20 Feb GitHub committed on 20 Feb
@[shimojiryuki]
[feat]ルームとプレイヤーのインターフェース作成
[shimojiryuki] committed on 20 Feb
2026-02-14
@ryuki022886-svg
Merge pull request #43 from rintoHasegawa/fix/260214ryuki_pnpm_lock ...
ryuki022886-svg authored on 14 Feb GitHub committed on 14 Feb
@[shimojiryuki]
[build] React 18とPixiJS v7への変更をロックファイルに反映
[shimojiryuki] committed on 14 Feb
@ryuki022886-svg
Merge pull request #42 from rintoHasegawa/fix/260214ryuki_client ...
ryuki022886-svg authored on 14 Feb GitHub committed on 14 Feb
@[shimojiryuki]
[refactor] 操作ロジックはそのままに、描画エンジンをPixiJSへ変更
[shimojiryuki] committed on 14 Feb
@rintoHasegawa
Merge pull request #41 from rintoHasegawa/docs/260214_rinto_git_guide_update ...
rintoHasegawa authored on 14 Feb GitHub committed on 14 Feb
@rinto hasegawa
[update] Git運用ルールの書式と例を修正
rinto hasegawa committed on 14 Feb
2026-02-13
@rintoHasegawa
Merge pull request #40 from rintoHasegawa/chore/260213_rinto_transit_file ...
rintoHasegawa authored on 13 Feb GitHub committed on 13 Feb
@rinto hasegawa
[update] サーバー設定を移動し、Socket.ioサーバーの初期化を追加
rinto hasegawa committed on 13 Feb
@rintoHasegawa
Merge pull request #39 from rintoHasegawa/chore/260210_rinto_docker-env ...
rintoHasegawa authored on 13 Feb GitHub committed on 13 Feb
@rintoHasegawa
Merge branch 'main' into chore/260210_rinto_docker-env
rintoHasegawa authored on 13 Feb GitHub committed on 13 Feb
@rinto hasegawa
[update] Docker環境設定の更新とnode_modulesボリューム管理の改善
rinto hasegawa committed on 13 Feb
2026-02-12
@rinto hasegawa
[update] Dockerfileの環境設定を修正し、管理者用環境構築手順書を追加
rinto hasegawa committed on 12 Feb
@ryuki022886-svg
Merge pull request #38 from rintoHasegawa/fix/260212ryuki_client ...
ryuki022886-svg authored on 12 Feb GitHub committed on 12 Feb
@[shimojiryuki]
[fix]] ジョイスティックを任意の場所で使えるように修正
[shimojiryuki] committed on 12 Feb
@ryuki022886-svg
Merge pull request #37 from rintoHasegawa/fix/260212ryuki_client ...
ryuki022886-svg authored on 12 Feb GitHub committed on 12 Feb
@[shimojiryuki]
[fix] プレイヤーの描画最適化と操作レスポンスの向上
[shimojiryuki] committed on 12 Feb
@ryuki022886-svg
Merge pull request #36 from rintoHasegawa/fix/260212ryuki_client ...
ryuki022886-svg authored on 12 Feb GitHub committed on 12 Feb
@ryuki022886-svg
Merge pull request #35 from rintoHasegawa/fix/260212ryuki_server ...
ryuki022886-svg authored on 12 Feb GitHub committed on 12 Feb
@[shimojiryuki]
[fix] カメラ追従機能の改善
[shimojiryuki] committed on 12 Feb
@[shimojiryuki]
[fix] プレイヤーの移動ロジックと初期位置の修正
[shimojiryuki] committed on 12 Feb
2026-02-10
@ryuki022886-svg
Merge pull request #34 from rintoHasegawa/fix/260210ryuki_server_network ...
ryuki022886-svg authored on 10 Feb GitHub committed on 10 Feb
@[shimojiryuki]
[fix] プレイヤーの位置情報の送信をゲームマネージャーの状態を使うように更新
[shimojiryuki] committed on 10 Feb
@[shimojiryuki]
[fix] addPlayerメソッドでプレイヤーの位置を初期化し、movePlayerのロジックを更新して移動処理を改善
[shimojiryuki] committed on 10 Feb
@[shimojiryuki]
[fix]ジョイスティックの移動処理を改善し、プレイヤーの位置を正しく表示するための変換を追加
[shimojiryuki] committed on 10 Feb
@ryuki022886-svg
Merge pull request #33 from rintoHasegawa/fix/260210ryuki_client_app ...
ryuki022886-svg authored on 10 Feb GitHub committed on 10 Feb
@ryuki022886-svg
Merge pull request #32 from rintoHasegawa/fix/260210ryuki_server_src ...
ryuki022886-svg authored on 10 Feb GitHub committed on 10 Feb
@[shimojiryuki]
[fix]プレイヤーの位置をサーバーからの座標に基づいて更新し、中心に配置するためのマージンを追加
[shimojiryuki] committed on 10 Feb
@[shimojiryuki]
[fix]プレイヤーの位置をランダムに初期化し、速度係数を適用するように移動ロジックを更新
[shimojiryuki] committed on 10 Feb
@rinto hasegawa
[add] Docker環境設定と開発用コンテナ構成を追加
rinto hasegawa committed on 10 Feb
@ryuki022886-svg
Merge pull request #26 from rintoHasegawa/fix/260209ryuki ...
ryuki022886-svg authored on 10 Feb GitHub committed on 10 Feb
@ryuki022886-svg
Merge branch 'main' into fix/260209ryuki
ryuki022886-svg authored on 10 Feb GitHub committed on 10 Feb
2026-02-09
@ryuki022886-svg
Merge pull request #31 from rintoHasegawa/feature/260209ryuki_pnpm-lock ...
ryuki022886-svg authored on 9 Feb GitHub committed on 9 Feb
@ryuki022886-svg
Merge pull request #30 from rintoHasegawa/fix/260209ryuki_server_package.json ...
ryuki022886-svg authored on 9 Feb GitHub committed on 9 Feb
@[shimojiryuki]
Implement feature X to enhance user experience and fix bug Y in module Z
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[fix] update socket.io dependency and replace ws with socket.io types
[shimojiryuki] committed on 9 Feb
@ryuki022886-svg
Merge pull request #29 from rintoHasegawa/feature/260209ryuki_packages_shared ...
ryuki022886-svg authored on 9 Feb GitHub committed on 9 Feb
@[shimojiryuki]
[add] export game configuration from shared package
[shimojiryuki] committed on 9 Feb
@ryuki022886-svg
Merge pull request #28 from rintoHasegawa/fix/260209ryuki_client/src ...
ryuki022886-svg authored on 9 Feb GitHub committed on 9 Feb
@ryuki022886-svg
Merge pull request #27 from rintoHasegawa/fix/260209ryuki_index ...
ryuki022886-svg authored on 9 Feb GitHub committed on 9 Feb
@[shimojiryuki]
[update] 依存関係と設定を更新し、PreactからReactへ移行
[shimojiryuki] committed on 9 Feb
@rintoHasegawa
Merge pull request #25 from rintoHasegawa/docs/260209_move_files ...
rintoHasegawa authored on 9 Feb GitHub committed on 9 Feb
@rinto hasegawa
[clean] docs/のフォルダ構成の整理 (Env, Guide, Plan, Specに分類)
rinto hasegawa committed on 9 Feb
@[shimojiryuki]
[update] AppコンポーネントをReactを使う形にリファクタリング(作り直し)し、マルチプレイヤー操作用のジョイスティック機能を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add]Socket.ioを使ったサーバーのセットアップ(構築)と、GameManager(ゲーム管理機能)との連携(統合)を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add] SocketManagerクラスを新規作成し、Socket.ioによる接続管理機能を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add] GameManagerクラスを新規作成し、プレイヤー管理機能を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add] プロパティ(属性)とコンストラクタを持つ Player(プレイヤー)クラスを実装
[shimojiryuki] committed on 9 Feb
@rintoHasegawa
Merge pull request #24 from rintoHasegawa/chore/260209_rinto_update_setting ...
rintoHasegawa authored on 9 Feb GitHub committed on 9 Feb
@rinto hasegawa
[update] 開発サーバーのホスト設定を追加し、スクリプトを修正
rinto hasegawa committed on 9 Feb
@rintoHasegawa
Merge pull request #23 from rintoHasegawa/docs/260209_rinto_update ...
rintoHasegawa authored on 9 Feb GitHub committed on 9 Feb
@rinto hasegawa
[update] スマホ実機デバッグ手順を整理し、ngrokのインストール手順を追加
rinto hasegawa committed on 9 Feb
@ryuki022886-svg
Merge pull request #22 from rintoHasegawa/fix/260209ryuki_apps/clientsrc ...
ryuki022886-svg authored on 9 Feb GitHub committed on 9 Feb
@[shimojiryuki]
[refactor] Playerクラスの簡素化とJoystickのインポートパスの更新
[shimojiryuki] committed on 9 Feb
2026-02-08
@ryuki022886-svg
Merge pull request #21 from rintoHasegawa/fix/260208ryuki_Player.ts ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@rintoHasegawa
Merge pull request #20 from rintoHasegawa/docs/260208_rinto ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] スマホ実機デバッグ手順を改善し、接続手順を明確化
rinto hasegawa committed on 8 Feb
@[shimojiryuki]
[fix] Update import path for GAME_CONFIG in Player.ts
[shimojiryuki] committed on 8 Feb
@ryuki022886-svg
Merge pull request #19 from rintoHasegawa/feature/260208ryuki_main.ts ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@ryuki022886-svg
Merge pull request #18 from rintoHasegawa/feature/260208ryuki_Player ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@ryuki022886-svg
Merge pull request #17 from rintoHasegawa/feature/260208ryuki_Joystick ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@[shimojiryuki]
[add] Implement main application logic with joystick and player integration
[shimojiryuki] committed on 8 Feb
@rintoHasegawa
Merge pull request #16 from rintoHasegawa/docs/260208_rinto ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] スマホ実機デバッグ手順を追加
rinto hasegawa committed on 8 Feb
@[shimojiryuki]
[add] プレイヤークラスを実装し、移動メソッドを追加
[shimojiryuki] committed on 8 Feb
@[shimojiryuki]
[add] ジョイスティッククラスを実装
[shimojiryuki] committed on 8 Feb
@ryuki022886-svg
Merge pull request #15 from rintoHasegawa/feature/260208ryuki ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@[shimojiryuki]
[add] ゲーム設定の構成を追加
[shimojiryuki] committed on 8 Feb
@ryuki022886-svg
Merge pull request #14 from rintoHasegawa/docs/260208_add_move_test_plan ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] 移動テスト実装計画ドキュメントを追加
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #13 from rintoHasegawa/docs/260208_update_directory_structure ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] ディレクトリ構造を整理し、フロントエンドとバックエンドの構成を明確化
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #12 from rintoHasegawa/docs/260208_add_typescript_overview ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] TypeScript概要ドキュメントを追加
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #11 from rintoHasegawa/chore/260208_project_init ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] モノレポ環境の初期構築(pnpm, Vite, TypeScript)
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #10 from rintoHasegawa/docs/260208_update_env_guide ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] Git除外設定を修正し、packages/ディレクトリを除外対象から外す
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #9 from rintoHasegawa/docs/260208_update_env_guide ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] 環境構築ガイドにGit除外設定手順を追加し、初回コミット手順を明確化
rinto hasegawa committed on 8 Feb
@rinto hasegawa
[update] 環境構築ガイドにエントリーポイント作成手順とTypeScript設定ファイルの作成手順を追加し、構成確認セクションを更新
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #8 from rintoHasegawa/docs/260208_update_env_guide ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] 環境構築ガイドにエントリーポイント作成手順とサーバー動作確認手順を追加
rinto hasegawa committed on 8 Feb
@rinto hasegawa
[update] Linux向けインストール手順の追記,通信仕様をProtobufからCustom Binaryへ変更,コマンド実行後の選択肢の答え方の追加
rinto hasegawa committed on 8 Feb
2026-02-07
@rintoHasegawa
Merge pull request #7 from rintoHasegawa/docs/260207_remove_citation_tags ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[update] 環境構築手順書から引用タグを削除
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #6 from rintoHasegawa/docs/260207_add_env_guide ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] 環境構築手順書を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #5 from rintoHasegawa/docs/260207_add_env_definition ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] 環境構築・技術スタック定義書を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #4 from rintoHasegawa/docs/260207_add_movement_spec ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] 移動テストの仕様書を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #3 from rintoHasegawa/docs/260207_git_rule_update ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[update] 開発フローの手順にGitHub上の操作を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #2 from rintoHasegawa/docs/260207_add_git_rules ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] Git運用ルールガイドを追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #1 from rintoHasegawa/docs/add-guidelines ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[Add] ドキュメント作成ガイドと命名規則を追加
rinto hasegawa committed on 7 Feb
2026-02-06
@[shimojiryuki]
first commit
[shimojiryuki] committed on 6 Feb