Skip to content

v6.167.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 04:07
· 50 commits to main since this release

[v6.167.0] 2026-09-03 Release v6.167.0

Added & Enhanced

  • Modular Lowercase Documentation Architecture (docs/commands/):

    • Reorganized the entire command catalog from monolithic files into 15 domain-specific subdirectories (agy/, db/, find-duplicates/, vscode/, chrome/, cloning/, git-ops/, release/, navigation/, schedule/, cluster/, templates/, data/, automation/, utilities/).
    • Standardized all documentation markdown paths and file names to lowercase (readme.md, ls.md, remove-projects-with-empty-conversations.md, etc.).
    • Embedded high-resolution animated vector SVG terminal recordings in docs/assets/ showcasing realistic terminal interactions, typing, and colored tabular outputs.
    • Linked the subcommands hub prominently from root readme.md.
  • Comprehensive Flag Tables & Real-World Examples:

    • Enriched all command reference documentation with detailed flag tables (Flag, Shorthand, Default, Description).
    • Authored actionable, copy-pasteable runnable command examples covering every single flag (e.g. --missing, --active, --sort, --filter, --json, --except, --dry-run, --yes, --safe-pull, --fix, --delete, --create-remote).
  • .lovable AI Agent System Architecture Mapping:

    • Created .lovable/folder-structure.md formalizing the relationship between the codebase, canonical specifications (spec/), user documentation (docs/commands/), and .lovable/ AI cognitive workspaces (plans/, memory/, coding-guidelines/, prompts/).

Release Info

Field Value
Version v6.167.0
Commit 784f27661b
Branch release/v6.167.0
Build Date 2026-09-03 04:11:04 UTC
Go Version go1.25.0

Checksums (SHA256)

ad760e2120ea289f68f1944ead1834fcc09df99b7749d78fd7439bbc5ebd4285  docs-site.zip
ccb3b64c46309ce5ffb0936acc5dd5c95d995975d1c305a2a188cc6e41cd5d34  gitmap-updater-v6.167.0-darwin-amd64.tar.gz
7492afdeea6172fc19c59ac3c00b5c9f4c826119f657efb873565936f9798718  gitmap-updater-v6.167.0-darwin-arm64.tar.gz
c4bbca05e0b72a6b97bfae4b98d8c27df6f57c6978a49ea29cda0ed6b0bd84b0  gitmap-updater-v6.167.0-linux-amd64.tar.gz
89b0f62e7e414a59643a5c487df8307f80e5215ef41c980e422a4b64a0e8edb1  gitmap-updater-v6.167.0-linux-arm64.tar.gz
116b9284276a0c629827b61d69f9232285ae423bcfc74a8a0f317eb92e26a330  gitmap-updater-v6.167.0-windows-amd64.zip
e5a15734ab2934a9045f9e3a975d7c0be264cc4e438c5a6327877173fdd581d9  gitmap-updater-v6.167.0-windows-arm64.zip
ecfbfa8aaaa4b72297fd97880ad02f85cf0c2ff39cfb7ac16298e8340f1dad2f  gitmap-v6.167.0-darwin-amd64.tar.gz
ad55be21a775488149761ad3f20e750463824e8664f2e4ec77504aefe98b9667  gitmap-v6.167.0-darwin-arm64.tar.gz
d5d25abf44759cb179a16695385379663eb94f677dfca21c0d7d8e7fe60dca22  gitmap-v6.167.0-linux-amd64.tar.gz
c5e2d35570dccd8b6fbb829726f56a623a150024a8c79765bbf30324ad46d28e  gitmap-v6.167.0-linux-arm64.tar.gz
21d2f2112a219a34bffd6259eaf46878766687bf1429e648af80b7685724f956  gitmap-v6.167.0-windows-amd64.zip
98ea8433fa470b54b59a71decbae7078b128a8430a55b648c1a1dd4bb2fedf3e  gitmap-v6.167.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

irm https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.167.0/install.ps1 | iex

Quick install (Linux / macOS)

curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.167.0/install.sh | bash

Install specific version (generic installer)

irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex
# Or pin this version:
& { $Version = "v6.167.0"; irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex }
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash
# Or pin this version:
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash -s -- --version v6.167.0

Manual download

Download the appropriate archive for your platform from the assets below, extract, and place the binary in your PATH.

Assets

Platform Architecture File
Windows amd64 gitmap-v6.167.0-windows-amd64.zip
Windows arm64 gitmap-v6.167.0-windows-arm64.zip
Linux amd64 gitmap-v6.167.0-linux-amd64.tar.gz
Linux arm64 gitmap-v6.167.0-linux-arm64.tar.gz
macOS amd64 gitmap-v6.167.0-darwin-amd64.tar.gz
macOS arm64 gitmap-v6.167.0-darwin-arm64.tar.gz