No description
New command: `poc-memory triangle-close [MIN_DEG] [SIM] [MAX_PER_HUB]` For each node above min_degree, finds pairs of its neighbors that aren't directly connected and have text similarity above threshold. Links them. This turns hub-spoke patterns into triangles, directly improving clustering coefficient and schema fit. First run results (default params: deg≥5, sim≥0.3, max 10/hub): - 636 hubs processed, 5046 lateral links added - cc: 0.14 → 0.46 (target: high) - fit: 0.09 → 0.32 (target ≥0.2) - σ: 56.9 → 84.4 (small-world coefficient improved) Also fixes separator agent prompt: truncate interference pairs to batch count (was including all 1114 pairs = 1.3M chars). |
||
|---|---|---|
| prompts | ||
| schema | ||
| scripts | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||