github Aspegio/nelson v1.6.1

latest releases: v2.4.0, v2.3.0, v2.2.4...
3 months ago

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 .gitignore by 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.

Don't miss a new nelson release

NewReleases is sending notifications on new releases.