docs: retain Conductor reference in plan-mode note and update links

This commit is contained in:
Jerop Kipruto
2026-03-17 13:07:39 -04:00
parent 3964f0cda5
commit 5c69b08f60
2 changed files with 4 additions and 4 deletions

View File

@@ -412,8 +412,8 @@ To build a custom planning workflow, you can use:
[custom plan directories](#custom-plan-directory-and-policies) and
[custom policies](#custom-policies).
> **Note:** Use [Spec-Driven Development (SDD)] as a reference when building
> your own custom planning workflow.
> **Note:** Use [Conductor] as a reference when building your own custom
> planning workflow.
By using Plan Mode as its execution environment, your custom methodology can
enforce read-only safety during the design phase while benefiting from
@@ -468,4 +468,5 @@ those files are not automatically deleted and must be managed manually.
[`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/gemini-cli-extensions/conductor
[open an issue]: https://github.com/google-gemini/gemini-cli/issues

View File

@@ -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