# Cron Job: pirate-vault-analyzer

**Job ID:** 6b7d6e716d1c
**Run Time:** 2026-08-01 09:01:08
**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 Statistics Report**

---

### Overall Scale
- **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 (by usage)
| 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 |

186 unique tags in total.

---

### Orphaned Notes: 131
Most of these are **intentional** — they are top-level entries, story chapters, templates, tools, indices, and DM reference docs that exist as reference material rather than being heavily cross-linked. Examples include all quick-reference sheets, the 14 story chapters, ship tier docs, templates, indices across most folders, and the session notes.

**Notable orphans that may warrant incoming links:**
- Story chapters (`Chapter 01-14`) — these are central narrative pillars but are not linked *to* by other notes (only link *from* themselves). Consider linking from a main story arc overview.
- Adventure entries (`The Convergence End`, `The Dragon Turtle Deal`, etc.) — same pattern: they reference out but nothing references in.

---

### Broken Links: 36
Several categories of dead links detected:

**Template placeholders (safe/expected):**
- `4-Tools/Templates/Adventure.md` -> `[[{{related1}}]]`, `[[{{related2}}]]`
- `2-World/NPCs/_Index.md` -> `[[${l.path}]]` (looks like a templating artifact)

**Stale references to renamed/moved notes:**
- `The Displaced (Faction)` — referenced from 5 notes but appears the actual note has a different name (possibly just `The Displaced` under Factions)
- `Crew & Ship Mood` -> `Crew-and-Morale` / `Daily-Ship-Log`
- `Firearms & Powder Rules` vs `Firearms-&-Powder-Rules`
- `Sea Encounter Generator` — referenced in Ideas but not found
- `Convergence Shards` vs `Convergence Shard`
- `_Related note_` — placeholder in Ghost.md

**Dashboard broken paths:**
- `1-Campaign/Dashboard.md` links to `[[2-World/Adventures/]]`, `[[2-World/NPCs/]]`, `[[3-Ships/]]` (directory-only links, missing the index note name)

**Website/Ideas folder outdated paths:**
- `Website-Campaign-Ideas.md` has multiple broken links to `Adventures/_Index`, `Current Ship`, `Factions/_Index`, `Items/_Index`, etc. — likely from an older folder structure before the current numbering system.

---

### Summary
The vault is **substantial** (~95K words across 154 notes) and actively linked (653 total, avg 4/note). The high orphan count is structural (indices, templates, standalone chapters) rather than a cleanliness issue. The 36 broken links are mostly **low-hanging fixes** — template placeholders, folder-level links, and a handful of renamed notes (especially `The Displaced (Faction)` and `Sea Encounter Generator`). The `5-Ideas/` and `Website-Campaign-Ideas.md` files carry the most outdated references and may benefit from a cleanup pass.
