feat: CISandbox v1.0.0 — Interactive CI Pipeline Debugger with Local Env Sync

This commit is contained in:
Bun Bun
2026-06-16 06:24:19 +00:00
commit af0d21c025
45 changed files with 4584 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
export { parseWorkflow, listJobs, pickJob, normalizeRunsOn } from './parser.js';
export { DockerManager } from './docker.js';
export { runInteractive } from './runner.js';
export type {
Workflow,
Job,
Step,
StepResult,
RunContext,
RunnerOptions,
DockerExecResult,
} from './types.js';