From 7cc52f75bd78eb3c3a167362c84784c0369099ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:08:49 +0000 Subject: [PATCH] Rename fibonacciCoherenceBoost to applyFibonacciWeightedBoost Co-authored-by: toolate28 <105518313+toolate28@users.noreply.github.com> --- packages/quantum-ethics/src/vortex-wavespec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/quantum-ethics/src/vortex-wavespec.ts b/packages/quantum-ethics/src/vortex-wavespec.ts index 77fc509..5ff5cbe 100644 --- a/packages/quantum-ethics/src/vortex-wavespec.ts +++ b/packages/quantum-ethics/src/vortex-wavespec.ts @@ -369,9 +369,9 @@ export function formatVortexReport(result: VortexResult): string { } /** - * Calculate Fibonacci-weighted coherence boost + * Apply Fibonacci-weighted boost to coherence score */ -export function fibonacciCoherenceBoost( +export function applyFibonacciWeightedBoost( baseCoherence: number, iteration: number, ): number {