-
Notifications
You must be signed in to change notification settings - Fork 536
Add deterministic announcement demo workspace #1967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
klopez4212
wants to merge
3
commits into
main
Choose a base branch
from
kennylopez-announcement-demo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| # Buzz announcement demo | ||
|
|
||
| This branch includes a deterministic, relay-free workspace for recording the | ||
| Buzz announcement film. | ||
|
|
||
| ## Launch | ||
|
|
||
| From this worktree, run: | ||
|
|
||
| ```bash | ||
| just announcement-staging | ||
| ``` | ||
|
|
||
| The command launches the native Tauri staging app on this worktree's isolated | ||
| port with announcement mode enabled. The app uses the deterministic mock | ||
| workspace rather than reading or writing real staging-relay data. Reloading the | ||
| app restores the same clean demo workspace. | ||
|
|
||
| The local demo relay also includes a running agent named **Scout**. Configure | ||
| OpenAI or Anthropic in the Agents screen, then `@mention` Scout in | ||
| `#flight-path`, `#design`, `#marketing`, or | ||
| `#queen-bee-launch`. Scout shows a typing indicator and replies using the | ||
| selected provider with the recent conversation as context. Direct messages to | ||
| Scout work too. Agent settings are retained for reloads during the current app | ||
| session; provider keys are never written into the repository or logged by the | ||
| local provider bridge. | ||
|
|
||
| For a browser-only preview, use `just announcement-demo`. | ||
|
|
||
| ## Demo workspace | ||
|
|
||
| - Workspace: **Honeycomb Studios** | ||
| - People: Alex Rivera (Product Lead) and nine fictional teammates across | ||
| engineering, design, marketing, research, QA, data, support, video, and | ||
| community | ||
| - Sections: **The Hive**, **Product**, and **Launch Swarm** | ||
| - Channels include `#announcements`, `#general`, `#flight-path`, `#design`, | ||
| `#mobile`, `#product-ideas`, `#marketing`, and | ||
| `#queen-bee-launch` | ||
| - Projects: `flight-path`, `nectar`, `comb-kit`, and `swarm-launch` | ||
| - Direct messages: Maya Chen, Jordan Brooks, and Priya Shah | ||
|
|
||
| All portraits are generated fictional people. Scout uses the default generated | ||
| identity until the announcement's final agent avatar is ready. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When someone follows this runbook and
@mentions Scout, no demo agent will autocomplete or respond: the seeded announcement agents are Fizz, Honey, and Bumble indesktop/src/testing/announcementDemoFixtures.ts, and the e2e flow also mentions Fizz. Please update the instructions to match the seeded agent names or add a Scout agent fixture.Useful? React with 👍 / 👎.