Complete architecture document set with multi-model review remediation: - Frozen interface contracts, runtime semantics, DB schemas - Event/tool/error/provider registries - Scheduler and main agent state machines - C4 module/code views, solution architecture, baseline V1 - Multi-model review reports and joint assessment - Phase-gate remediation complete (P0/P1/P2/UX resolved) - Implementation plan with T-000A through T-045 - Reference folders kept as placeholders only
29 lines
744 B
JSON
29 lines
744 B
JSON
{
|
|
"outputs": {
|
|
"codex-zsh": {
|
|
"platforms": {
|
|
"macos-aarch64": {
|
|
"name": "codex-zsh-aarch64-apple-darwin.tar.gz",
|
|
"format": "tar.gz",
|
|
"path": "codex-zsh/bin/zsh"
|
|
},
|
|
"macos-x86_64": {
|
|
"name": "codex-zsh-x86_64-apple-darwin.tar.gz",
|
|
"format": "tar.gz",
|
|
"path": "codex-zsh/bin/zsh"
|
|
},
|
|
"linux-x86_64": {
|
|
"name": "codex-zsh-x86_64-unknown-linux-musl.tar.gz",
|
|
"format": "tar.gz",
|
|
"path": "codex-zsh/bin/zsh"
|
|
},
|
|
"linux-aarch64": {
|
|
"name": "codex-zsh-aarch64-unknown-linux-musl.tar.gz",
|
|
"format": "tar.gz",
|
|
"path": "codex-zsh/bin/zsh"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|