edc437cdd8
Co-authored-by: Codex <codex@noreply.local>
8 lines
352 B
TypeScript
8 lines
352 B
TypeScript
// 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";
|