Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reviews:
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "DO NOT REVIEW"
1 change: 0 additions & 1 deletion .github/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: "CodeQL Config"
# Scan only active project directories; ignore legacy, build artifacts, and test files
paths:
- 'Cyrano'
- 'Labs/Potemkin'
- 'apps/lexfiat'
- 'apps/arkiver'
- 'docs'
Expand Down
7 changes: 0 additions & 7 deletions Cyrano/src/engines/base-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,11 +710,4 @@ export abstract class BaseEngine {
}


}
}
}
}
}
}
}
}
8 changes: 1 addition & 7 deletions Cyrano/src/engines/forecast/forecast-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,4 @@ export class ForecastEngine extends BaseEngine {
}

// Export singleton instance
export const forecastEngine = new ForecastEngine();


}
}
}
}
export const forecastEngine = new ForecastEngine();
9 changes: 1 addition & 8 deletions Cyrano/src/engines/goodcounsel/goodcounsel-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,11 +550,4 @@ export class GoodcounselEngine extends BaseEngine {
}

// Export singleton instance
export const goodcounselEngine = new GoodcounselEngine();

}
}
}
}
}
}
export const goodcounselEngine = new GoodcounselEngine();
5 changes: 0 additions & 5 deletions Cyrano/src/engines/mae/mae-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1910,9 +1910,4 @@ export class MaeEngine extends BaseEngine {
// Export singleton instance
export const maeEngine = new MaeEngine();

}
}
}
}
}
}
9 changes: 0 additions & 9 deletions Cyrano/src/engines/mae/tools/ai-orchestrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,15 +549,6 @@ export const aiOrchestrator = new (class extends BaseTool {
return 'low';
}
})();

)
}
}
}
}
)
}
}
}
}
)
Expand Down
5 changes: 0 additions & 5 deletions Cyrano/src/engines/potemkin/potemkin-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,4 @@ export class PotemkinEngine extends BaseEngine {
// Export singleton instance
export const potemkinEngine = new PotemkinEngine();

}
}
}
}
}
}
5 changes: 0 additions & 5 deletions Cyrano/src/integrations/clio-oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,4 @@ class OAuthStateStore {
// Singleton state store
export const oauthStateStore = new OAuthStateStore();

}
}
}
}
}
}
8 changes: 0 additions & 8 deletions Cyrano/src/mcp-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,12 +582,4 @@ export { CyranoMCPServer };
if (import.meta.url === `file://${process.argv[1]}`) {
const server = new CyranoMCPServer();
server.run().catch(console.error);
}

}
}
}
}
)
)
}
5 changes: 0 additions & 5 deletions Cyrano/src/middleware/matter-isolation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,4 @@ export function extractMatterId(data: any): string | null {
return data.matterId || data.matter_id || data.matter?.id || null;
}
return null;
}

}
}
}
}
11 changes: 0 additions & 11 deletions Cyrano/src/middleware/mcp-security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,5 @@ export function logScopeElevation(
{ fromScopes, toScopes, reason }
);
}

}
}
}
}
}
)
}
}
}
}
}
)
3 changes: 0 additions & 3 deletions Cyrano/src/modules/forecast/formulas/qdro-formulas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,4 @@ export function calculateQDRO(input: QDROInput): QDROCalculation {
}


}
}
}
}
3 changes: 0 additions & 3 deletions Cyrano/src/modules/forecast/formulas/tax-formulas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,4 @@ export function calculateTax(input: TaxInput): TaxCalculation {
estimatedWithholding: input.estimatedWithholding || 0,
refundOrBalance,
};
}


}
2 changes: 0 additions & 2 deletions Cyrano/src/services/ai-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ export class AIService {
export const aiService = new AIService();


}
}
}
)
}
Expand Down
3 changes: 0 additions & 3 deletions Cyrano/src/services/attorney-verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,4 @@ export function getVerificationRequirement(workProductType: WorkProductType): Ve
*/
export function getReviewIntensity(workProductType: WorkProductType): ReviewIntensity {
return VERIFICATION_REQUIREMENTS[workProductType].intensity;
}

}
}
1 change: 0 additions & 1 deletion Cyrano/src/services/encryption-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export const encryption = {
};


}
}
)
}
Expand Down
3 changes: 0 additions & 3 deletions Cyrano/src/services/legal-research-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,3 @@ export class LegalResearchService {
};
}
return null;
}
}

