v0.2.0: Git-native architecture (#1)
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { CIConfig } from "../types/config.js";
|
||||
import { ArtifactManager } from "./artifacts.js";
|
||||
import { DecisionEngine } from "./decision-engine.js";
|
||||
|
||||
export interface RetryConfig {
|
||||
max_retries: number;
|
||||
@@ -69,8 +67,6 @@ export class ErrorRecovery {
|
||||
}
|
||||
|
||||
async rollback(phase: number, reason: string): Promise<RecoveryResult> {
|
||||
const artifactManager = new ArtifactManager(this.projectPath);
|
||||
|
||||
return {
|
||||
recovered: true,
|
||||
strategy: "rollback",
|
||||
|
||||
Reference in New Issue
Block a user