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 templates —
pre-commit-go.shandpre-commit-deno.shin_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.txtremoved.SKIP_MDPLANNER install option — install without mdplanner dependency for core-local setups.
Removed
github package —
pre-push-ci.shhook 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.