Files
opensourcepos/app
objecttothis 24dfac410d docs: document core/plugin boundary rules
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>
2026-09-15 12:06:56 +04:00
..
2024-06-15 17:19:15 +02:00
2024-06-15 17:19:15 +02:00