Added

  • core v2.0.0 — lowered context handoff threshold from 90% to 80%, removed commit-validator hook.

  • core-local v2.0.0 — same changes as core v2.0.0 for the offline variant.

  • Pre-commit hook templatespre-commit-go.sh and pre-commit-deno.sh in _templates_/.

  • Marketplace versioning — registry supports multiple versions of the same package side by side.

  • Version via ldflags — binary version is now embedded at build time, version.txt removed.

  • SKIP_MDPLANNER install option — install without mdplanner dependency for core-local setups.

Removed

  • github packagepre-push-ci.sh hook removed (Claude hooks intercepting git commands are unreliable).

  • commit-validator hook — removed from core v2.0.0 and core-local v2.0.0 for the same reason.

  • version.txt — replaced by ldflags-based versioning.

Changed

  • .claude/ directory added to .gitignore.

  • File permissions restored to 644 for non-executable files.