Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/codex-reuse.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Codex reuse: product vs primitive

[English](codex-reuse.md) | [한국어](ko/codex-reuse.md)

CodeSpace does **not** embed the Codex agent. It also does **not**
reimplement every execution mechanism from scratch.

Expand Down
2 changes: 2 additions & 0 deletions docs/error-codes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Error codes and transport vs execution

[English](error-codes.md) | [한국어](ko/error-codes.md)

HTTP/JSON-RPC **request id**, `operation_id`, and `process_id` are three
different identifiers. A lost HTTP response is not an execution failure.
Clients call `operation_status` (W08) instead of replaying a mutating tool.
Expand Down
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ workspace.
- [Execution substrate](execution-substrate.md) — no-model execution invariant
- [Protocol compatibility](protocol-compatibility.md) — MCP 2025-11-25 baseline
- [Behavior differences](behavior-differences.md) — product policy vs crate defaults
- [Security model](security-model.md) — gateway policy and trust boundaries
- [Runner isolation](runner-isolation.md) — current host exec and target Linux container
- [Error codes](error-codes.md) — transport failure vs execution error
- [Codex reuse](codex-reuse.md) — product vs primitive
- [Upstream lock](upstream-lock.md) — pinned Codex submodule
- [Upstream pin update](upstream-update.md) — deliberate release checklist
- [Documentation site](documentation.md) — bilingual registry and Pages
8 changes: 4 additions & 4 deletions docs/ko/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Codex V4A 패치를 적용하며, 등록된 워크스페이스에서 관리형
이후 Runner 뒤에 격리된 응집력 있는 **실행 서브그래프**(hardening,
PTY, UDS, path, filesystem, Linux sandbox, network). Codex는 구현
의존성이며 제어 평면이 아닙니다
([codex-reuse.md](../codex-reuse.md)).
([codex-reuse.md](codex-reuse.md)).

가져오지 않은 것: Electron, Chrome 확장, ChatGPT DOM, agents spawn,
Desktop, 플러그인 마켓플레이스, TypeScript `apply-patch` 포트,
Expand Down Expand Up @@ -197,9 +197,9 @@ Bearer 미들웨어로 남고, 디스패치는 `/mcp` → rmcp 도구입니다.
재정렬합니다. 의도 본문은 지시이지 능력이 아닙니다.

내부 모델 호출 도구는 없습니다. `git_apply_patch`는 MVP 밖입니다.
오류 코드와 전송 대 실행 규칙: [error-codes.md](../error-codes.md).
Linux 격리 픽스처: [runner-isolation.md](../runner-isolation.md).
Codex 제품 대 프리미티브: [codex-reuse.md](../codex-reuse.md).
오류 코드와 전송 대 실행 규칙: [error-codes.md](error-codes.md).
Linux 격리 픽스처: [runner-isolation.md](runner-isolation.md).
Codex 제품 대 프리미티브: [codex-reuse.md](codex-reuse.md).
실행 전용 기반: [execution-substrate.md](execution-substrate.md).

## ID
Expand Down
Loading
Loading