mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-15 06:47:08 -04:00
Add explicit guidance in AGENTS.md and app/Plugins/README.md stating core code must never reference a specific plugin. - Clarify no plugin name/path may appear in composer.json, package.json, app/Config/*, or other core files - State plugins resolve solely via PSR-4 autoloading and PluginManager runtime auto-discovery - Note installing/removing a plugin must never require editing files outside app/Plugins/<PluginName>/ Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>