forked from konflux-ci/devlake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ai-rules.yaml
More file actions
26 lines (21 loc) · 858 Bytes
/
.ai-rules.yaml
File metadata and controls
26 lines (21 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# AI Rules Configuration
# This file configures dotai to sync rules from a central repository.
# Run 'dotai sync' to generate configuration files.
# Run 'dotai check' in CI to detect drift.
# Central repository containing shared AI assistant rules
source: git@gitlab.cee.redhat.com:devtools/ai-rules.git
# Pinned version (git tag or commit hash)
# Update this to pull new rules, then run 'dotai sync'
version: v0.2.5
# Role-based profiles to include (e.g., backend, frontend, typescript)
# Profiles are loaded in alphabetical order
profiles:
- go
# AI tools to generate configuration for
tools:
- claude
- cursor
# Remove orphaned skills not in the central repository during sync
# Set to true if you want dotai to clean up skills no longer in the source
# Default is false to preserve locally-added skills (e.g., from Claude Flow)
# prune: false