Skip to content

Commit 4a3dadc

Browse files
committed
docs: add/update AGENTS.md with clear Why/What
1 parent 9fcfd67 commit 4a3dadc

1 file changed

Lines changed: 7 additions & 22 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## What
44

5-
description = 'Atlassian Confluence plugin for Kestra Exposes 3 plugin components (tasks, triggers, and/or conditions).
5+
- Provides plugin components under `io.kestra.plugin.confluence`.
6+
- Includes classes such as `List`, `Create`, `Update`.
67

78
## Why
89

9-
Enables Kestra workflows to interact with Atlassian Confluence, allowing orchestration of Atlassian Confluence-based operations as part of data pipelines and automation workflows.
10+
- This plugin integrates Kestra with Atlassian Confluence.
11+
- It provides tasks that connect Kestra flows to Atlassian Confluence for creating, updating, and retrieving page content.
1012

1113
## How
1214

@@ -36,24 +38,7 @@ plugin-confluence/
3638
└── README.md
3739
```
3840

39-
### Important Commands
41+
## References
4042

41-
```bash
42-
# Build the plugin
43-
./gradlew shadowJar
44-
45-
# Run tests
46-
./gradlew test
47-
48-
# Build without tests
49-
./gradlew shadowJar -x test
50-
```
51-
52-
### Configuration
53-
54-
All tasks and triggers accept standard Kestra plugin properties. Credentials should use
55-
`{{ secret('SECRET_NAME') }}` — never hardcode real values.
56-
57-
## Agents
58-
59-
**IMPORTANT:** This is a Kestra plugin repository (prefixed by `plugin-`, `storage-`, or `secret-`). You **MUST** delegate all coding tasks to the `kestra-plugin-developer` agent. Do NOT implement code changes directly — always use this agent.
43+
- https://kestra.io/docs/plugin-developer-guide
44+
- https://kestra.io/docs/plugin-developer-guide/contribution-guidelines

0 commit comments

Comments
 (0)