Skip to content

Commit 735fa7f

Browse files
committed
Update rules to apply only to Python files and set alwaysApply to false for various API-related guidelines
1 parent d36c159 commit 735fa7f

19 files changed

+28
-2380
lines changed

ai/amp/AGENT.md

Lines changed: 0 additions & 784 deletions
Large diffs are not rendered by default.

ai/claude/CLAUDE.md

Lines changed: 0 additions & 784 deletions
Large diffs are not rendered by default.

ai/codex/AGENT.md

Lines changed: 0 additions & 784 deletions
Large diffs are not rendered by default.

ai/continue/.continue/rules/build-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
alwaysApply: true
2+
alwaysApply: false
33
description: Crucial guidelines to build a dlt rest api source
4-
globs:
4+
globs: '**/*.py'
55
---
66

77
## Prerequisities to writing a source

ai/continue/.continue/rules/dlt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
alwaysApply: true
2+
alwaysApply: false
33
description: Information about dlt
4-
globs:
4+
globs: '**/*.py'
55
---
66

77
# Guidelines

ai/continue/.continue/rules/rest_api_extract_parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
alwaysApply: true
2+
alwaysApply: false
33
description: This rule helps identify and extract ALL necessary parameters from API documentation to build a dlt REST API source
4-
globs:
4+
globs: '**/*.py'
55
---
66

77
# REST API Parameter Extraction Guide

ai/continue/.continue/rules/rest_api_pagination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
alwaysApply: true
2+
alwaysApply: false
33
description: Use this rule when writing REST API Source to configure right pagination type for an Endpoint
4-
globs:
4+
globs: '**/*.py'
55
---
66

77
# dlt REST API Pagination Configuration Guide

ai/copilot/.github/instructions/build-rest-api.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo:
2+
applyTo: '**/*.py'
33
description: Crucial guidelines to build a dlt rest api source
44
---
55

ai/copilot/.github/instructions/dlt.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo:
2+
applyTo: '**/*.py'
33
description: Information about dlt
44
---
55

ai/copilot/.github/instructions/rest_api_extract_parameters.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo:
2+
applyTo: '**/*.py'
33
description: This rule helps identify and extract ALL necessary parameters from API documentation to build a dlt REST API source
44
---
55

0 commit comments

Comments
 (0)