Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,17 @@ tool does not recognize the token and cannot expand the template.
the rejecting topic. File paths never cross the bus — INTENT-2 locale
files are a producer-side authoring convenience expanded inline by
the skill loader before emission.

## OVOS-FALLBACK-1 — Fallback Pipeline Plugin

### 2

- The fallback pipeline plugin: the final stage(s) that handle utterances
no earlier stage claimed by querying registered fallback skills in
priority order and dispatching to the first willing one. Skill
registration (`ovos.fallback.register` / `.deregister`) with a priority
hint, session-scoped per OVOS-INTENT-4 §11. The `session.fallback_handlers`
preference list (§4), pool construction (§5), the sequential unicast
ping/pong match contract (`<skill_id>.fallback.ping` / `.pong`, §6),
dispatch on the reserved intent_name `fallback` (§7, OVOS-PIPELINE-1 §7.3),
and pipeline positioning with multi-stage priority ranges (§8).
Loading