docs: GCP Vertex AI org policy filtering & update OnboardingProviderSetup component (#7125)

This commit is contained in:
dianed-square 2026-02-10 11:20:08 -08:00 committed by GitHub
parent 7ea19f5c83
commit fd6a27003a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 25 additions and 37 deletions

View file

@ -62,7 +62,7 @@ In goose, we use a structured RPI workflow using recipes to systematically tackl
│ RPI WORKFLOW │
├─────────────────────────────────────────────────────────────────────────────-┤
│ │
│ /research_codebase "topic"
│ /research_codebase "topic" │
│ │ │
│ ├──► Spawns parallel sub-agents: │
│ │ • find_files (rpi-codebase-locator) │
@ -71,7 +71,7 @@ In goose, we use a structured RPI workflow using recipes to systematically tackl
│ │ │
│ └──► Output: thoughts/research/YYYY-MM-DD-HHmm-topic.md │
│ │
│ /create_plan "feature/task"
│ /create_plan "feature/task" │
│ │ │
│ ├──► Reads research docs │
│ ├──► Asks clarifying questions │
@ -79,7 +79,7 @@ In goose, we use a structured RPI workflow using recipes to systematically tackl
│ │ │
│ └──► Output: thoughts/plans/YYYY-MM-DD-HHmm-description.md │
│ │
│ /implement_plan "plan path"
│ /implement_plan "plan path" │
│ │ │
│ ├──► Executes phase by phase │
│ ├──► Runs verification after each phase │
@ -87,7 +87,7 @@ In goose, we use a structured RPI workflow using recipes to systematically tackl
│ │ │
│ └──► Working code │
│ │
│ /iterate_plan "plan path" + feedback
│ /iterate_plan "plan path" + feedback │
│ │ │
│ ├──► Researches only what changed │
│ ├──► Updates the plan surgically │