# Cron Job: pirate-vault-analyzer

**Job ID:** 6b7d6e716d1c
**Run Time:** 2026-07-26 09:00:55
**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

### Vault Overview
- **Total notes:** 154
- **Total words:** 95,103
- **Total links:** 653
- **Total tags:** 350
- **Average words per note:** 617
- **Average links per note:** 4

### Top Tags (186 unique)
| Tag | Count |
|---|---|
| #chapter | 14 |
| #homebrew | 13 |
| #npc | 11 |
| #item | 11 |
| #pirate-campaign | 11 |
| #dm-reference | 7 |
| #attuned | 7 |
| #rare | 6 |
| #naval | 5 |
| #worldbuilding | 5 |
| #arc-3 | 5 |
| #player | 4 |
| #factions | 4 |
| #spells | 4 |
| #ship | 4 |
| #arc-2 | 4 |
| #session-zero | 4 |

### Orphaned Notes
**131 notes** are orphaned (not linked to by any other note). Full list included in raw output. Highlights include:
- All quick rule references (`Crew-Orders`, `Firearms`, `Morale`, `Naval-Combat`, `Ship-Stats`)
- All 14 story chapters
- All adventure hooks
- All ship tier templates
- All tool templates
- All idea notes
- All faction, item, location, monster, spell, and system rule files
- All reference and handout indexes
- Quests (main, side, one-shots, dungeons)

### Broken Links
**36 broken links** detected across these files:
| Source | Broken Link |
|---|---|
| `1-Campaign/Dashboard.md` | `[[2-World/Adventures/]]` |
| `1-Campaign/Dashboard.md` | `[[2-World/NPCs/]]` |
| `1-Campaign/Dashboard.md` | `[[3-Ships/]]` |
| `1-Campaign/Session-Zero-Game-Plan.md` | `[[Adventures/Session 1 — The Awakening]]` |
| `2-World/NPCs/_Index.md` | `[[${l.path}]]` (template variable leak) |
| `4-Tools/Templates/Adventure.md` | `[[{{related1}}]]`, `[[{{related2}}]]` |
| `5-Ideas/*` | Multiple uncreated index and tool links |
| `6-Rules/*` | Faction/item/location links to `The Displaced (Faction)` and others |
| `_Index.md` | `[[3-Ships/Ships & Naval Tools]]` |

### Observations
- The vault is **heavily orphaned**: 131 of 154 notes (85%) have zero incoming links. This is expected for a content repository with many reference files.
- **Broken links** are concentrated in dashboard/template files pointing to folders or unreleased notes, plus a template variable leak in `NPCs/_Index.md`.
- Tagging is healthy with 186 unique tags, though `#the` (3) suggests some accidental tags from prose.
- Word count is substantial at ~95k words, averaging 617 words per note.
