Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 2e7e7ca

Browse files
committed
refactor: update instructions for GenAIScript and clean up Ruler documentation
1 parent 59327bb commit 2e7e7ca

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@ pnpm-lock.yaml
6363
genaiscript*.tgz
6464

6565
*.bak
66+
67+
68+
# START Ruler Generated Files
69+
.github/copilot-instructions.md
70+
# END Ruler Generated Files

.ruler/instructions.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Ruler Instructions
1+
# GenAIScript
22

3-
These are your centralised AI agent instructions.
4-
Add your coding guidelines, style guides, and other project-specific context here.
5-
6-
Ruler will concatenate all .md files in this directory (and its subdirectories)
7-
and apply them to your configured AI coding agents.
3+
- Use vitest to generate tests. Place tests in the `tests` directory.

0 commit comments

Comments
 (0)