init repo

This commit is contained in:
2026-04-22 20:55:36 +02:00
commit 0155516457
32 changed files with 7712 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
---
name: bevy-debug
description: Debug common Bevy runtime, ECS, asset, input, and scheduling problems
license: MIT
compatibility: opencode
metadata:
stack: bevy
mode: debug
---
## What I do
- narrow likely root causes
- map symptom to file and system
- suggest smallest probe first
- suggest smallest safe fix
- give exact verify commands
## Use when
- app opens but scene blank
- movement or input broken
- UI not updating
- panic or borrow conflict appears
- schedule/state confusion happens
## Rules
- quote exact compiler/runtime error if present
- do not jump to big refactor first
- check camera, assets, queries, states, and schedules