-
Notifications
You must be signed in to change notification settings - Fork 0
Test Bunny command rerun after failed check #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: refactor
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| import React from "react"; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 BLOCKING: React contaminates the engine layerLocation:
Tip Suggested fix: Excise the React import from |
||
|
|
||
| export const bunnyIntentionalArchitectureFailure = React.Fragment; | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 BLOCKING: React crosses into the engine layer
Location:
src/engine/bunnyIntentionalArchitectureFailure.ts:1Tip
Suggested fix: Return the React-facing value to a feature or app-owned UI module, or replace this engine export with a framework-neutral contract rendered only at the UI edge.