This folder tracks the migration from the current Jython/Py4J plugin model to a GraalPy-based, script-oriented PyLink model.
docs/pylink-roadmap.md: canonical implementation plan and target architecture.docs/pylink-progress.md: execution tracker with current status, decision log, and changelog.docs/pyscript-api.md: draft API contract for Python scripts (pyscriptbase layer).scripts-example/hello/main.py: minimal script that exercises command, listener, and scheduler APIs.
- Validate runtime behavior on live server (especially listener/logging consistency).
- Stabilize reload/unload cleanup paths under repeated use.
- Finalize docs after package/class rename to
com.macuyiko.pylink. - Add focused examples and a short migration note for existing users.