fix(mods): migrate examples to namespace API by meganetaaan · Pull Request #536 · stack-chan/stack-chan · GitHub
Skip to content

fix(mods): migrate examples to namespace API - #536

Draft
meganetaaan wants to merge 1 commit into
developfrom
fix/issue-515-mod-namespace-api
Draft

fix(mods): migrate examples to namespace API#536
meganetaaan wants to merge 1 commit into
developfrom
fix/issue-515-mod-namespace-api

Conversation

@meganetaaan

Copy link
Copy Markdown
Collaborator

概要

公式 example MOD を namespaced API へ移行し、optional button capability を安全に扱うようにします。

変更内容

検証

  • cd firmware && npm run lint: pass
  • cd firmware && npm run test:unit: pass, 31 tests
  • cd firmware && npm run check:architecture: pass, 13 tests
  • cd firmware && npm run check:legacy-names: pass
  • git diff --check: pass

未実施

  • 実機での MOD 動作確認
  • test:moddable / build

リリース影響

patch。公式サンプルの API 移行と安全性改善です。リリースノート記載推奨です。

Closes #515
関連 #507

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

@meganetaaan

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@meganetaaan

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

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.

MODサンプルのAPI表記を名前空間APIに統一し、button参照をoptional chaining化する

1 participant