-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilds.yml
More file actions
24 lines (22 loc) · 801 Bytes
/
builds.yml
File metadata and controls
24 lines (22 loc) · 801 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
# Build configuration for CLAUDE.local.md files
#
# Each build combines common guidelines with project-specific content
# and copies skills to .claude/skills/ directories.
builds:
# Example project - Remove this and add your own projects
- name: Example Project
project: projects/example-project/main.project.md
output: generated/example-project/guidelines.md
# link_to: ~/Projects/example-project/CLAUDE.local.md # Uncomment and set path
common:
- common/preferences.md
skills:
- example-skill
# Add your projects here:
# - name: My Project
# project: projects/my-project/main.project.md
# output: generated/my-project/guidelines.md
# link_to: ~/Projects/my-project/CLAUDE.local.md
# common:
# - common/preferences.md
# skills: []