Skip to content

Commit a585ab4

Browse files
committed
Fixed AI agents missing previously downloaded cache.
1 parent 0de6f38 commit a585ab4

9 files changed

Lines changed: 19 additions & 7 deletions

File tree

.vortex/installer/tests/Fixtures/handler_process/_baseline/AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ ahoy test-bdd # Run Behat tests
4444
ahoy test-bdd -- --tags=@tagname # Run Behat tests with specific tag
4545
```
4646

47+
## Before Starting Any Task
48+
49+
1. **Check cached docs first.** Before investigating any topic, check `.data/ai-artifacts/docs-[topic].md` for existing cached documentation. Do not search the codebase or fetch from the web if a cached doc already exists.
50+
2. **Check project docs.** Before making implementation decisions, check the relevant file in `docs/` for project-specific conventions.
51+
3. **Fetch and cache if missing.** If no cached doc exists for the topic, fetch from https://www.vortextemplate.com/docs and save to `.data/ai-artifacts/docs-[topic].md` (see [Documentation](#documentation) for format).
52+
4753
## Critical Rules
4854

4955
- **Never modify** `scripts/vortex/` - use `scripts/custom/` for your scripts

.vortex/installer/tests/Fixtures/handler_process/hosting_acquia/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -52,8 +52,8 @@
1+
@@ -58,8 +58,8 @@
22

33
## Key Directories
44

.vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -52,8 +52,8 @@
1+
@@ -58,8 +58,8 @@
22

33
## Key Directories
44

.vortex/installer/tests/Fixtures/handler_process/tools_groups_no_be_tests/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
-ahoy test-bdd -- --tags=@tagname # Run Behat tests with specific tag
1515
```
1616
17-
## Critical Rules
17+
## Before Starting Any Task

.vortex/installer/tests/Fixtures/handler_process/tools_groups_no_be_tests_circleci/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
-ahoy test-bdd -- --tags=@tagname # Run Behat tests with specific tag
1515
```
1616
17-
## Critical Rules
17+
## Before Starting Any Task

.vortex/installer/tests/Fixtures/handler_process/tools_no_behat/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
-ahoy test-bdd -- --tags=@tagname # Run Behat tests with specific tag
88
```
99
10-
## Critical Rules
10+
## Before Starting Any Task

.vortex/installer/tests/Fixtures/handler_process/tools_no_behat_circleci/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
-ahoy test-bdd -- --tags=@tagname # Run Behat tests with specific tag
88
```
99
10-
## Critical Rules
10+
## Before Starting Any Task

.vortex/installer/tests/Fixtures/handler_process/tools_none/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
-ahoy test-bdd -- --tags=@tagname # Run Behat tests with specific tag
1515
```
1616
17-
## Critical Rules
17+
## Before Starting Any Task

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ ahoy test-bdd # Run Behat tests
5454
ahoy test-bdd -- --tags=@tagname # Run Behat tests with specific tag
5555
```
5656

57+
## Before Starting Any Task
58+
59+
1. **Check cached docs first.** Before investigating any topic, check `.data/ai-artifacts/docs-[topic].md` for existing cached documentation. Do not search the codebase or fetch from the web if a cached doc already exists.
60+
2. **Check project docs.** Before making implementation decisions, check the relevant file in `docs/` for project-specific conventions.
61+
3. **Fetch and cache if missing.** If no cached doc exists for the topic, fetch from https://www.vortextemplate.com/docs and save to `.data/ai-artifacts/docs-[topic].md` (see [Documentation](#documentation) for format).
62+
5763
## Critical Rules
5864

5965
- **Never modify** `scripts/vortex/` - use `scripts/custom/` for your scripts

0 commit comments

Comments
 (0)