
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@beyondnet/evolith-core
Advanced tools
Shared business logic layer for Evolith — consumed by CLI, MCP Server, and REST API
Shared business-logic facade for the Evolith platform. It is a thin
re-export barrel over @beyondnet/evolith-core-domain, giving the Smart
CLI, MCP Server and Core API a single, stable import surface.
npm install @beyondnet/evolith-core
Requires Node.js 20+. The only runtime dependency is @beyondnet/evolith-core-domain,
which is the authoritative source for every re-exported symbol.
Import everything from the root specifier only — there are no subpath exports:
import {
EvaluateGateUseCase,
ProposePhaseAdvanceUseCase,
RulesetValidatorService,
TopologyCatalogService,
readGitLog,
} from '@beyondnet/evolith-core';
Deep imports such as
@beyondnet/evolith-core/domain/interfacesare not supported. The package builds to a singledist/index.js; use the root barrel and import the named symbol you need.
| Category | Symbols (selection) |
|---|---|
| Domain ports (types) | IFileSystem, IConfigParser, ILogger, ICommandExecutor, … |
| Domain errors | EvolithError, PhaseTransitionError, ValidationError, isEvolithError, … |
| Gate evidence | createSuccessEnvelope, deriveVerdict, GATE_PHASES, GatePhase, GateEvidence, … |
| Domain services | WorkflowEngine, ToolSelectionService, PhaseService |
| Use-cases | EvaluateGateUseCase, ValidateSatelliteUseCase, ProposePhaseAdvanceUseCase, PhaseTransitionUseCase, InitializeProjectUseCase |
| Validators | RulesetValidatorService, PhaseGateValidatorService, ArchitectureDriftService, DeepArchitectureAnalyzer |
| Architecture | TopologyCatalogService, TopologyManifest |
| Metrics | readGitLog, isGitRepo |
The authoritative source for each symbol lives in @beyondnet/evolith-core-domain; this
package only adjusts the import ergonomics and version surface.
@beyondnet/evolith-core-domain.TopologyCatalogService, the ruleset
validators) read governance assets from a workspace root; consult the
@beyondnet/evolith-core-domain README for the WORKSPACE_ROOT requirement.Build and test locally with npm run build / npm test. Contributions follow the
repo-root CONTRIBUTING.md.
MIT
FAQs
Shared business logic layer for Evolith — consumed by CLI, MCP Server, and REST API
We found that @beyondnet/evolith-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.