Skip to content

feat: ship Voice Workbench and executable narratives - #94

Merged
0xjcf merged 252 commits into
betafrom
fas/voice-text-workbench
Jul 18, 2026
Merged

feat: ship Voice Workbench and executable narratives#94
0xjcf merged 252 commits into
betafrom
fas/voice-text-workbench

Conversation

@0xjcf

@0xjcf 0xjcf commented Jul 18, 2026

Copy link
Copy Markdown
Owner

What changed

  • adds the actor-backed Voice Workbench example with deterministic domain, policy, capability, projection, voice, speech, and failure-recovery contracts
  • adds executable multi-step igniteTest(...).narrative(...) evidence while preserving record() and snapshotStory() as observed Story APIs
  • dogfoods named failure and recovery narratives through Voice Workbench
  • documents the Story/narrative authority boundary and retained-interface patterns
  • hardens the beta release wrapper so all four lockstep packages repair and verify the beta dist-tag without moving ignite-element@latest

Why

This closes the behavior-first/narrative epic with executable evidence: narratives state expected user experience, state machines remain authoritative, and Stories capture observed execution receipts.

Impact

The beta line gains the Voice Workbench reference implementation, the executable narrative testing surface, clarified Story vocabulary, and a recoverable beta release path. This PR does not publish packages; beta.9 is cut from the exact merged beta head.

Verification

  • fas verify --full — format, lint, typecheck, tests, architecture drift, behavior boundaries, and semantic index all passed
  • pnpm release:beta --dry-run — all 13 pending changesets plan the four packages from beta.8 to beta.9 without versioning or publishing
  • pre-push full package/example test lane passed, including Voice Workbench narrative dogfood

0xjcf added 30 commits July 11, 2026 19:00
Keep the FAS full-test coverage list aligned with runtime example discovery.
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b6bf59fb-96f0-4e5c-8b07-2b27f6f5f2c9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fas/voice-text-workbench

Comment @coderabbitai help to get the list of available commands.

@0xjcf
0xjcf marked this pull request as ready for review July 18, 2026 18:10
@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.16%. Comparing base (2f86faa) to head (03f4e93).
⚠️ Report is 21 commits behind head on beta.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             beta      #94      +/-   ##
==========================================
- Coverage   91.25%   90.16%   -1.10%     
==========================================
  Files          33       38       +5     
  Lines        1830     3181    +1351     
  Branches      498      948     +450     
==========================================
+ Hits         1670     2868    +1198     
- Misses        150      290     +140     
- Partials       10       23      +13     
Flag Coverage Δ
unittests 90.16% <ø> (-1.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...ackages/ignite-element/src/IgniteElementFactory.ts 95.49% <ø> (-1.90%) ⬇️
packages/ignite-element/src/testing.ts 77.89% <ø> (+3.45%) ⬆️

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@0xjcf
0xjcf merged commit 32dc0d6 into beta Jul 18, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant