Add experimental folder and initial spec commands#157
Open
anj-s wants to merge 4 commits intogemini-cli-extensions:mainfrom
Open
Add experimental folder and initial spec commands#157anj-s wants to merge 4 commits intogemini-cli-extensions:mainfrom
anj-s wants to merge 4 commits intogemini-cli-extensions:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Conductor_Exp: SDLC Spec Isolation Migration
The integration of
agent-spec-sdlcisolation capabilities into theconductorextension. To adhere to a strict protocol demanding zero destructive changes to the existingconductorlogic, an entirely isolated dual-stack has been scaffolded under the/conductor_expnamespace.Core Features Delivered
/conductor_exp)gemini-extension.json.setup,newTrack, andimplementinsidecommands/conductor_exp/and heavily patched their prompts with isolation guardrails, preventing them from interacting with or mutating the rootconductorecosystem destructively.policies/conductor_exp.toml)/conductor_expsessions, strongly biasing the agent to act only inside.gemini/worktrees/<trackId>.conductor_exp_backend/)manageSpec.ts,orchestration.ts, andcli.tsinto a siloed package to avoid rootpackage.jsonpollution.conductor/tracks/hierarchies.Architectural Changes
/conductor_exp:setup: Injects an interactive toggle for Worktree Isolation directly intoworkflow.md./conductor_exp:newTrack: Mandates YAML frontmatter parsing for Parent IDs (id,type,parentId) to compute DAG impact scopes./conductor_exp:implement: Forces the agent to initialize agit worktreeunder.gemini/and pinsrun_shell_commandusage to this path./conductor_exp:analyze: A newly created wrapper to execute thenode conductor_exp_backend/dist/cli.js analyze|graphCLI scripts. Outputs structural mapping of tracks so you know what depends on what before proceeding with an implementation.conductor_exp_backend/src/*: Rewrote the directory looping logic fromagent-spec-sdlcto match Conductor's nested tree pattern (conductor/tracks/<trackId>/spec.md).