From b2fd57902c8f692bbf040d7af1b25b7e6dd910d3 Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Tue, 17 Mar 2026 13:07:39 -0400 Subject: [PATCH] docs: retain Conductor reference in plan-mode note and update links --- docs/cli/plan-mode.md | 2 +- docs/cli/spec-driven-development.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/cli/plan-mode.md b/docs/cli/plan-mode.md index d72dec7ab9..6fe406465d 100644 --- a/docs/cli/plan-mode.md +++ b/docs/cli/plan-mode.md @@ -488,5 +488,5 @@ gemini --approval-mode plan -p "Analyze telemetry and suggest improvements" [`plan.toml`]: https://github.com/google-gemini/gemini-cli/blob/main/packages/core/src/policy/policies/plan.toml [Spec-Driven Development (SDD)]: ./spec-driven-development.md -[Conductor]: https://github.com/google-gemini/conductor +[Conductor]: https://github.com/gemini-cli-extensions/conductor [open an issue]: https://github.com/google-gemini/gemini-cli/issues diff --git a/docs/cli/spec-driven-development.md b/docs/cli/spec-driven-development.md index 8909ab821a..1e8438c3a9 100644 --- a/docs/cli/spec-driven-development.md +++ b/docs/cli/spec-driven-development.md @@ -143,5 +143,4 @@ During implementation, you can also: | `/spec revert` | Reverts a track, phase, or task by analyzing git history. | Reverts git history | | `/spec review` | Reviews completed work against guidelines and the plan. | Reads `plan.md`, `product-guidelines.md` | -[Conductor]: - https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/ +[Conductor]: https://github.com/gemini-cli-extensions/conductor