# Cron Job: pirate-vault-analyzer

**Job ID:** 6b7d6e716d1c
**Run Time:** 2026-07-17 09:00:38
**Schedule:** 0 9 * * *

## Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

Run vault analyzer on Pirate Campaign vault and report statistics. Navigate to ~/obsidian-vault/Pirate-Campain and run: python3 scripts/analyzer.py --all

## Response

**Pirate Campaign Vault — Analysis Report**

### Core Statistics
| Metric | Value |
|--------|-------|
| Total notes | 113 |
| Total words | 48,373 |
| Total links | 460 |
| Total tags | 220 |
| Avg words / note | 428 |
| Avg links / note | 4 |
| Unique tags | 118 |

### Top Tags
- **#homebrew**: 13
- **#npc**: 11
- **#item**: 11
- **#pirate-campaign**: 11
- **#attuned**: 7
- **#worldbuilding**: 6
- **#dm-reference**: 6
- **#rare**: 6

### Orphaned Notes: 93
A large majority of the vault is unlinked. Key orphaned sections include:
- Nearly all **Adventures** (The Convergence End, The Dragon Turtle Deal, The Drowned King, etc.)
- All **Ship tiers** (Keelboat through Galley)
- All **Templates** (Adventure, Faction, Item, Location, Monster, Session, Spell)
- The **Ideas** folder entirely
- Most **Rules** sub-folders: Factions, Items, Locations, Monsters, Spells, Systems, Worldbuilding
- Index files across nearly every folder

### Broken Links: 47
Notable broken links by area:
- **Dashboard** → empty `[[2-World/Adventures/]]`, `[[2-World/NPCs/]]`, `[[3-Ships/]]`
- **Ideas/Website-Campaign-Ideas** → multiple missing `_Index` and folder links
- **Factions/Locations/Monsters** → `[[The Displaced (Faction)]]` referenced but missing
- **Handouts _Index** → all 6 handout templates missing
- **Templates** → `[[{{related1}}]]`, `[[{{related2}}]]` (unresolved template variables)
- **Reference _Index** → all reference topic links broken
- **NPCs _Index** → `[[${l.path}]]` (template variable leak)

### Summary
The vault is substantial at ~48K words, but **82% of notes are orphaned** and **47 broken links** suggest significant maintenance debt. The main link structure lives in the Dashboard and a handful of index files, while the bulk of content in Adventures, Rules, and Ideas sits disconnected.
