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
docs: mark mycroft.skill.handler.* as internal workshop->core sync (#436)
These are NOT spec topics — they are an internal ovos-workshop -> ovos-core
synchronization signal (workshop reporting 'I started/ended/errored' running a
handler). They exist only because skills run out-of-process from the
orchestrator; if core manipulated skill objects directly this bus round-trip
would not be needed. ovos-core consumes them as a private done-signal to emit
the authoritative PIPELINE-1 §8 spec trio (ovos.intent.handler.*); the legacy
names are permanently ovos-workshop event-wrapper signals and do not bridge to
the spec namespace (spec-tools MIGRATION_MAP excludes the trio). Doc-only.
0 commit comments