一键导入
reweave
Update older notes with context from newer ones. The backward pass that keeps the knowledge graph current.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update older notes with context from newer ones. The backward pass that keeps the knowledge graph current.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a new knowledge domain to an existing vault. Creates domain-specific MOCs, templates, and vocabulary mappings.
Research-backed vault evolution guidance. Toggle features (self-space, semantic search), rebalance MOCs, adjust dimensions with full rationale.
Query the Ars Contexta research methodology. Answers 'why does my system do X?' with research-backed explanations from 249 interconnected claims.
Analyze the vault's knowledge graph. Subcommands: orphans, density, bridges, synthesis, traverse, clusters, stats.
Run vault health diagnostics. 3 modes: quick (schema+orphans+links), full (all 8 categories), three-space (boundary violations).
Contextual guidance and command discovery. Shows available skills, agents, and intelligent suggestions based on vault state.
| name | reweave |
| description | Update older notes with context from newer ones. The backward pass that keeps the knowledge graph current. |
| tags | ["processing","connections","pipeline"] |
Delegates to: @ars-contexta:processor
Invoke this skill to run the backward pass: updating older notes with links to newer notes that connect to them. Typically follows the reflect phase.
<note> — run the backward pass for connections originating from a specific noterecent — process backward links for all notes connected during the last reflect run (default)If no argument is provided, use recent.
What reweave solves The reflect phase adds outgoing links from new notes to existing ones. But the older notes don't yet know about the newer notes. Reweave closes this gap: if note A now links to older note B, note B should also link back to note A. Without this backward pass, the knowledge graph becomes directionally biased toward older material.
Runtime configuration
Read ops/derivation-manifest.md for vocabulary. Read ops/queue/ for the list of notes that were connected during the most recent reflect phase.
For each recently connected note:
Identify all older notes it links to via its Relevant Notes section
For each older note:
- [[{newer note}]] — {inverse relationship type}: {why it relates}
Use the inverse of the forward relationship type (e.g., if the new note "extends" the old one, the old note is "extended by" the new one)MOC rebalancing check After adding backward links, check whether any MOC now has an imbalanced member count:
ops/queue/moc-rebalancing.md but do not restructure automatically — delegate to @ars-contexta:vault-architect if rebalancing is needed.Output Report: older notes updated, backward links added, descriptions updated, MOC rebalancing flags raised.