Skip to content

Remove dot: true from config loaders for consistency#140

Open
ariane-emory wants to merge 11 commits intodevfrom
fix/remove-dot-true
Open

Remove dot: true from config loaders for consistency#140
ariane-emory wants to merge 11 commits intodevfrom
fix/remove-dot-true

Conversation

@ariane-emory
Copy link
Owner

Removes dot: true option from glob scans for commands, agents, modes, plugins, Claude skills, and custom tools. This prevents discovery of items in dot-prefixed subdirectories (e.g., .hidden/).

This makes all loaders consistent with OpenCode skills, which already lacks dot: true. The filesystem.ts utility is unchanged since it's used to find .opencode directories themselves.

What does this PR do?

How did you verify your code works?

Removes dot: true option from glob scans for commands, agents, modes,
plugins, Claude skills, and custom tools. This prevents discovery of
items in dot-prefixed subdirectories (e.g., .hidden/).

This makes all loaders consistent with OpenCode skills, which already
lacks dot: true. The filesystem.ts utility is unchanged since it's
used to find .opencode directories themselves.
# Conflicts:
#	packages/opencode/src/skill/skill.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant