Find a file
Bryan Helmkamp 0a42050ece Seal sandbox provider abstraction leaks in run.rs
Add is_remote(), ssh_access_command(), and origin_url() to the Sandbox
trait so run.rs can use trait methods instead of matching on
SandboxProvider post-construction. This removes daytona_sandbox_ref and
exe_sandbox_ref, eliminating 11 provider-checking sites that reached
through Arc<dyn Sandbox> to make provider-specific decisions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 11:58:06 -04:00
.cargo Disable empty doc-tests and add terse test output alias 2026-02-23 10:57:26 -05:00
.claude Update docs for exe.dev maturation, assets config, pull_request CLI config, and --goal-file 2026-03-09 10:06:23 -04:00
.config Fix Daytona e2e test failures and improve test reliability 2026-03-08 18:51:43 -04:00
.github Upgrade CI runners to 16-core for faster Rust builds 2026-03-08 11:14:18 -04:00
apps Rename /runs/{id}/compare to /runs/{id}/files with pagination 2026-03-08 14:37:30 -04:00
assets/brand move brand 2026-02-28 10:54:20 -05:00
crates Seal sandbox provider abstraction leaks in run.rs 2026-03-09 11:58:06 -04:00
demo Update docs tutorials, examples, and add sub-workflow tutorial 2026-03-07 10:01:53 -05:00
docker Add checkpoint exclude globs to skip bulky artifacts from git checkpoint commits 2026-03-07 12:25:27 -05:00
docs Update docs for exe.dev maturation, assets config, pull_request CLI config, and --goal-file 2026-03-09 10:06:23 -04:00
packages/arc-api-client Close 3 exe.dev gaps: OpenAPI ExeConfig schema, preflight clone, run-branch resume 2026-03-09 09:59:08 -04:00
pipelines Disable incremental compilation in Daytona sandboxes 2026-03-09 02:11:22 -04:00
scripts Fix Docker demo build and verifications API response parsing 2026-03-05 12:03:42 -05:00
test Rename arc run startarc run (#5) 2026-03-08 16:14:50 -04:00
tmp Update implement-and-simplify.toml to use worktree_mode config 2026-03-09 11:35:18 -04:00
tools Simplify opaque OpenAI item handling and DockerfileSource serde 2026-03-07 21:16:27 -05:00
.env.example Add arc-slack crate: Slack Socket Mode integration for interviewer 2026-03-05 09:16:22 -05:00
.gitignore Track .claude directory and add docs skill watermark 2026-03-08 11:23:07 -04:00
bun.lock Add marketing homepage with Tailwind CSS and brand colors 2026-03-07 11:03:27 -05:00
Cargo.lock Add arc cp command for copying files to/from run sandboxes 2026-03-09 11:03:10 -04:00
Cargo.toml Update daytona-sdk-rust to 06033ca and apply clippy/fmt fixes 2026-03-08 22:13:43 -04:00
CLAUDE.md Add CLAUDE.md instruction to use shlex::try_quote for shell quoting 2026-03-09 09:59:59 -04:00
docker-compose.demo.yaml Fix Docker demo build and verifications API response parsing 2026-03-05 12:03:42 -05:00
Dockerfile Fix Docker demo build and verifications API response parsing 2026-03-05 12:03:42 -05:00
entrypoint.ts Per-request demo mode with UI toggle 2026-03-06 07:30:23 -05:00
package.json SQLite-backed sessions with GitHub email and app manifest fix 2026-03-02 21:05:59 -05:00

Mintlify Starter Kit

Use the starter kit to get your docs deployed and ready to customize.

Click the green Use this template button at the top of this repo to copy the Mintlify starter kit. The starter kit contains examples with

  • Guide pages
  • Navigation
  • Customizations
  • API reference pages
  • Use of popular components

Follow the full quickstart guide

AI-assisted writing

Set up your AI coding tool to work with Mintlify:

npx skills add https://mintlify.com/docs

This command installs Mintlify's documentation skill for your configured AI tools like Claude Code, Cursor, Windsurf, and others. The skill includes component reference, writing standards, and workflow guidance.

See the AI tools guides for tool-specific setup.

Development

Install the Mintlify CLI to preview your documentation changes locally. To install, use the following command:

npm i -g mint

Run the following command at the root of your documentation, where your docs.json is located:

mint dev

View your local preview at http://localhost:3000.

Publishing changes

Install our GitHub app from your dashboard to propagate changes from your repo to your deployment. Changes are deployed to production automatically after pushing to the default branch.

Need help?

Troubleshooting

  • If your dev environment isn't running: Run mint update to ensure you have the most recent version of the CLI.
  • If a page loads as a 404: Make sure you are running in a folder with a valid docs.json.

Resources