Move reference plugin to examples/scheduling-plugin; plugins/ ships empty as a drop-in mount point, e2e bind-mounts the example

This commit is contained in:
2026-06-27 00:02:26 +02:00
parent d8cf257940
commit fe97c3854a
19 changed files with 44 additions and 21 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// Dev-only mock upstream for the reference plugin (plugins/scheduling) — a stand-in for the
// customer's real backend so `docker compose up` shows the plugin working out of the box. NOT part
// Dev-only mock upstream for the reference plugin (examples/scheduling-plugin) — a stand-in for the
// customer's real backend, ready for when you copy the reference plugin into plugins/. NOT part
// of the app: stdlib only, in-memory (state resets on restart), no auth. Point SCHEDULING_UPSTREAM
// at your real service in production.
//