elasticdash-test 0.1.26-alpha-2 → 0.1.26-alpha-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,25 @@
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
+
## How to start
|
|
12
|
+
|
|
13
|
+
Tell your coding agent this prompt to begin:
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
Integrate elasticdash-test into this project.
|
|
17
|
+
Read node_modules/elasticdash-test/docs/agent-coding-instructions.md for how to proceed,
|
|
18
|
+
and node_modules/elasticdash-test/docs/agent-integration-guide.md for technical reference.
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Or if you used `npx elasticdash init-guide`:
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
Read AGENTS.md and follow it to integrate elasticdash-test into this project.
|
|
25
|
+
Also read node_modules/elasticdash-test/docs/agent-integration-guide.md for technical reference.
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
11
30
|
## Behavioral rules
|
|
12
31
|
|
|
13
32
|
- **Automation level**: Automatically implement all steps unless you are not confident about a specific change (e.g., unclear which function is a tool vs. a utility, or ambiguous workflow boundaries). In those cases, ask the user before proceeding. For straightforward tool/workflow functions, proceed without asking.
|
|
@@ -4,6 +4,16 @@ Technical reference for integrating `elasticdash-test` into a project. Contains
|
|
|
4
4
|
|
|
5
5
|
> **For AI coding agents**: See [Agent Coding Instructions](./agent-coding-instructions.md) for behavioral rules, automation guidance, and execution order.
|
|
6
6
|
|
|
7
|
+
## How to start with a coding agent
|
|
8
|
+
|
|
9
|
+
Tell your coding agent this prompt:
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
Integrate elasticdash-test into this project.
|
|
13
|
+
Read node_modules/elasticdash-test/docs/agent-coding-instructions.md for how to proceed,
|
|
14
|
+
and node_modules/elasticdash-test/docs/agent-integration-guide.md for technical reference.
|
|
15
|
+
```
|
|
16
|
+
|
|
7
17
|
---
|
|
8
18
|
|
|
9
19
|
## Prerequisites
|