4 changes: 1 addition & 3 deletions Cyrano/src/services/mcr-compliance-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,4 @@ export class MCRComplianceService {
}

// Export singleton instance
export const mcrComplianceService = new MCRComplianceService();

}
export const mcrComplianceService = new MCRComplianceService();
3 changes: 0 additions & 3 deletions Cyrano/src/services/micourt-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,4 @@ export class MiCourtService {
}
}

}
}
}
}
1 change: 0 additions & 1 deletion Cyrano/src/services/rag-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,5 +495,4 @@ export class RAGService {
}
}

}
}
11 changes: 1 addition & 10 deletions Cyrano/src/services/sensitive-data-encryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,4 @@ export function decryptSensitiveFields<T extends Record<string, any>>(data: T):
}

return decrypted as T;
}

}
)
}
)
}
)
}
)
}
2 changes: 1 addition & 1 deletion Cyrano/src/services/time-estimation-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Events (indexed):\n${events.map((e, i) => `${i}. [${e.source}] ${e.description |
}

return events;
}

private findNormative(ruleSet: NormativeRule[] | undefined, task: string): number | undefined {
if (!ruleSet) return undefined;
Expand Down Expand Up @@ -310,7 +311,6 @@ Events (indexed):\n${events.map((e, i) => `${i}. [${e.source}] ${e.description |
}
}

}
}
)
}
7 changes: 0 additions & 7 deletions Cyrano/src/skills/skill-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,4 @@ export class SkillLoader {
}
return results;
}
}


}
}
}
}
}
10 changes: 3 additions & 7 deletions Cyrano/src/tools/arkiver-integrity-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,10 @@ export class ArkiverIntegrityTestTool extends BaseTool {
`Integrity test failed: ${error instanceof Error ? error.message : String(error)}`
);
}
export const arkiverIntegrityTestTool = new ArkiverIntegrityTestTool();


}
}
}
}
}
)

export const arkiverIntegrityTestTool = new ArkiverIntegrityTestTool();
}
}
)
Expand Down
11 changes: 1 addition & 10 deletions Cyrano/src/tools/calendar-artifact-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,4 @@ export const calendarArtifactCollector = new (class extends BaseTool {
);
}
}
})();

)
}
}
}
}
}
}
}
})();
5 changes: 1 addition & 4 deletions Cyrano/src/tools/chronometric-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,4 @@ export const chronometricModuleTool = new (class extends BaseTool {
);
}
}
})();

)
}
})();
13 changes: 1 addition & 12 deletions Cyrano/src/tools/cyrano-pathfinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,17 +572,6 @@ Current mode: ${mode === 'execute' ? 'EXECUTE (can call tools)' : 'GUIDE (Q&A on

return stats;
}
}();

)
}
}
}
}
)
)
}
}
}
})();
}
)
7 changes: 1 addition & 6 deletions Cyrano/src/tools/document-artifact-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,4 @@ export const documentArtifactCollector = new (class extends BaseTool {
if (lower.includes('filing') || lower.includes('filed')) return 'filing';
return 'other';
}
})();

)
}
}
}
})();
11 changes: 0 additions & 11 deletions Cyrano/src/tools/document-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,17 +750,6 @@ export const documentProcessor: BaseTool = new (class extends BaseTool {
};
}
})();


)
}
}
}
}
}
}
}
}
}
}
}
Expand Down
10 changes: 0 additions & 10 deletions Cyrano/src/tools/dupe-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,6 @@ export const dupeCheck = new (class extends BaseTool {
}
}
})();

)
}
}
}
}
)
}
)
}
}
}
}
Expand Down
Loading