clay: rio handoff conversation patterns #3232

Closed
m3taversal wants to merge 4 commits from clay/rio-handoff-conversation-patterns into main
Showing only changes of commit d3a13bf9e9 - Show all commits

View file

@ -13,7 +13,7 @@ a dashboard JSON.
**Data source:** All `.md` files in `domains/`, `core/`, `foundations/`
**Algorithm:**
1. For each claim file, extract all `[[wiki links]]` via regex: `\[\[([^\]]+)\]\]`
1. For each claim file, extract all `wiki links` via regex: `\[\[([^\]]+)\]\]`
2. For each link target, resolve to a file path and read its `domain:` frontmatter
3. Compare link target domain to source file domain
4. Calculate: `cross_domain_links / total_links` per domain and overall
@ -191,7 +191,7 @@ All five vital signs benefit from a pre-computed index:
}
```
**Build script:** Parse all `.md` files with `type: claim` frontmatter. Extract title (first `# ` heading), domain, confidence, created, and all `[[wiki links]]`. Resolve links bidirectionally.
**Build script:** Parse all `.md` files with `type: claim` frontmatter. Extract title (first `# ` heading), domain, confidence, created, and all `wiki links`. Resolve links bidirectionally.
### Dashboard aggregation