Why does no 'business consulting & software' listicle score rollback or audit?+
The category was defined around the reviewer seat, not the consultant seat. Productive, Flowlu, BigTime, Paperbell, Bonsai, Bizzby, Wispa, Wifitalents, Gitnux, SAP (the first-page SERP for 'business consulting & software' in April 2026) all organize around feature parity per category: CRM has deal stages and email sequences, PM has tasks and Gantt views, invoicing has auto-pay and reminders. Audit and rollback only matter when you combine tools, and combining is out of scope for any one tool's marketing. E&O insurance (consulting-business-workflow.md lists it at $500 to $1,500/year as a mandatory line item) exists precisely because mistakes across those tools are expensive, but the listicles never connect the two.
What does Principle 4 in architecture.tsx literally say?+
Open src/components/architecture.tsx in the Clone website repo, lines 60-65. The literal text: 'Every action Clone takes is logged and reversible. Preview drafts before they send. See every file it touched. Roll back an entire morning of work with one click if you need to.' That is not a setting. It is one of four architectural principles, same rank as 'Runs on your machine' (Principle 1), 'Your workflows, your voice' (Principle 2), and 'Tool agnostic by design' (Principle 3). The product is shaped around it.
What exactly is stored in memory/logs/?+
A markdown file per run, dated and named after the ritual and client (e.g., memory/logs/2026-04-17-new-client-acme.md). Each file contains: the trigger that fired, the ritual path, start and end timestamps, reviewer email, review_gate state, an artifacts_created block listing every tool touched with its native id + status + sha256 integrity hash, an actions_taken block of plain-English descriptions, a top-level integrity_hash, and a rollback_token. When the run is later rolled back, a rolled_back_at line is appended. It is plain text. git-versionable, grep-able, diff-able, and portable to any text editor.
Does a rollback actually call the tool's undo API, or is it just a local tombstone?+
It drives the real tools. The Computer Agent (architecture.tsx lines 18-22: 'Reads the screen, clicks, types, scrolls') opens each app in reverse order and performs the undo the way you would: Gmail > Drafts > Discard, QuickBooks > Invoice > Void, HubSpot > Deal > Archive, PandaDoc > Envelope > Void, Google Docs > File > Move to trash, Fireflies > Notebook > Delete export. Where a tool has a native undo API (PandaDoc Void Envelope, QuickBooks Void Invoice), Clone prefers it. Where a tool only has UI-level undo (Gmail Discard Draft), Clone drives the UI. The rollback is real state change, not a local tombstone.
What happens if one step of the rollback fails?+
The log entry for the failed artifact marks type=error with the message from the tool (e.g., quickbooks: void failed, invoice already sent). The other five rollbacks continue. The run log appends rolled_back_partially_at with an enumerated list of what succeeded and what did not. You decide: retry the failed one manually, open a ticket with the vendor, or accept that artifact as sent and file a correction. Clone never pretends a rollback succeeded when it did not.
Is this compliant with E&O expectations?+
It is not legal advice and it does not replace your E&O policy. What it gives you is evidence. An E&O carrier in a claim usually asks: what did you do, when, with whose approval, and what was the state of the artifact at that moment? memory/logs/ answers each of those in a dated markdown file with per-artifact tool ids, timestamps, integrity hashes, and a reviewed_by line. Architecture.tsx Principle 1 ('Runs on your machine. Client files, emails, contracts, and transcripts never leave your computer') means the record is local, not vendor-hosted. Most E&O underwriters prefer that posture to 'the vendor told me so'.
Does this replace HubSpot, QuickBooks, PandaDoc, or Gmail?+
No. Clone is an operator on top of the tools you already pay for. It creates, edits, sends, and rolls back inside your HubSpot, your QuickBooks, your PandaDoc, your Gmail, using the same screens you use. Uninstall Clone and every one of those tools keeps running, and the memory/logs/ folder on your disk is still there for reference. Clone owns no client data.
How is this different from Zapier, Make, or n8n?+
Zapier, Make, and n8n are recipe builders. They fire one or more actions across tools, usually via API, and their run histories are vendor-hosted logs of the Zap firing, not consolidated audits of the resulting artifacts in each tool. None of them offer a one-click cross-tool rollback because they do not track the artifacts by their native ids on the destination tools. Clone records native ids per artifact and drives the native undo or UI-level undo in reverse order. A Zap is 'when X then Y'. A Clone run is 'these 6 artifacts exist, here are their ids, here is the rollback_token that unwinds them'.
How is this different from a consulting VA or an ops hire?+
A consulting VA at $3,000 to $6,000/mo (consulting-business-workflow.md Section 'Scale levers') produces work you still have to audit, and the audit surface is whatever tickets or Loom videos they send you. A resignation or a sick day is an SOP transfer. Clone produces the same work at $49/mo on Solo (pricing.tsx line 9), always on, with the audit surface built into memory/logs/ by default, and the rollback as Principle 4 of the architecture. A VA cannot one-click-rollback across 6 tools in 9 seconds. Clone can.
Can I granularly approve 5 of 6 artifacts and roll back only the 6th?+
Yes. Per-artifact rollback is a single checkbox on the log entry. Uncheck the one you want undone, approve (or leave) the others. Clone drives only the selected undo(s). The log file appends a rolled_back_partial line with the subset that was reversed. This matters in practice: you often catch one bad field (wrong rate, wrong contact) after you have approved most of a run.
What does this cost alongside the existing consulting stack?+
Clone is additive to the stack, not a replacement. The category listicles typically recommend a stack between $300 and $1,000/mo (HubSpot + QuickBooks + PandaDoc or DocuSign + Cal.com + Fireflies or Otter + Notion or Asana + Zapier). E&O insurance runs $500 to $1,500/year. Clone on Solo is $49/mo (pricing.tsx). For a solo practice billing $150 to $300/hr, the cost is under one-third of a billable hour per month, in exchange for a cross-stack audit log and a one-click rollback layer that the rest of the stack does not offer at any price.
Can I try this without committing to a plan?+
Yes. Every plan starts with a 21-day free trial on Solo (pricing.tsx). Download Clone, let it read your next discovery-call transcript, watch it draft a SOW, envelope, deal, invoice, and kickoff email into memory/logs/ without sending anything. Click the rollback_token from the log. Every artifact undoes in reverse order in under 10 seconds. If the audit log and the rollback do not pay for themselves inside the trial, do not subscribe.