PulseHook (Community)

PulseHook provides integration points between PulseThread and server or plugin events. It works alongside PulseThread Core and Runtime to coordinate offloading and execution behavior.

File Details

9.2-1.21.x

  • R
  • Feb 1, 2026
  • 59.22 KB
  • 6
  • 1.21.11+12

File Name

PulseHook.jar

Supported Versions

  • 1.21.5-Snapshot
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

PulseHook — Changelog
Version 9.0 → 9.2

This update completes the design and separation of PulseHook as the dedicated integration and discovery layer within PulseThread SIS. Earlier versions contained partial or shared logic; 9.2 finalizes PulseHook as a stable, capability-aware boundary between the core platform and consuming systems.

--------------------------------------------------
Architecture & Role Finalization
--------------------------------------------------
- Finalized PulseHook as a dedicated integration layer distinct from Core and Runtime
- Completed the separation of discovery, validation, and task submission responsibilities
- Removed implicit coupling to execution logic and policy enforcement
- Stabilized public-facing APIs intended for internal and future third-party use

--------------------------------------------------
Integration & Discovery
--------------------------------------------------
- Implemented centralized plugin and subsystem discovery
- Added controlled registration paths for systems requesting runtime services
- Enforced strict validation to prevent unsafe or malformed task injection
- Improved lifecycle handling for late-joining or dynamically loaded components

--------------------------------------------------
Offload & Service Access
--------------------------------------------------
- Finalized APIs for requesting offload and simulation services
- Added capability checks to ensure only supported features are exposed
- Prevented direct access to unsafe execution paths
- Prepared shared access points for ray tracing, fast math, and simulation services

--------------------------------------------------
Safety & Validation
--------------------------------------------------
- Added guardrails to prevent plugins from bypassing Runtime policy
- Enforced clear ownership boundaries for submitted tasks
- Improved error handling and failure isolation
- Reduced log noise while preserving actionable diagnostics

--------------------------------------------------
Platform Readiness
--------------------------------------------------
- Fully obfuscated internal implementations while preserving stable APIs
- Hardened compatibility with large plugin stacks
- Prepared PulseHook for future public-facing integration use
- Established a long-term stable contract for the PulseThread SIS platform