v0.2.2
nr_repurpose v0.2.2
A corrective patch that aligns the extension with nr-llm 0.23 and repairs the documentation build.
- nr-llm 0.23 support — implements the new
CompletionServiceInterfacemethods (completeStructured()andcompleteStructuredForConfiguration()), so repurposing runs against the current completion contract. - Wider nr-llm constraint — now
^0.22.0 || ^0.23.0, picking up the new icons and the dark-mode border fix shipped in that line while staying compatible with 0.22. - Docs build fixed — repairs
Documentation/guides.xmland adds a docs CI job so the documentation renders and stays verified on every change.
This is an additive 0.x patch with no breaking changes, so downstream projects with a caret constraint on nr_repurpose pick it up automatically (the cowriter package in this family is versioned >=1.0 and follows the same additive convention).