forked from buildermethods/agent-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
50 lines (43 loc) · 2.09 KB
/
Copy pathconfig.yml
File metadata and controls
50 lines (43 loc) · 2.09 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version: 2.1.1
base_install: true
# CONFIGURATION
# Configure defaults for the tools you use and how Agent OS should compile commands for your projects.
# ================================================
# Do you use Claude Code?
# Set to true to install commands in your project's .claude/commands/agent-os/ folder
#
# Override this default when running project-install.sh by using the flag --claude-code-commands=true/false
# ================================================
claude_code_commands: true
# ================================================
# Do you use other coding tools (Cursor, Windsurf, etc.)?
# Set to true to install commands in your project's agent-os/commands/ folder
#
# Override this default when running project-install.sh by using the flag --agent-os-commands true/false
# ================================================
agent_os_commands: true
# ================================================
# Do you want Claude Code to use subagents?
# Set to true to install agents in .claude/agents/agent-os/ and have commands delegate to them
# Requires claude_code_commands: true
#
# Override this default when running project-install.sh by using the flag --use-claude-code-subagents true/false
# ================================================
use_claude_code_subagents: true
# ================================================
# Should standards be provided to Claude Code as Skills?
# Set to true to use Claude Code's Skills feature for reading standards
# Set to false to inject standards as file references in command prompts
# Requires claude_code_commands: true (automatically treated as false if claude_code_commands is false)
#
# Override this default when running project-install.sh by using the flag --standards-as-claude-code-skills true/false
# ================================================
standards_as_claude_code_skills: true
# ================================================
# PROFILE
#
# Use this profile by default.
#
# Override this default when running project-install.sh by using the flag --profile [profile-name]
# ================================================
profile: general