-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Is your feature request related to a problem? Please describe.
when i'm using this tool, i don't want to pass the writing features to AI agent. i want to use this for aggregating information from confluence.
I don't want to accidentally modify the confluence content.
Describe the solution you'd like
add "readOnly": true filed to the configuration file, if it is true, confluence-cli denies operations like update, move, delete, edit, attachement-delete, attachment-updload, etc.
Describe alternatives you've considered
add guide for SKILLS.md to deny the update/edit. but AI agent may ignore these advice :P
Use case
The user want to use confluence-cli for aggregating information only. and the user worried about accidental content modification.
Additional context
nothing.
Implementation suggestions