# Cron Job: pirate-vault-analyzer

**Job ID:** 6b7d6e716d1c
**Run Time:** 2026-08-02 09:00:58
**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

**Run:** Sunday, August 02, 2026

---

## Vault Statistics

| Metric | Value |
|--------|-------|
| Total notes | **154** |
| Total words | **95,103** |
| Total links | **653** |
| Total tags | **350** (186 unique) |
| Average words per note | **617** |
| Average links per note | **4** |

---

## 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 |
| #player | 4 |
| #factions | 4 |
| #spells | 4 |
| #ship | 4 |

---

## Orphaned Notes: 131

These notes have **no incoming links** from other notes. The full list (truncated here) includes:

- Quick reference sheets: `Crew-Orders-Quick-Ref`, `Firearms-Quick-Ref`, `Naval-Combat-Quick-Ref`, `Ship-Stats-Quick-Ref`
- All 14 story chapters (`Chapter 01 — The Awakening` through `Chapter 14 — The Convergence End`)
- All 5 ship tier templates (`Ship-Tier-1-Keelboat` through `Ship-Tier-5-Galley`)
- All tool templates (`Adventure`, `Faction`, `Item`, `Location`, `Monster`, `Session`, `Spell`)
- Almost all homebrew content under `6-Rules/` (factions, items, locations, monsters, spells, systems, worldbuilding)
- All quest content under `9-Quests/` (dungeons, main quests, one-shots, side quests)
- Session notes and indexes

> **Note:** Many "orphans" are leaf/reference notes that are *supposed* to be browsed via index pages rather than linked inline. This is expected for templates, quick refs, and standalone stat blocks.

---

## Broken Links: 36

The following notes contain links that point to non-existent targets:

| Source Note | 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/Adventures/The Salt-Tribe War.md` | `[[The Displaced (Faction)]]` |
| `2-World/NPCs/_Index.md` | `[[${l.path}]]` (template artifact) |
| `2-World/Story/Chapter 05 — The Salt-Tribe War.md` | `[[The Displaced (Faction)]]` |
| `4-Tools/Templates/Adventure.md` | `[[{{related1}}]]`, `[[{{related2}}]]` (template placeholders) |
| `5-Ideas/Black-Flag-Inspirations.md` | `[[Crew & Ship Mood]]`, `[[Sea Encounter Generator]]` |
| `5-Ideas/Ideas.md` | `[[Sea Encounter Generator]]` |
| `5-Ideas/Website-Campaign-Ideas.md` | `[[Adventures/_Index]]`, `[[Current Ship]]`, `[[Factions/_Index]]`, `[[Items/_Index]]`, `[[Locations/_Index]]`, `[[Monsters/_Index]]`, `[[Ships/Current-Ship]]`, `[[Spells/_Index]]`, `[[Systems/_Index]]` |
| `6-Rules/Factions/The Silver Navy.md` | `[[The Displaced (Faction)]]` |
| `6-Rules/Items/Firearms.md` | `[[Firearms & Powder Rules]]` |
| `6-Rules/Items/Ring of Water Walking.md` | `[[Convergence Shards]]` |
| `6-Rules/Locations/Port Veridian.md` | `[[The Displaced (Faction)]]`, `[[The Sahuagin — The Salt-Tribes]]` |
| `6-Rules/Locations/The Flotilla.md` | `[[The Displaced (Faction)]]` |
| `6-Rules/Monsters/Ghost.md` | `[[_Related note_]]` |
| `6-Rules/Monsters/The Displaced — Broken Refugees.md` | `[[The Displaced (Faction)]]` |
| `6-Rules/Systems/Crew-Roster.md` | `[[Crew & Ship Mood]]` |
| `6-Rules/Systems/Crew-and-Morale.md` | `[[Daily Event Roller]]` |
| `6-Rules/Systems/Daily-Ship-Log.md` | `[[Daily Event Roller]]` |
| `_Index.md` | `[[3-Ships/Ships & Naval Tools]]` |

---

## Summary

- The vault is substantial: **154 notes**, nearly **100K words** of campaign material.
- Link density is healthy at **4 links per note** on average.
- The **orphaned notes count is inflated** by design: templates, quick refs, index pages, and standalone stat blocks are not meant to be heavily interlinked.
- **36 broken links** are the main cleanup target. Most are references to a note called `The Displaced (Faction)` that likely needs to be created or renamed from `The Displaced` under `6-Rules/Factions/`. Template placeholders and a few idea-page drafts also contribute.

**Recommended next step:** Fix the `The Displaced (Faction)` broken links by creating or renaming that faction note, and resolve the template/placeholder links in `4-Tools/Templates/`.
