Skip to content

🐛 Blueprint読込時にload_projectを通知する - #5

Merged
EllaCoat merged 1 commit into
mainfrom
fix/blueprint-load-project-event
Aug 16, 2026
Merged

🐛 Blueprint読込時にload_projectを通知する#5
EllaCoat merged 1 commit into
mainfrom
fix/blueprint-load-project-event

Conversation

@EllaCoat

Copy link
Copy Markdown
Owner

概要

.ajblueprint を開いた際に欠けていたBlockbench標準の load_project 通知を追加します。プロジェクト名と保存先を確定してから通知し、その後にBlueprintをparseします。

主な変更

  • Blueprint codecから load_project をmodelとpath付きで1回通知
  • 同期listenerが参照する Project.nameProject.save_path を通知前に設定
  • recent projectへの追加は従来どおりparse成功後に実行

動作確認

  • yarn test: 104 tests passed、1 todo
  • yarn prettier src/formats/blueprint/codec.ts --check: 成功
  • yarn eslint src/formats/blueprint/codec.ts: 成功
  • yarn prod: warnings 0、errors 0
  • git diff --check: 成功

@EllaCoat
EllaCoat merged commit 00d4ece into main Aug 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant