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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ For the full user-facing documentation, see the [Coasts docs](https://coasts.dev

Want a concrete example to explore? Check out the [`coasts-demo` repository](https://github.com/coast-guard/coasts-demo) for a small demo project you can use to try Coasts end to end.

## Harness Demos

[![Coasts + Claude Code](https://img.youtube.com/vi/yjMFVoOiAW0/maxresdefault.jpg)](https://www.youtube.com/watch?v=yjMFVoOiAW0)

[![Coasts + Codex](https://img.youtube.com/vi/MDidmMQtaqU/maxresdefault.jpg)](https://www.youtube.com/watch?v=MDidmMQtaqU)

[![Coasts + Conductor](https://img.youtube.com/vi/mbwilJHlanQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=mbwilJHlanQ)

## Contributing

To contribute, read the [contributing guide](CONTRIBUTING.md) for PR guidelines.
Expand Down
244 changes: 158 additions & 86 deletions coast-guard/src/generated/docs-manifest.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/harnesses/CLAUDE_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ layers for Coasts:
- `.claude/commands/coasts.md` only when you want a command file as an extra
entrypoint

```youtube
yjMFVoOiAW0
```

## Setup

Add `.claude/worktrees` to `worktree_dir`:
Expand Down
4 changes: 4 additions & 0 deletions docs/harnesses/CODEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ From the [Codex docs](https://developers.openai.com/codex/app/worktrees/):
Because these worktrees live outside the project root, Coasts needs explicit
configuration to discover and mount them.

```youtube
MDidmMQtaqU
```

## Setup

Add `~/.codex/worktrees` to `worktree_dir`:
Expand Down
4 changes: 4 additions & 0 deletions docs/harnesses/CONDUCTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ You can also get the skill content from the CLI: `coast skills-prompt`.
After setup, **fully close and reopen Conductor** for changes to take effect. If
the `/coasts` command does not appear, close and reopen again.

```youtube
mbwilJHlanQ
```

## Setup

Add `~/conductor/workspaces/<project-name>` to `worktree_dir`. Unlike Codex (which stores all projects under one flat directory), Conductor nests worktrees under a per-project subdirectory, so the path must include the project name. In the example below, `my-app` must match the actual folder name under `~/conductor/workspaces/` for your repo.
Expand Down