# Cron Job: pirate-vault-analyzer

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

Here are the latest statistics from your Obsidian vault at `~/obsidian-vault/Pirate-Campain`:

## Overall Statistics

| Metric | Count |
|--------|-------|
| **Total Notes** | 154 |
| **Total Words** | 95,103 |
| **Total Links** | 653 |
| **Total Tags** | 350 |
| **Avg Words / Note** | 617 |
| **Avg Links / Note** | 4 |
| **Unique Tags** | 186 |

## Top Tags

| 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 |

## Orphaned Notes

There are **131 orphaned notes** (notes with no incoming links). Most are structured content that likely serve as sources rather than destinations:
- Quick reference sheets (`0-Quick-Rules/`)
- Chapter story files (`2-World/Story/`)
- Templates (`4-Tools/Templates/`)
- Ship tiers (`3-Ships/`)
- Adventure & quest files (`2-World/Adventures/`, `9-Quests/`)
- Factions, items, locations, monsters, spells (`6-Rules/`)
- Idea & reference docs (`5-Ideas/`, `7-Reference/`, `8-Handouts/`)

## Broken Links

There are **36 broken links** across the vault. Key issues:
- **Dashboard** links to `2-World/Adventures/` and `2-World/NPCs/` (folder links without index files)
- **Multiple references** to `The Displaced (Faction)` (no such note exists)
- **Template placeholders** in `Adventure.md` (`[[{{related1}}]]`, `[[{{related2}}]]`)
- **Website/Ideas notes** linking to non-existent notes like `Sea Encounter Generator`, `Crew & Ship Mood`, `Current Ship`
- **Firearms** item links to `Firearms & Powder Rules` (missing)
- **Port Veridian** links to `The Sahuagin — The Salt-Tribes` (missing)
- **Monsters** like `Ghost` linking to `_Related note_` (placeholder)
- **Session Zero** links to `Adventures/Session 1 — The Awakening` (missing)
- **Crew & Morale / Ship Log** linking to `Daily Event Roller` (missing)

---

The vault is very well-populated at **95k words**, but the high orphan count is expected given the structured/reference-heavy layout. The **36 broken links** are the main actionable items, mostly stemming from renamed/missing notes and template placeholders.
