Open
Conversation
docs: introduced C++ google style guide summary
feat: add /conductor:review command
fix: commit changed conductor files at the end of newTrack
…-review-recommendations feat(conductor): make review recommendations more conversational
This change ensures users see the overview of the initialization process before the system checks for an existing state file, providing better context for the setup workflow. Resolves: #81 Change-Id: Ibb1499be24cc9cb0290eb2c5e871c9d296aeac73
Change-Id: Id1f84748d29877b8a5794bb4cd02abdbc753e11d
feat(review): update review process to commit fixes and update plan
fix(conductor): move pre-initialization overview before resume check
Migrate `ask_user` calls in `implement.toml`, `newTrack.toml`, `revert.toml`, `review.toml`, and `setup.toml` to the new schema: - Use the `questions` array parameter. - Format options with `label` and `description`.
…nches--main--components--conductor chore(main): release conductor 0.3.0
…-integration Refactor interactive flows to use the `AskUser` tool
…ning-note Docs: Add warning note on using Gemini CLI's Plan Mode
…6847 Refactor Github Action per b/485167538
Plan mode changes: * Migrated interactive prompts to start using the `AskUser` tool * Add a warning note to prevent users from using Plan mode when using Conductor.
…anches--main--components--conductor chore(main): release conductor 0.3.1
Change-Id: I6d69d99a4cadb84854c3a11484d82d9c2088f565
…ch is blocked by plan mode Change-Id: I4cb3daedc2f338b5007e1e3ad07f0ee19f7797bd
…ting Change-Id: I441f41b3f0c3e317bf56e837782a61f3112fafdf
Change-Id: Ic892691becfa25cdc502f6715323df6a90ba0bc5
…cases - Make Brownfield/Greenfield classification Conductor-aware. - Implement fast-forward logic to preserve maturity state during resumes. - Add self-healing cleanup step for interrupted track generations. - Streamline artifact definitions in the shallow audit table. - Require agent to explain maturity classification decisions.
Change-Id: I49aee4c78a28d048b9e008725de0dce6a03220ca
…anagement This PR replaces the imperative setup_state.json management with a declarative "Artifact Audit" in the setup command.
Change-Id: Ieb69c7c6291042ee6cd2670cd65ab080bd7e53a3
…n-mode feat: integrate Plan Mode and extension-native policies into Conductor
fix(setup): Remove model selection constraint from setup command
Removed the instructions to announce that the draft is ready, as this is redundant when asking for user confirmation in setup and newTrack commands.
Removed the instructions to announce that updates are proposed during doc synchronization, as this is redundant with the subsequent 'ask_user' confirmation.
refactor: Streamline interactive prompts and remove redundant announcements
Change-Id: I35e9f66d23ce82515eb3291a0c59127a7a3c1c17
…de-entry fix(conductor): refine plan mode entry logic in setup and newTrack
Change-Id: I936efbf7ef1f2f97e32c57040f231ca29ed512bb
Merge feat/plan mode
…anches--main--components--conductor chore(main): release conductor 0.4.0
Change-Id: I05c45d9ba4ac5d29feeee2a27bc81115d17b8d02
Update readme instructions for plan mode.
…anches--main--components--conductor chore(main): release conductor 0.4.1
* feat(skills): Implement Skills Integration * chore: Remove design doc from PR * refactor(skills): Convert catalog to Markdown body * fix(conductor): update skill reference paths to .agents/skills * fix(conductor): update skill download to support folders * fix(skills): update catalog URLs to point to directories * feat(conductor): update skills integration with design doc requirements * feat(conductor): add GCP OWASP Top 10 skills to catalog * feat(conductor): use precise detection signals for OWASP skills * feat(conductor): add file and dependency signals to OWASP skills * chore(conductor): remove obsolete setup_state.json reference * feat(skills): add gcp-apis and Firebase skills to catalog * chore(skills): cleanup inactive skills from catalog * chore(skills): remove gcp-apis skill from catalog * feat(conductor): add /skills reload instruction to setup and newTrack * fix(conductor): update skills catalog path to absolute path * address review comments * feat(conductor): use interactive ask_user for skill recommendations in newTrack * chore: remove GCP OWASP Top 10 Skills from catalog * feat(conductor): update skill installation and style guide selection logic * feat(conductor): add devops skills to catalog * fix(conductor): ensure agent activates relevant skills in implement.toml * fix(conductor): update skill activation phrasing per feedback * fix(conductor): use exact 'ask the model to activate' phrasing * chore(conductor): explicit pause on skill reload * fix(conductor): explicitly specify not to use ask_user tool in skill reload confirmation
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.
No description provided.