Skip to content

chore(dev): allow Application/Static/audio in module-structure - #36

Merged
syntaxwanderer merged 1 commit into
masterfrom
develop
Jul 9, 2026
Merged

chore(dev): allow Application/Static/audio in module-structure#36
syntaxwanderer merged 1 commit into
masterfrom
develop

Conversation

@syntaxwanderer

Copy link
Copy Markdown
Member

Summary

  • Review-ready branch develop targeting master
  • 1 commit(s) ahead, 1 changed file(s)

Changes

  • chore(dev): allow Application/Static/audio in module-structure

Checks

  • ai:verify across all 6 release repos' changed files (51 files): 63 pass / 0 fail / 5 skipped
  • Syntax: every changed PHP file passes php -l
  • PHPUnit (11 classes green): GeminiProviderTest, StaticAssetHandlerTest, TaskStore{,TenantIsolation,HotPath}Test, InputHotkeyTest, InputLayout{Catalog,Store,Skills}Test, OsGraph{SelfLookup,Projects}Test
  • module_structure: all 6 packages pass
  • phpstan_di (38 files) + live_tenancy: pass
  • Red-flag scan (secrets / var_dump / dd / die / syntax): clean
  • 5 skipped checks are app-dependent lint targets (handlers/di/responses/templates/scoping); the authoritative full suite (route smoke, SSR, Playwright, phpstan, phpunit) runs in the release-readiness preflight on merged master.
  • Packages define no per-repo composer test/phpstan scripts; verification is via framework ai:verify.

What to Review

  • config/module-structure.php

What to Verify

  • Confirm the changed PHP flow still matches the covered tests
  • Smoke-check the main behavior changed by this branch
  • Watch logs or console output for regressions in touched paths

Permit the audio static-asset directory so the music package
passes module-structure validation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@syntaxwanderer, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 59 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4302c7a4-c6c2-4153-8e32-d3c964e9958a

📥 Commits

Reviewing files that changed from the base of the PR and between 790289b and c8e7b4c.

📒 Files selected for processing (1)
  • config/module-structure.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

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.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Expands the module-structure allowlist so static audio assets can live alongside existing CSS/JS/images/fonts/SVG assets under Application/Static, keeping the repository’s structural enforcement aligned with asset needs.

Changes:

  • Allow Application/Static/audio as a permitted static-asset directory.
  • Add an explicit rule permitting any files (with feature grouping) inside Application/Static/audio.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@syntaxwanderer
syntaxwanderer merged commit 7bbf5dc into master Jul 9, 2026
2 checks passed
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.

2 participants