Full SDK workspace: core, contracts, sdk, cli, browser-host, browser-kit, federation, omega-core, oracle, self-healing, strategies, tools, emacs. Clean extraction from the development monorepo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
297 B
TypeScript
16 lines
297 B
TypeScript
// src/core/commit/index.ts
|
|
// Commit barrier exports
|
|
|
|
export {
|
|
type ObligationNone,
|
|
type ObligationTests,
|
|
type Obligation,
|
|
type CommitGateResult,
|
|
type ApplyRewrite,
|
|
canCommitMeaning,
|
|
commitRewriteMeaning,
|
|
attachTestReport,
|
|
isRegimeAtLeast,
|
|
strictestRegime,
|
|
} from "./commit";
|