chore: add CI workflow with REUSE compliance and canary job#8
Merged
Conversation
4 tasks
jimsynz
added a commit
that referenced
this pull request
May 18, 2026
Jido v2.0 (Feb 2026) and follow-ups landed several breaking changes
after the proposal was accepted:
- `actions:` option removed from `use Jido.Agent`; capabilities now
live inside Plugins (Skill→Plugin rename)
- `handle_instruction/2` and `handle_signal/2` agent callbacks gone;
replaced by `signal_routes:` plus `Jido.Plugin.handle_signal/2`
- `Jido.Agent.run_action/3` no longer public; agents use `cmd/2`
(pure) or signal dispatch through `AgentServer`
- Instance-scoped supervision: `{Jido, name: MyApp.Jido}` plus
`Jido.start_agent/3`
- Built-in actions moved from `Jido.Actions.*` to `Jido.Tools.*`
- `jido_action` and `jido_signal` now standalone packages
Revises the worked examples (Manipulator, Coordinator, Simple Agent,
AI Planning, supervision), introduces `BB.Jido.Plugin.Robot` as the
v0.1 integration surface (replacing the `BB.Jido.Agent` macro), bumps
the version pin to `~> 2.2`, expands the API corrections table, and
resolves open question #8 (sensors vs PubSubBridge).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This aligns the proposals repo with the organisation-wide branch protection strategy.