agents: use composite sort for linker and organize queries
linker: sort:isolation*0.7+recency(linker)*0.3 Prioritizes nodes in isolated communities that haven't been linked recently. Bridges poorly-connected clusters into the main graph. organize: sort:degree*0.5+isolation*0.3+recency(organize)*0.2 Prioritizes high-degree hubs in isolated clusters that haven't been organized recently. Structural work where it matters most. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3a45b6144e
commit
f4599d0379
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{"agent":"linker","query":"all | not-visited:linker,7d | sort:priority | limit:5","model":"sonnet","schedule":"daily","tools":["Bash(poc-memory:*)"]}
|
||||
{"agent":"linker","query":"all | not-visited:linker,7d | sort:isolation*0.7+recency(linker)*0.3 | limit:5","model":"sonnet","schedule":"daily","tools":["Bash(poc-memory:*)"]}
|
||||
|
||||
# Linker Agent — Relational Binding
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue