Skip to content

Commit e2b9c6f

Browse files
sdilcschleiden
authored andcommitted
Update Agents.md
1 parent 2441ef3 commit e2b9c6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Execute these scenarios to verify workflow functionality:
159159
- **`/backend/`** - Storage backend implementations:
160160
- `mysql/` - MySQL backend
161161
- `redis/` - Redis backend
162+
- `postgres/` - PostgreSQL backend
162163
- `sqlite/` - SQLite backend
163164
- `monoprocess/` - In-memory backend
164165
- **`/workflow/`** - Core workflow execution engine
@@ -337,4 +338,4 @@ When making code changes that affect the public API or add new features:
337338
- Test all code snippets to ensure they compile and run correctly
338339
- Update documentation whenever API changes are made
339340
- Include practical examples alongside theoretical explanations
340-
- Maintain consistency between inline code comments and external documentation
341+
- Maintain consistency between inline code comments and external documentation

0 commit comments

Comments
 (0)