Skip to content

docs: README restyle — short core-value, zh mirror, animated hero - #534

Merged
lroolle merged 1 commit into
mainfrom
docs/readme-restyle-533
Aug 5, 2026
Merged

docs: README restyle — short core-value, zh mirror, animated hero#534
lroolle merged 1 commit into
mainfrom
docs/readme-restyle-533

Conversation

@lroolle

@lroolle lroolle commented Aug 5, 2026

Copy link
Copy Markdown
Member

One idea up front: the container is the sandbox, mounts are the contract.

  • README.md 190 -> ~80 lines; deep docs collapsed to docs.deva.sh pointer
  • README.zh-CN.md section-for-section mirror with language switcher
  • docs/assets/deva-hero.svg animated terminal hero (SMIL — gradient
    wordmark, blinking cursor, agent-name typing loop), echoes deva.sh site
  • CHANGELOG backfills the chore(versions): refresh agent CLI pins #517 pin refresh under Unreleased

Closes #533

Preview the hero: https://raw.githubusercontent.com/thevibeworks/deva/docs/readme-restyle-533/docs/assets/deva-hero.svg

🤖 Generated with Claude Code

- README.md: 190 -> ~80 lines, one idea up front — container is the
  sandbox, mounts are the contract; deep docs cut to docs.deva.sh
- README.zh-CN.md: section-for-section zh mirror, language switcher
- docs/assets/deva-hero.svg: terminal card, gradient wordmark,
  blinking cursor, agent-name typing loop (SMIL, plays via img)
- CHANGELOG: backfill #517 pin refresh under Unreleased

Closes #533

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 5, 2026 02:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR restyles the repository’s top-level documentation to foreground deva’s core value proposition (“the container is the sandbox, mounts are the contract”), adds a Simplified Chinese README that mirrors the English structure, and introduces an animated SVG hero asset for README presentation.

Changes:

  • Condense README.md to a short “core in four lines” version and point deep documentation to docs.deva.sh.
  • Add README.zh-CN.md as a section-for-section Simplified Chinese mirror with a language switcher.
  • Add docs/assets/deva-hero.svg (SMIL-animated hero) and backfill related notes into CHANGELOG.md under Unreleased.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
README.md Shortened, repositioned messaging, simplified command/docs pointers, and added hero + language switcher.
README.zh-CN.md New Simplified Chinese README mirroring the English layout and content intent.
docs/assets/deva-hero.svg New animated SVG hero used by both READMEs.
CHANGELOG.md Documents the README restyle and backfills the prior pins refresh under Unreleased.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ce1e4f8344

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
- Not magic. If you mount your whole home read-write and hand the agent dangerous permissions, the agent can touch your whole home. Amazing how that works.
- The container is the sandbox. All five agents run inside it with their built-in permission systems disabled (`claude --dangerously-skip-permissions`, `codex --dangerously-bypass-approvals-and-sandbox`, `gemini --yolo`, `grok --always-approve`, `kimi --yolo`). Isolation comes from Docker, not permission theater.
- Mounts are the contract. Nothing crosses the host boundary except what you explicitly mount. No mystery behavior.
- One warm persistent container per project, shared by all five agents. Packages, build caches, and scratch state stay warm instead of being rebuilt every run.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Correct the shared-container claim

This now tells users all five agents share one persistent project container, but the launch code still includes the active agent in the container name (build_container_name() uses the agent segment), so deva.sh claude and deva.sh codex attach to separate persistent containers even for the same project and shape. Users relying on packages, build caches, or scratch state warmed by one agent will not see them in another; please keep the wording to shared image/shape or update the lifecycle code, and mirror the fix in README.zh-CN.md.

Useful? React with 👍 / 👎.

@lroolle
lroolle merged commit 8071260 into main Aug 5, 2026
5 checks passed
@lroolle
lroolle deleted the docs/readme-restyle-533 branch August 5, 2026 03:02
@lroolle lroolle mentioned this pull request Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README restyle: short core-value bilingual + animated hero

2 participants