Skip to content

Commit af028ff

Browse files
Add: Generate AGENTS.md for Codex in dlt
Closes #220
1 parent 9b84f7d commit af028ff

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: 7b3f0193ec
3+
question: How do I generate the AGENTS.md file for Codex in dlt?
4+
sort_order: 20
5+
---
6+
7+
To generate the AGENTS.md file for Codex in dlt, follow these steps:
8+
9+
1. Open a terminal and run:
10+
11+
```bash
12+
dlt ai setup codex
13+
```
14+
15+
2. The command currently generates a file named `AGENT.md`. Since Codex looks for `AGENTS.md` (plural) by default, rename it:
16+
17+
```bash
18+
mv AGENT.md AGENTS.md
19+
```

0 commit comments

Comments
 (0)