// SPEC: PJ2026-010606 GitHub入口 draft-2026-06-25-gh-split // Compatibility entry for the split GitHub CLI implementation. export { commanderBriefDiff } from "./gh/body-profiles"; export { ghHelp, ghScopedHelp } from "./gh/help"; export { runGhCommand } from "./gh/index"; export type { CommanderBriefDiff, GitHubCommandResult } from "./gh/types";