Fix: Move mission artifacts out of .claude/ directory
Nelson mission artifacts (captain's logs, quarterdeck reports, damage reports, turnover briefs) are now stored in .nelson/missions/ at the project root instead of .claude/nelson/missions/.
Why
The .claude/ directory is protected in Claude Code — writing to it triggers permission prompts even in --dangerously-skip-permissions mode, breaking autonomous runs (#45).
What changed
- All artifact paths updated from
.claude/nelson/missions/→.nelson/missions/ .nelson/added to.gitignoreby default- No changes to skill behavior — only the storage location moved
Upgrading
Re-install to pick up the fix:
/plugin install harrymunro/nelson
Existing missions under .claude/nelson/missions/ are not migrated automatically. New missions will use the .nelson/missions/ path.