Update beads metadata
Fix Form_Utils bugs and unify error handling documentation Protect framework files from auto-modification when not in developer mode 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -88,6 +88,12 @@ class Document_Models_Command extends FrameworkDeveloperCommand
|
||||
continue;
|
||||
}
|
||||
|
||||
// Skip framework files (app/RSpade/) unless in framework developer mode
|
||||
// This prevents end users from accidentally modifying framework source
|
||||
if (str_starts_with($filePath, 'app/RSpade/') && !config('rsx.code_quality.is_framework_developer', false)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$models[$className] = $fullPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user