A Confluence agent plugin for omadia,
built on @omadia/integration-confluence.
A sub-agent playbook (skills/playbook.md + skills/runtime-note.md) plus a
plugin entry point (src/plugin.ts) wrapping the shared Confluence
integration's read/write surface, a data-source route
(src/routes/confluenceDataSource.ts) and admin UI route
(src/routes/confluenceUiRouter.ts, built with @omadia/plugin-ui-helpers).
Write operations always save as draft, never publish live.
npm install
npm run typecheck # tsc --noEmit
npm run build # tsc@omadia/plugin-api is a peer dependency, provided by the omadia host at
runtime. @omadia/plugin-ui-helpers is additionally linked as a file:
devDependency (imported at the value level, not just typed) so local
typechecking and builds are green standalone — see paths in
tsconfig.json, which assumes a sibling odoo-bot checkout.
See manifest.yaml for the full plugin manifest.
MIT © byte5 GmbH — see LICENSE.