gemini-cli-extensions / gemini-cli-extensions/conductor

feature request: way to separate conductor metadata commits from conductor output

Open
#96 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.7k
Forks
295
Avg merge
9m
Merged PRs (30d)
1

Description

I often find that conductor will commit updates to the files in the "conductor" directory in the same CL as the code that it generates as part of the track it's executing. My ideal work flow would be to commit only the output of the track in one change, and then in an immediate follow on CL commit modifications to the conductor state files. This simplifies the process of code review and separates the artifacts that are generated from the artifacts used to track progress.

I have attempted to do this by modifying some of the md files that instruct conductor how to commit and track work. I have had some limited success but have yet to arrive at a reliable way to separate the code generated by a track from the track management.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the markdown files that instruct Conductor how to commit and track work, then trace how a track currently commits generated code and files in the conductor directory. Determine a reliable workflow that places track output in one change and conductor state updates in an immediate follow-on change; done means those artifacts are consistently separated.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.