refactor(prompt): structure constraints people/world and harden formatting

chore(diffusion): raise DIFFUSION_CAP to 100
This commit is contained in:
2026-02-14 21:30:57 +08:00
parent e8383570e0
commit 300ed2798f
2 changed files with 117 additions and 32 deletions

View File

@@ -63,7 +63,7 @@ const CONFIG = {
// Post-verification (Cosine Gate)
COSINE_GATE: 0.48, // min cosine(queryVector, stateVector)
SCORE_FLOOR: 0.12, // min finalScore = PPR_normalized × cosine
DIFFUSION_CAP: 80, // max diffused nodes (excluding seeds)
DIFFUSION_CAP: 100, // max diffused nodes (excluding seeds)
};
// ═══════════════════════════════════════════════════════════════════════════