979 B
| description | alwaysApply |
|---|---|
| Branch only for code; documentation commits on main | true |
Git workflow (Neon Sprawl)
Agent: Never run git commit without explicit user instruction; the user reviews diffs first. See commit-and-review.
-
Documentation-only work — Commit directly on
main. This means Markdown (.md) underdocs/, root and nestedREADME.mdfiles,neon_sprawl_vision.plan.md, and other prose docs. No feature branch required. -
Code or implementation changes — Use a branch (e.g.
feature/…,fix/…), then merge tomainwhen ready. This includes application source (C#, GDScript), Godot scenes and project files,docker-compose.yml,.csproj/ build config, CI workflows, JSON/YAML game data undercontent/, and JSON Schema when it ships with data pipelines—not standalone doc prose.
When a change mixes documentation and code, treat it as a code change (use a branch).