You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the hook bus (actions + filters) that the comment, post-transition, permalink, and meta subsystems use to fan events out to plugin handlers. WASM dispatch is owned by doc 02 — this issue ships the in-process kernel.
Summary
Implement the hook bus (actions + filters) that the comment, post-transition, permalink, and meta subsystems use to fan events out to plugin handlers. WASM dispatch is owned by doc 02 — this issue ships the in-process kernel.
Design reference
Acceptance criteria
internal/hookspackage exportsBuswithRegisterAction(name, prio, fn),RegisterFilter(name, prio, fn),DoAction(name, args),ApplyFilters(name, value, args) valuepost.transitioned,pre_comment,comment.transitioned,permalink.changedDependencies
#22
Complexity
M