feat(personas): PersonaLibrary and PersonaSandbox (#19)#39
Merged
Conversation
Owner
Author
|
✅ APPROVED - Ready to merge |
- PersonaLibrary: Grid/list view with search, filter, sort - Role-based filtering (strategist, creative, analyst, critic, custom) - Bulk selection for export - Import/export JSON functionality - Archive and delete actions - Full Hebrew RTL support - PersonaSandbox: Test persona responses - Side-by-side comparison mode - Carousel mode for multiple personas - Test history with export - Suggested prompts - Copy response functionality Part of Epic: Persona Marketplace (#3)
83e1430 to
bdca7ae
Compare
SaharBarak
added a commit
that referenced
this pull request
Apr 14, 2026
…e persistence - Add `-m, --mode <mode>` flag to `forge start`, plumbed through SessionConfig.mode to ModeController so all 8 deliberation modes are reachable from the CLI: copywrite, idea-validation, ideation, will-it-work, site-survey, business-plan, gtm-strategy, custom. - Default `forge start` agent runner switched from CLIAgentRunner (which needed ANTHROPIC_API_KEY) to ClaudeCodeCLIRunner (shells out to the authenticated `claude` binary). Honors the README's "no API key lock-in" promise. Falls back to CLIAgentRunner only when ANTHROPIC_API_KEY is explicitly set. - Set `autoRunPhaseMachine: !options.human` on the orchestrator. With `--no-human` there's nobody to drive phases manually, so the orchestrator now drives the phase state machine itself — sessions actually progress instead of stalling. - EDAOrchestrator system messages (research halt / complete / error) now check `session.config.language` and emit English by default. `getAgentName()` only appends the Hebrew name when language is Hebrew. - SessionPersistence: `getSenderName()` is language-aware too. `updateSession()` now triggers an immediate `saveIncremental()` on every message instead of waiting for the polling timer — every agent message lands on disk within ms. Auto-save fallback dropped from 30s to 5s. - Markdown renderer: added HTML-entity decoder covering " ' & < > ' " plus generic &#NNN; / &#xHEX; entities. Applied at every text-emitting case in renderInlineToken + renderCodeBlock + the block fallback. Fixes "... '...'" leaking through to the TUI and the saved transcript.md. - CLI now prints transcript path and raw-events path at session start so the user always knows where the full conversation lives.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Implements Issue #19: Persona Marketplace - Library & Sandbox
Changes
PersonaLibrary Component
PersonaSandbox Component
Epic
Part of Persona Marketplace (#3)
Screenshots
Components ready for integration - UI follows existing design patterns
Testing