Force reduction of complexity to essentials
Reduces code complexity by removing unnecessary abstractions and preserving essential functionality.
/plugin marketplace add neovertex1/context-field/plugin install context-fields@context-fieldssystem or approach to simplifyApply these constraints:
Do not add abstraction before proving it's needed.
Do not solve hypothetical future problems.
Do not use complex solutions when simple ones work.
Do not preserve complexity for its own sake.
What can be removed without losing value?
$ARGUMENTS
/simplifySimplify and refine code for clarity, consistency, and maintainability while preserving functionality