PaaS Agent Runtime Adapter (Codex Profile Auth Path)
Date: 2026-02-17 Scope: WS12-05 dyad-style runtime adapter Owner: Codex1. Goal
Bridgesi paas agent run-once with Codex profile identity and auth-cache state before remediation execution.
2. Adapter Mode
Implemented adapter mode:codex-profile-auth
- agent profile selection (
agent.profileor default first configured profile) - profile existence in Codex profile registry
- auth cache readiness via profile auth path status
3. Output Contract
Adapter plan fields:modeprofile_idprofile_emailauth_pathincident_idpromptreadyreason(when blocked)
4. Run-Once Integration
si paas agent run-once now:
- builds adapter plan per selected incident
- marks run state
blockedwhen profile/auth prerequisites are not ready - persists runtime metadata into run logs:
runtime_moderuntime_profileruntime_auth_pathruntime_ready
5. Implementation Reference
tools/si/paas_agent_runtime_adapter.gotools/si/paas_agent_runtime_adapter_test.gotools/si/paas_agent_cmd.go(run-onceintegration)

