-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yml
More file actions
31 lines (21 loc) · 775 Bytes
/
Copy pathconfig.example.yml
File metadata and controls
31 lines (21 loc) · 775 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
27
28
29
30
31
# claude-dev-framework configuration
# Copy this file to your project and pass it with: init.sh --config config.yml
# Project name (used in generated file headers and titles)
project_name: my-library
# Primary language: java, python, typescript
language: java
# Author name (used in file headers and license notices)
author: Your Name
# Copyright year
year: 2026
# License: LGPL-3.0, MIT, Apache-2.0, none
license: MIT
# --- Java-specific options (ignored for other languages) ---
# Java package name
package: com.example.mylib
# Enable Design by Contract workflow (adds stub + contracts step,
# conformance check, and completeness check)
dbc: false
# --- Advanced options ---
# Target directory for the .dev/ structure (relative to project root)
# target_dir: .dev