Imported from ToXMon/anti-bullying-game-mvp (
AGENTS.md). Install upstream withnpx skills add ToXMon/anti-bullying-game-mvp. Copyright stays with the author.
Project agent memory
This file is the project's committed home for project-intrinsic agent knowledge: build, test, release, architecture, and sharp-edge notes that should travel with the code.
- Godot 4.x project entry point is
project.godot->scenes/main.tscn. - Scenario content is data-driven in
data/scenarios/hallway_helpers.json; keep content separate from state/presentation scripts underscripts/. - Run
python3 -m unittest discover -s testsfor the scenario contract tests. If Godot is installed, also smoke-check withgodot4 --headless --path . --quit-after 1(orgodot --headless --path . --quit-after 1).
Maintaining this file
Keep this file for knowledge useful to almost every future agent session in this project. Do not repeat what the codebase already shows; point to the authoritative file or command instead. Prefer rewriting or pruning existing entries over appending new ones. When updating this file, preserve this bar for all agents and keep entries concise.