Port PluginFS to app-hub by Ku-Tadao · Pull Request #141 · PenguLoader/PenguLoader · GitHub
Skip to content

Port PluginFS to app-hub#141

Open
Ku-Tadao wants to merge 13 commits into
PenguLoader:feat/app-hubfrom
Ku-Tadao:pluginfs-app-hub
Open

Port PluginFS to app-hub#141
Ku-Tadao wants to merge 13 commits into
PenguLoader:feat/app-hubfrom
Ku-Tadao:pluginfs-app-hub

Conversation

@Ku-Tadao

@Ku-Tadao Ku-Tadao commented May 8, 2026

Copy link
Copy Markdown

Summary

Ports the PluginFS reimplementation onto the new feat/app-hub layout.

Changes

  • Adds scoped folder-plugin context.fs support to the app-hub preload package under packages/preload.
  • Adds namespaced folder plugin support such as plugins/@author/plugin/index.js.
  • Adds context.bus for in-memory plugin-to-plugin events.
  • Keeps PluginFS native operations promise-based and worker-backed.
  • Serializes native PluginFS writes and uses unique temp files for replacement writes.
  • Adds async/coalesced native DataStore commits while keeping DataStore.set/remove synchronous boolean APIs.
  • Fixes the app-hub plugin-load timeout warning so the timeout is cancelled when plugins finish loading.
  • Fixes Windows artifact staging in the app-hub GitHub Actions workflow by copying core/bin/core.dll.

Notes

This PR targets feat/app-hub, not main, because the preload package moved to packages/preload and the app-hub core uses the new C:\ProgramData\.pengu data root.

@Ku-Tadao

Ku-Tadao commented May 8, 2026

Copy link
Copy Markdown
Author

@Ku-Tadao

Ku-Tadao commented May 8, 2026

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant