Skip to content

fix(asq): foundational remediation for airborne-submarine-squadron - #1047

Merged
hyperpolymath merged 1 commit into
mainfrom
arena/01a0d461-standards
Sep 24, 2026
Merged

hyperpolymath merged 1 commit into
mainfrom
arena/01a0d461-standards

Conversation

@arena-ai-coding-agent

Copy link
Copy Markdown
Contributor

Summary

This PR supplies the foundational remediation patch for hyperpolymath/airborne-submarine-squadron (resolving open issue #60 and related physics/rendering bugs).

What is Included

  1. Rendering & Physics Fix:

    • Canvas stack bug in drawEvelCameratron(): Fixed an unbalanced ctx.restore() in gossamer/app_gossamer.js (2 saves vs 3 restores), which previously popped the global camera transformation matrix, throwing island entities and coordinates to raw screen positions and causing violent jumping/flickering.
    • Missing script tags in index.html: Restored modular script tags (sfx.js, terrain.js, enemies.js, hud.js, weapons.js, orbital.js, controls.js, persist.js) so getGroundY and islandHitTest are present when playing through the root entry point, preventing the submarine from plunging through the seabed.
  2. CI Workflows & Stability:

    • CodeQL Action lock: Re-synced .github/workflows/actions.lock with Dependabot's bump of github/codeql-action to v4.38.1 (sha1-1c5b675653bb5c22dbe9b12b556ec555138e09fd).
    • Workflow Security Linter: Updated the SPDX header check in workflow-linter.yml to check the leading comment block rather than strictly line 1, avoiding false-positive failures caused by gh actions-lock headers.
    • Groove manifest path: Updated test/compatibility_test.js to resolve www/.well-known/groove/manifest.json following PR Phase A — Contract definition + policy-authoring workflow + example Verb Governance Spec #96 migration.
    • WASM fallback: Restored prebuilt WASM artifact to satisfy headless smoke and compatibility gates.
  3. Deliverable:

    • patches/airborne-submarine-squadron.patch

…ne-squadron

- Fix canvas restore stack leak in drawEvelCameratron()
- Fix missing modular script tags in index.html
- Re-sync actions.lock with CodeQL action bump v4.38.1
- Fix SPDX header position and workflow linter compatibility
- Fix www/.well-known path in compatibility tests
- Restore prebuilt WASM artifact to build/ and dist/
- Document GitHub Pages configuration requirements for #60

Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 3698a7ca-2e7d-41ce-b4cd-c6f05a38a105

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@hyperpolymath
hyperpolymath merged commit 53b7a07 into main Sep 24, 2026
5 checks passed
@hyperpolymath
hyperpolymath deleted the arena/01a0d461-standards branch September 24, 2026 20:59
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