Skip to content

chore(release): v0.9.0#133

Merged
akiojin merged 5 commits intomainfrom
develop
Mar 12, 2026
Merged

chore(release): v0.9.0#133
akiojin merged 5 commits intomainfrom
develop

Conversation

@akiojin
Copy link
Owner

@akiojin akiojin commented Mar 12, 2026

Summary

  • Input System サポートの安定化、メディアパフォーマンスベンチマーク追加、Spec Kit/ローカルspecs の完全削除によるプロジェクト構造の簡素化

Changes

  • Features: Input System シミュレーション E2E のバッチホスト安定化、メディアキャプチャのパフォーマンスベンチマーク&テレメトリ追加
  • Bug Fixes: Input System レビューリグレッション修正、CI スキルコントラクトチェック修正
  • Refactor: Spec Kit テンプレート・スクリプト・ローカル specs ディレクトリの完全削除
  • Documentation: Unity C# Edit スキルワークフローの強化、ファイル書き込みレシピ・設定レシピ・実装ガイドラインの追加
  • Testing: LSP デーモンテストの安定化(リトライ、決定性向上、PID ファイルクリーンアップ分離)

Version

v0.9.0

Closing Issues

None

@akiojin akiojin added the release Release PR label Mar 12, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 12, 2026

Warning

Rate limit exceeded

@akiojin has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 58 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 6cb431b5-d13f-424d-8855-593b3b9e56be

📥 Commits

Reviewing files that changed from the base of the PR and between 206f3b3 and 7087f72.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (91)
  • .claude-plugin/plugins/unity-cli/agents/unity-helper.md
  • .claude-plugin/plugins/unity-cli/skills/unity-csharp-edit/SKILL.md
  • .claude-plugin/plugins/unity-cli/skills/unity-csharp-edit/references/file-write-recipes.md
  • .claude-plugin/plugins/unity-cli/skills/unity-csharp-edit/references/lsp-write-safety.md
  • .claude-plugin/plugins/unity-cli/skills/unity-csharp-edit/references/settings-write-recipes.md
  • .claude-plugin/plugins/unity-cli/skills/unity-csharp-edit/references/unity-implementation-guidelines.md
  • .claude/commands/speckit.analyze.md
  • .claude/commands/speckit.checklist.md
  • .claude/commands/speckit.clarify.md
  • .claude/commands/speckit.constitution.md
  • .claude/commands/speckit.implement.md
  • .claude/commands/speckit.plan.md
  • .claude/commands/speckit.specify.md
  • .claude/commands/speckit.tasks.md
  • .claude/commands/speckit.taskstoissues.md
  • .github/config/README.md
  • .github/config/branch-protection/develop.json
  • .github/workflows/README.md
  • .github/workflows/lint.yml
  • .github/workflows/skill-routing-eval.yml
  • .github/workflows/specs-readme.yml
  • .github/workflows/test.yml
  • .gitignore
  • .specify/.gitignore
  • .specify/README.md
  • .specify/memory/constitution.md
  • .specify/scripts/bash/check-prerequisites.sh
  • .specify/scripts/bash/common.sh
  • .specify/scripts/bash/create-new-feature.sh
  • .specify/scripts/bash/setup-plan.sh
  • .specify/scripts/bash/update-agent-context.sh
  • .specify/scripts/bash/update-specs-readme.sh
  • .specify/scripts/checks/check-commits.sh
  • .specify/scripts/checks/check-compile.sh
  • .specify/scripts/checks/check-speckit-commands.sh
  • .specify/scripts/checks/check-tasks.sh
  • .specify/scripts/checks/check-tests.sh
  • .specify/scripts/powershell/check-prerequisites.ps1
  • .specify/scripts/powershell/common.ps1
  • .specify/scripts/powershell/create-new-feature.ps1
  • .specify/scripts/powershell/setup-plan.ps1
  • .specify/scripts/powershell/update-agent-context.ps1
  • .specify/templates/agent-file-template.md
  • .specify/templates/checklist-template.md
  • .specify/templates/commands/analyze.md
  • .specify/templates/commands/checklist.md
  • .specify/templates/commands/clarify.md
  • .specify/templates/commands/constitution.md
  • .specify/templates/commands/implement.md
  • .specify/templates/commands/plan.md
  • .specify/templates/commands/specify.md
  • .specify/templates/commands/tasks.md
  • .specify/templates/commands/taskstoissues.md
  • .specify/templates/constitution-template.md
  • .specify/templates/plan-template.md
  • .specify/templates/spec-template.md
  • .specify/templates/tasks-template.md
  • .specify/templates/vscode-settings.json
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • Cargo.toml
  • README.md
  • UnityCliBridge/Packages/unity-cli-bridge/package.json
  • docs/architecture.md
  • docs/constitution.md
  • docs/development.md
  • docs/migration-notes.md
  • eslint.config.js
  • package.json
  • scripts/check-task-prerequisites.sh
  • scripts/common.sh
  • scripts/create-new-feature.sh
  • scripts/get-feature-paths.sh
  • scripts/lsp-perf-check.sh
  • scripts/migrate-specs-to-issues.sh
  • scripts/setup-plan.sh
  • scripts/skill-eval/llm-routing-eval.sh
  • scripts/skill-eval/static-skill-contract-check.sh
  • scripts/sync-constitution.sh
  • scripts/update-agent-context.sh
  • scripts/upgrade-speckit.sh
  • specs/README.md
  • specs/perf/README.md
  • specs/perf/skill-routing-history.jsonl
  • specs/specs.md
  • templates/agent-file-template.md
  • templates/plan-template.md
  • templates/spec-template.md
  • templates/tasks-template.md
  • tests/fixtures/skill-routing/benchmark.jsonl
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop
📝 Coding Plan for PR comments
  • Generate coding plan

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@akiojin akiojin enabled auto-merge March 12, 2026 16:23
@akiojin akiojin merged commit ee79934 into main Mar 12, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant