Sign inSign up

ewc2020/ewc-ai

By ewc2020

Updated 13 days ago

EWC disposable AI environments with isolated workspaces and pluggable agent backends.

Image
0

331

ewc2020/ewc-ai repository overview

EWC AI

EWC AI provides disposable, isolated AI development environments from Evil Wizard Creations.

AI agents operate inside a Git-less disposable workspace rather than directly against the host repository. Changes are returned to a disposable host Git worktree for human review and explicit promotion.

Available Images

Codex
ewc2020/ewc-ai:codex-v0.1.0-alpha
ewc2020/ewc-ai:codex-latest

The Codex image currently includes:

  • EWC AI v0.1.0-alpha
  • Codex CLI 0.147.0
  • Debian Bookworm Slim
  • Bash and supporting command-line utilities
  • no Git
  • no SSH client

codex-v0.1.0-alpha is the immutable versioned image.

codex-latest tracks the currently promoted Codex variant.

Isolation Model

EWC AI deliberately separates AI execution from repository authority.

The container:

  • receives a disposable Git-less workspace;
  • has no Git executable;
  • has no SSH client;
  • receives EWC Protocols read-only;
  • can access a separately hosted EWC Protocols Handbook;
  • cannot control Docker on the host;
  • cannot implicitly promote changes into the source repository.

Changes produced by an agent are synchronized to a disposable host Git worktree. A human reviews and explicitly commits or promotes those changes.

Agent State

Agent credentials and state are managed separately from the project workspace.

For the Codex variant, session-local Codex state is mounted at /opt/ewc/codex. Credentials are not baked into the image or copied into the project workspace.

Status

EWC AI is currently an alpha project.

The initial release implements the Codex agent backend. Additional agent backends may be added as separate image variants.

Tag summary

Content type

Image

Digest

sha256:0e84b1146

Size

155 MB

Last updated

13 days ago

docker pull ewc2020/ewc-ai:codex-latest