Skip to content

Fix project file#186

Merged
tudddorrr merged 1 commit intodevelopfrom
fix-project-file
Mar 7, 2026
Merged

Fix project file#186
tudddorrr merged 1 commit intodevelopfrom
fix-project-file

Conversation

@tudddorrr
Copy link
Contributor

No description provided.

@claude
Copy link

claude bot commented Mar 7, 2026

PR 186 Review - Fix project file

The UID regeneration approach is sound and the .uid file changes are consistent.


Code Quality (Major)

CI step may fail due to non-zero exit code

godot --editor --headless --quit is known to exit with a non-zero status in Godot 4 headless CI environments, even when it successfully regenerates the .godot folder. This would fail the pipeline before the build step even runs.

Fix: add || true to .github/workflows/ci.yml:

- name: Regenerate .godot folder
  run: |
    godot --editor --headless --quit || true

Documentation (Minor)

CLAUDE.md autoload reference is now stale

CLAUDE.md documents the autoload as Talo="*res://addons/talo/talo_manager.gd" but project.godot now uses Talo="*uid://bpmdn8oc34pg7". Worth updating to keep docs accurate.

@tudddorrr tudddorrr merged commit d28ef4f into develop Mar 7, 2026
5 checks passed
@tudddorrr tudddorrr deleted the fix-project-file branch March 7, 2026 16:47
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.

1 participant