From 5e4f21305c7ceed994b618b1c2ba8725fef5c018 Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 2 Feb 2026 06:13:05 +0000 Subject: [PATCH] feat(help): Help system implementation (#179) * feat(help): batch implementation placeholder Co-Authored-By: Claude Opus 4.5 * fix(updater): resolve PkgVersion duplicate declaration Remove var PkgVersion from updater.go since go generate creates const PkgVersion in version.go. Track version.go in git to ensure builds work without running go generate first. Co-Authored-By: Claude Opus 4.5 * style: fix formatting in internal/variants Co-Authored-By: Claude Opus 4.5 * feat(help): add CLI help command Adds internal/cmd/help which provides enhanced help functionality. Co-Authored-By: Claude Opus 4.5 * feat(help): add catalog for managing help topics Co-Authored-By: Claude Opus 4.5 * refactor(io): simplify local Medium implementation Rewrote to match the simpler TypeScript pattern: - path() sanitizes and returns string directly - Each method calls path() once - No complex symlink validation - Less code, less attack surface Co-Authored-By: Claude Opus 4.5 --------- Co-authored-by: Claude Opus 4.5