Commit Graph

21 Commits

Author SHA1 Message Date
7e51425166 docs: update Rune plugin guide with working Item API, manifest providers, logging 2026-03-26 18:47:52 +01:00
5c93b8a280 docs: update plugin development guide for main defaults, register API, hot-reload
- entry_point → entry (canonical); note alias in manifest section
- Lua quick start and provider functions rewritten for owlry.provider.register() API
- owlry table is pre-registered globally; remove require("owlry") references
- Items documented as plain Lua tables, not method-chained owlry.item() objects
- owlry_version bumped to >=1.0.0 in manifest example
- Rune manifest entry_point → entry
- Add Hot Reload section documenting file-watcher behavior and caveats
2026-03-26 17:52:03 +01:00
3852245f74 fix: use mutex poisoning recovery in bookmarks plugin 2026-03-26 16:58:19 +01:00
9bcbacd9d7 fix: quality — config-based terminal/engine, emoji init perf, safer shell commands 2026-03-26 16:50:17 +01:00
37edb8e1df fix: critical — eliminate Box::leak in converter, secure temp files, fix background refresh 2026-03-26 16:46:32 +01:00
8d5a5e16b6 chore: update Cargo.lock for converter plugin owlry-plugin-converter-v1.0.0 2026-03-26 15:48:00 +01:00
f3b9728f07 feat(converter): finalize integration and add integration tests 2026-03-26 15:28:54 +01:00
b2156dc0b2 feat(converter): implement currency rates from ECB with caching 2026-03-26 15:23:58 +01:00
5550a10048 feat(converter): implement natural speech query parser 2026-03-26 15:21:52 +01:00
9e6cedf159 feat(converter): implement unit definitions and conversion engine 2026-03-26 15:18:20 +01:00
c44502d0ab feat(converter): scaffold plugin crate with vtable 2026-03-26 15:15:33 +01:00
67a4791828 docs: add converter plugin implementation plan 2026-03-26 15:12:37 +01:00
268fd49741 docs: add converter plugin design spec 2026-03-26 15:07:04 +01:00
d8d26f4fd2 chore(aur): update all plugin PKGBUILDs for v1.0.0 with per-crate tags 2026-03-26 14:08:07 +01:00
ef6449ce3d chore: pin owlry-plugin-api to tagged release v1.0.0 owlry-plugin-bookmarks-v1.0.0 owlry-plugin-calculator-v1.0.0 owlry-plugin-clipboard-v1.0.0 owlry-plugin-emoji-v1.0.0 owlry-plugin-filesearch-v1.0.0 owlry-plugin-media-v1.0.0 owlry-plugin-pomodoro-v1.0.0 owlry-plugin-scripts-v1.0.0 owlry-plugin-ssh-v1.0.0 owlry-plugin-system-v1.0.0 owlry-plugin-systemd-v1.0.0 owlry-plugin-weather-v1.0.0 owlry-plugin-websearch-v1.0.0 2026-03-26 13:41:21 +01:00
f8bced5a84 chore: format, fix clippy warnings, bump all plugins to 1.0.0 2026-03-26 13:37:56 +01:00
088664aefd docs: add CLAUDE.md for plugins workspace 2026-03-26 13:27:46 +01:00
4dc0c8ee75 refactor: keep lua and rune runtimes in core repo (they are infrastructure, not plugins) 2026-03-26 13:17:35 +01:00
97f7acbddf feat: move AUR packages and plugin docs from owlry 2026-03-26 13:13:54 +01:00
cdb3370873 feat: move all plugin and runtime crates from owlry 2026-03-26 13:11:41 +01:00
07a02b20e7 feat: scaffold owlry-plugins workspace 2026-03-26 13:11:18 +01:00