Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@omadia/agent-confluence

Confluence sub-agent for omadia — page search/read/write via the shared Confluence integration.

A Confluence agent plugin for omadia, built on @omadia/integration-confluence.

License: MIT TypeScript


How it works

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.

Build, typecheck

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.

Manifest

See manifest.yaml for the full plugin manifest.

License

MIT © byte5 GmbH — see LICENSE.

About

Confluence sub-agent for omadia (proprietary, per manifest.yaml).

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages