Releases: Fortemi/fortemi-react
fortemi-react v2026.5.3
fortemi-react v2026.5.3
fortemi-react v2026.5.3 is a package presentation and host-neutral API cleanup release for the published browser packages. It improves the npm README experience for both packages, removes legacy downstream host branding from repo docs and code comments, and fixes repository release creation so Gitea and GitHub receive a real versioned release title while retaining the signed v2026.5.3 tag.
Highlights
- Expanded the
@fortemi/corenpm README with a clearer product value proposition, architecture overview, use cases, search/knowledge model, tool surface explanation, and storage/privacy positioning. - Expanded the
@fortemi/reactnpm README so React consumers can understand Fortemi's local-first archive, retrieval, Knowledge Shard, capability, and tool value without jumping to the core package first. - Removed legacy host-specific references from public docs, internal ADRs, React comments, and tool metadata.
- Standardized bridge-facing tool IDs on the
fortemi.*namespace. - Standardized bridge projection naming on
BridgeCapabilityandtoBridgeCapabilities(). - Fixed Gitea release creation by sending the release
namefield, in addition to GitHub's release name and Gitea-compatible title data, so release lists and sidebars show a versioned release title instead of an empty title with only the Latest badge.
Published Packages
@fortemi/core@2026.5.3@fortemi/react@2026.5.3
Compatibility
Most application consumers can upgrade directly from 2026.5.2. Consumers that register or look up manifest tools by fully qualified ID should use the fortemi.<tool> namespace. Consumers using the bridge projection helper should use toBridgeCapabilities() and BridgeCapability.
Verification
This release is intended to be cut from a signed v2026.5.3 tag after branch checks pass. The publish workflow verifies the signed tag before publishing npm packages or repository releases.
v2026.5.2
fortemi-react v2026.5.2
fortemi-react v2026.5.2 is a release-process hardening update for the published browser packages. It keeps the package runtime API stable while making the CI release path clearer and safer for signed, repeatable releases across npm, Gitea, and GitHub.
Highlights
- Git host release tokens are now explicit and non-reserved:
GT_PUBLISH_TOKENfor Gitea andGH_PUBLISH_TOKENfor GitHub. - Manual publish reruns now pass the requested tag into signed-tag verification, so idempotent retry runs work from
workflow_dispatch. - Repository release bodies can now come from prepared release notes in
docs/releases/<tag>.md, allowing GitHub and Gitea releases to publish the same reviewed announcement.
Published Packages
@fortemi/core@2026.5.2@fortemi/react@2026.5.2
Compatibility
No application runtime behavior changed in this release. Projects already using 2026.5.1 can upgrade directly to 2026.5.2.
Verification
This release is intended to be cut from a signed v2026.5.2 tag after the branch checks pass. The publish workflow verifies the signed tag before publishing packages or repository releases.
v2026.5.1
Fortemi React release v2026.5.1.
Published npm packages:
- @fortemi/core@2026.5.1: https://www.npmjs.com/package/@fortemi/core/v/2026.5.1
- @fortemi/react@2026.5.1: https://www.npmjs.com/package/@fortemi/react/v/2026.5.1
This release is backed by the signed release tag verified by CI before publication.