-
Notifications
You must be signed in to change notification settings - Fork 4
chore: burnish repo surfaces — drift, llms.txt, nightly honesty #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
43d6f95
chore: burnish repo surfaces — drift, llms.txt, nightly honesty
lroolle be915dd
fix: address review — verify-job auth+retry, reflow llms.txt, changel…
lroolle 5ac673d
docs: finish the four-agent sweep, serve llms.txt on the docs site
lroolle 7ef7e97
fix: verify job uses REGISTRY/IMAGE_NAME env like the rest of the wor…
lroolle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../llms.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # deva.sh | ||
|
|
||
| > Docker-first launcher for AI coding agents — Claude Code, Codex, Gemini, and Grok. | ||
| > The container is the sandbox, mounts are the explicit contract, and one warm | ||
| > project container serves all four agents. A bash script, not a framework. MIT. | ||
|
|
||
| deva.sh is a single entry point installed on the host; agents run inside | ||
| `ghcr.io/thevibeworks/deva` images (`:latest`, `:rust` for stable, `:nightly`, | ||
| `:nightly-rust` refreshed daily). Agent-level permission prompts are disabled | ||
| by design — isolation comes from Docker, not permission theater: | ||
| `claude --dangerously-skip-permissions`, | ||
| `codex --dangerously-bypass-approvals-and-sandbox`, | ||
| `gemini --yolo`, and `grok --always-approve`. Auth | ||
| lives in per-agent config homes under `~/.config/deva/` with OAuth (default) or | ||
| API-key modes per agent; nothing crosses the host boundary except what you | ||
| mount. Known sharp edge: mounting `/var/run/docker.sock` is host-root with | ||
| extra steps, and deva will tell you so. | ||
|
|
||
| Full docs: https://docs.deva.sh — if you can fetch one URL, fetch that one. | ||
|
|
||
| ## Install | ||
|
|
||
| ```bash | ||
| curl -fsSL https://raw.githubusercontent.com/thevibeworks/deva/main/install.sh | bash | ||
|
|
||
| cd your-project | ||
| deva.sh # Claude Code (the default) | ||
| deva.sh codex # same container shape, other agents | ||
| deva.sh gemini | ||
| deva.sh grok | ||
| deva.sh claude --debug --dry-run # inspect the docker run before trusting it | ||
| ``` | ||
|
|
||
| ## Entry points | ||
|
|
||
| - [Quick Start](https://docs.deva.sh/quick-start/): install to first agent run, about 60 seconds | ||
| - [Authentication](https://docs.deva.sh/authentication/): OAuth vs API-key per agent, config homes, auth isolation, what gets masked and why | ||
| - [How It Works](https://docs.deva.sh/how-it-works/): container lifecycle, mount dispatch, config resolution order | ||
| - [Advanced Usage](https://docs.deva.sh/advanced-usage/): extra mounts, env wiring, multiple identities per project | ||
| - [Troubleshooting](https://docs.deva.sh/troubleshooting/): common failures and how to diagnose them | ||
| - [Philosophy](https://docs.deva.sh/philosophy/): why the container is the sandbox and agent permission prompts are theater | ||
| - [Custom Images](https://docs.deva.sh/custom-images/): extending the base image for your stack | ||
| - [Security Policy](https://github.com/thevibeworks/deva/blob/main/SECURITY.md): what deva protects against and what it explicitly does not |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested against GitHub's actual renderer (repos/.../readme?ref=chore/burnish-409 with Accept: application/vnd.github.html): the line renders as
<sub>AI agents / LLMs: read <a href="llms.txt">llms.txt</a> — …</sub>— a real link. Markdown parsing is only suppressed inside block-level HTML;<sub>is span-level. No change.