Skip to content

Commit 5aa0f76

Browse files
committed
docs: add/update AGENTS.md with clear Why/What
1 parent b85956b commit 5aa0f76

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 = 'Plugin Prometheus for Kestra Exposes 3 plugin components (tasks, triggers, and/or conditions).
5+
- Provides plugin components under `io.kestra.plugin.prometheus`.
6+
- Includes classes such as `Trigger`, `Push`, `Query`.
67

78
## Why
89

9-
Enables Kestra workflows to interact with Prometheus, allowing orchestration of Prometheus-based operations as part of data pipelines and automation workflows.
10+
- This plugin integrates Kestra with Prometheus.
11+
- It provides tasks that query Prometheus and push custom metrics.
1012

1113
## How
1214

@@ -37,24 +39,7 @@ plugin-prometheus/
3739
└── README.md
3840
```
3941

40-
### Important Commands
42+
## References
4143

42-
```bash
43-
# Build the plugin
44-
./gradlew shadowJar
45-
46-
# Run tests
47-
./gradlew test
48-
49-
# Build without tests
50-
./gradlew shadowJar -x test
51-
```
52-
53-
### Configuration
54-
55-
All tasks and triggers accept standard Kestra plugin properties. Credentials should use
56-
`{{ secret('SECRET_NAME') }}` — never hardcode real values.
57-
58-
## Agents
59-
60-
**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.
44+
- https://kestra.io/docs/plugin-developer-guide
45+
- https://kestra.io/docs/plugin-developer-guide/contribution-guidelines

0 commit comments

Comments
 (0)