원클릭으로
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.