Skip to content

Commit 90f5dc4

Browse files
committed
docs: tighten proof-of-use messaging
1 parent 60b1d72 commit 90f5dc4

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Agent Workspace is a local-first orchestration layer for CLI coding agents.
3030
- **Can I use multiple repositories at once?** Yes, one workspace can include one or many repositories.
3131
- **Can I run server processes in the same worktree?** Yes, agent and server windows can run side by side.
3232
- **Can I jump straight to GitHub review pages?** Yes, the review flow supports direct links to GitHub PRs and diffs.
33+
- **Does anyone actually use this?** Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.
3334

3435
## Discovery Files
3536

site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ <h3 class="feature-title">Quick Answers</h3>
299299
<p class="feature-desc"><strong>Where does model inference run?</strong> Through the AI provider CLIs and accounts you configure.</p>
300300
<p class="feature-desc"><strong>Can it manage multiple repositories and worktrees?</strong> Yes. You can run one or many repositories with multiple worktrees in the same workspace.</p>
301301
<p class="feature-desc"><strong>Can I jump straight to GitHub diffs and PRs?</strong> Yes. The review workflow supports direct links to GitHub diffs and PR pages.</p>
302+
<p class="feature-desc"><strong>Does anyone actually use this?</strong> Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.</p>
302303
</div>
303304
</article>
304305

site/llms-full.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Agent Workspace is an open-source, local-first orchestration layer for CLI codin
3535
Yes, via mixed-repository workspace configuration.
3636
- **Can users jump directly to GitHub PRs and diffs?**
3737
Yes, the review flow includes direct GitHub link actions.
38+
- **Does anyone actually use this?**
39+
Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.
3840

3941
## Installation
4042

0 commit comments

Comments
 (0)