Quickstart
1) Acione workflow explicitamente
cw /orchestrate hardening de autenticacao com testescw /helpcw /examplesUse codex-workflows em /orchestrate e execute este objetivo: hardening de autenticacao com testesUse codex-workflows em /debug e investigue falha de loginUse codex-workflows em /plan para este roadmapUse codex-workflows em /game-dev e desenhe o core loop do jogoUse codex-workflows em /roblox-game-dev e endureca seguranca de RemoteEvent
Quick wins por perfil:
examples/quick-wins/README.md
2) Bootstrap local .agent (opcional)
Perfil padrao (codex-native):
bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project .Este caminho padrao e independente do pack de compatibilidade.
Perfil de compatibilidade:
bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project . --profile antigravity-compatPerfil minimo:
bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project . --profile minimal3) Classificar intent
bash
python ~/.codex/skills/codex-workflows/scripts/route_workflow.py \
"add secure login with tests and release notes" \
--json4) Validar por stack
Node:
bash
python ~/.codex/skills/codex-node-validation-pack/scripts/validate_node_stack.py --project . --runPython:
bash
python ~/.codex/skills/codex-python-validation-pack/scripts/validate_python_stack.py --project . --runRust:
bash
python ~/.codex/skills/codex-rust-validation-pack/scripts/validate_rust_stack.py --project . --run5) Validar qualidade do trilho codex-native
bash
python ~/.codex/skills/codex-workflows/scripts/check_codex_native_quality.py \
--native ~/.codex/skills/codex-workflows/templates/codex-native/.agent/workflows \
--compat ~/.codex/skills/codex-workflows/packs/antigravity-compat/.agent/workflows \
--max-similarity 0.356) Validar ativos estruturais do codex-native
bash
python ~/.codex/skills/codex-workflows/scripts/check_codex_native_assets.py \
--native-root ~/.codex/skills/codex-workflows/templates/codex-native/.agent \
--min-agents 20 \
--min-skills 37