gemini-cli-extensions / gemini-cli-extensions/conductor
Use .conductor directory instead of conductor
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 295
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
Summary
Please default to ".conductor" (dot-prefixed) for the tool’s working directory, rather than "conductor".
Rationale
- Keeps the project root clean
- Follows common dot-directory conventions (.github, .config)
- Easier to ignore via .gitignore
Notes
If "conductor" already exists in a project, continue to recognize it to avoid breaking existing setups, and suggest migrating to ".conductor".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the entry point that selects the tool's working directory, then trace how existing projects are detected. Done means new projects default to .conductor, existing conductor directories remain recognized, and migration to .conductor is suggested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100