Skip to content

fix(core): harden local reliability and MCP boundaries#123

Merged
jb-thery merged 1 commit into
developfrom
feature/reliability-docs-cleanup
Jul 16, 2026
Merged

fix(core): harden local reliability and MCP boundaries#123
jb-thery merged 1 commit into
developfrom
feature/reliability-docs-cleanup

Conversation

@jb-thery

Copy link
Copy Markdown
Member

Summary

  • make ingestion generations resumable and atomic under failures and concurrent local use
  • bound and harden MCP, retrieval, local chat, TTS, cancellation, diagnostics, and access-log behavior
  • add meaningful coverage gates across Core, Chat, TTS, and the landing
  • align all public documentation, npm READMEs, team workflows, privacy claims, and landing SEO copy
  • keep the main slogan and add the confidentiality subtagline across the requested public surfaces

Validation

  • pnpm validate
  • 423 tests pass: Core 348, Chat 38, TTS 26, landing 11
  • Core coverage: 90.79% statements, 81.40% branches, 94.43% functions, 90.82% lines
  • package checks, public API smoke, MCP smoke, release smoke, and static landing build pass
  • dependency audit reports no known vulnerabilities
  • import-cycle and staged secret checks pass

Release impact

Patch release for Core, Chat, and TTS. The landing is deployed separately after npm publication.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Raise meaningful coverage across Core, Chat, TTS, and the landing.

Harden ingestion, retrieval, local generation, MCP responses, cancellation,
and bounded input handling.

Align public docs, npm READMEs, team guidance, privacy claims, and
landing SEO.
@jb-thery
jb-thery force-pushed the feature/reliability-docs-cleanup branch from 53cb8e6 to 1d77081 Compare July 16, 2026 05:07
@jb-thery
jb-thery merged commit d15980c into develop Jul 16, 2026
7 checks passed
@jb-thery
jb-thery deleted the feature/reliability-docs-cleanup branch July 16, 2026 05:12
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.

2 participants