mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
fix(website): the chat mockup demos the gated link, not an unasked public one
'Share with the team' must show the product's actual default: the permission-walled bdrive url viewer link (sign-in + membership), with the public /s/ link as an explicit opt-in — matching the skill's 'Share what you make' rule shipped in v0.7.0. The old mockup had Claude minting a public link unasked, contradicting the shipped behavior. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P5cxPQdSGJnjXCYY9GeWXt
This commit is contained in:
co-authored by
Claude Fable 5
parent
22c3ebbf0e
commit
a3729da5db
+5
-3
@@ -446,9 +446,11 @@ every tool works content-addressed blobs append-only, no locks, offl
|
||||
<div class="bubble">Write up the Q3 findings and share them with the team.</div>
|
||||
</div>
|
||||
<div class="msg claude"><div class="who">Your Claude</div>
|
||||
<div class="bubble">Done — I saved the report to <code>wiki/q3-findings.md</code>
|
||||
(synced to the team) and here's a public link for anyone outside it:<br><br>
|
||||
<span class="url">https://acme-hub.example/s/1aad3327224e408d…</span></div>
|
||||
<div class="bubble">Done — I saved the report to <code>wiki/q3-findings.md</code>.
|
||||
It's already syncing to the team; here's the link (sign-in required, so
|
||||
it's safe to paste anywhere):<br><br>
|
||||
<span class="url">https://acme-hub.example/p-1a2b3c4d/wiki/q3-findings.md</span><br><br>
|
||||
Say the word if you need a public link for someone outside the team.</div>
|
||||
</div>
|
||||
<div class="msg"><div class="who">Your teammate, to their Claude</div>
|
||||
<div class="bubble">What did we learn from the Q3 numbers?</div>
|
||||
|
||||
Reference in New Issue
Block a user