Propagate staleness from a changed note through the Brain Dependency Graph - shows which downstream notes need review
When a note is substantially edited, this skill computes which downstream notes may be stale and need review. Uses the Brain Dependency Graph's staleness propagation engine with edge-type decay, distance decay, and hub dampening.
| Source | Location | Read | Write | Description |
|---|---|---|---|---|
| Enrichments | resources/brain-graph/data/graph_enrichments.json | ✓ | ✓ | Updated staleness scores |
| LBS Graph | resources/local-brain-search/data/brain_graph.pkl | ✓ | NetworkX graph |
cd resources/brain-graph
../local-brain-search/venv/bin/python cli.py propagate "<NOTE_NAME>"
Optional: specify change magnitude (0.0-1.0) for partial changes:
../local-brain-search/venv/bin/python cli.py propagate "<NOTE_NAME>" --magnitude 0.5
Show the user which notes are flagged for review, sorted by staleness score.
For each affected note, explain:
If the user wants details on any affected note:
../local-brain-search/venv/bin/python cli.py inspect "<NOTE_NAME>"