1.5 KiB
1.5 KiB
GPT-5.4 Sprint Variant
This is the OpenAI/Codex-oriented variant of the widget + field refactor sprint setup.
Files
.agents/config.gpt-5.4.toml.agents/sprints/widget-field-refactor/start-gpt-5.4.sh
What It Does
The launcher:
- switches the active Claude Flow config to the GPT-5.4 variant
- verifies that
~/.codex/config.tomlis using an Azure provider - verifies that
AZURE_OPENAI_API_KEYis exported - initializes the swarm with hierarchical topology
- spawns the named sprint agents
- prints the prompt files and startup order
Agent Type Mapping
Claude Flow does not expose an orchestrator agent type in the CLI. The sprint launcher therefore maps:
O1orchestrator role -> CLIcoordinatortype
The role behavior still comes from O1-orchestrator.md, which explicitly forbids implementation work.
Azure Requirement
This launcher is intended to run against Azure OpenAI-backed Codex. It will fail fast unless:
~/.codex/config.tomlexistsmodel_providerstarts withazure- the config references
AZURE_OPENAI_API_KEY AZURE_OPENAI_API_KEYis present in the shell environment
See docs/azure_codex_setup.md.
Start
bash .agents/sprints/widget-field-refactor/start-gpt-5.4.sh
Restore Prior Config
If you want the previous active config back:
cp .agents/config.toml.pre-gpt-5.4.bak .agents/config.toml