From 96e76647f1a7d7c5d25e69dcb5dc162e0a4db2ec Mon Sep 17 00:00:00 2001 From: Chris La Date: Fri, 27 Mar 2026 18:17:53 -0700 Subject: [PATCH] chore: remove worktree isolation references from homepage Worktree isolation is no longer a supported feature (epic #568). Replace the three references on the homepage with accurate alternatives: implementer description, architecture grid card, and status section list item. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/pages/index.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index ccc6bac..e1ea07b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -66,7 +66,7 @@ import Layout from '../layouts/Layout.astro';

implementer

-

Writes code in an isolated git worktree

+

Writes code, creates branches, and opens PRs

reviewer

@@ -215,8 +215,8 @@ strawpot gui"

Agents spawn sub-agents concurrently with policy control, depth limits, and full call tree tracing.

-

Git worktree isolation

-

Every session gets its own branch. Concurrent sessions, crash recovery, configurable branch cleanup.

+

Skill & role extensibility

+

Add capabilities by dropping in Markdown files. Share roles and skills via StrawHub. No code required.

Persistent memory

@@ -246,7 +246,7 @@ strawpot gui"
  • Role-based coordination
  • Multi-agent delegation
  • -
  • Memory, tracing, and isolation
  • +
  • Memory, tracing, and extensibility