v6.175.0
[v6.175.0] 2026-09-04 Release v6.175.0
Install GitMap v6.175.0
To pin your repository to this exact version, run the following one-liner:
Unix/Bash: curl -sL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/v6.175.0/install.sh | bash -s -- ".lovable/prompts" "v6.175.0"
PowerShell: Invoke-WebRequest -Uri https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/v6.175.0/install.ps1 -OutFile install.ps1; .\install.ps1 -TargetDir ".lovable/prompts" -Version "v6.175.0"
Added / Changed / Fixed / Removed
- Added gitmap agy pin-projects command suite (ls, add, rm, --json, --all) to pin, list, and unpin Antigravity projects
- Added --pinned / -p filter flag to gitmap agy ls to quickly inspect pinned projects
- Added first-class dynamic root-level execution for saved macros allowing gitmap directly
- Added root-level macro utility command aliases (macro-list, macro-add, macro-run, macro-record, macro-show, macro-rm)
- Added comprehensive documentation in docs/commands/agy/pin-projects.md and docs/commands/macro.md
- Formatted function signatures, parameter declarations, and invocations across Go codebase to Rule 9a/9b multi-line standards
- Standardized value-based parameter structs (*Params) and eliminated bare void functions across Go domain and service layers
- Enforced universal Result[T] envelope in Go and TypeScript with .IsSuccess(), .IsFailed(), .HasError(), .HasNoError(), and .HasValidError()
- Enforced code hygiene, Unix LF line endings across all files, UTF-8 (no BOM) encoding, and Markdown heading spacing (MD022/MD032)
- Enforced vertical newline styling rules (R13-R16) with blank lines before if, after closing braces, and before return
- Passed all 16 local CI/CD quality gates across 3 sequential batches with 100% green verification (exit code 0)
Release Info
| Field | Value |
|---|---|
| Version | v6.175.0 |
| Commit | 72942fad74 |
| Branch | v6.175.0 |
| Build Date | 2026-09-03 16:49:14 UTC |
| Go Version | go1.25.0 |
Checksums (SHA256)
a29d1ffd0cbbc0d0c254e1b331770670b80768d0d44ba6f2b92491fc4f8b3c31 docs-site.zip
332e8d8c9019058a50c0bcb1c04e78932b8df99863230399d653995143a67b1a gitmap-updater-v6.175.0-darwin-amd64.tar.gz
a7f319cb20bce4c1960d83decbd8f225faa748b73da390ab890112fdbbccc22f gitmap-updater-v6.175.0-darwin-arm64.tar.gz
470a2a0f6420f0ed3a1c34ee3c4509908b4b8db7d162bceef58e8f099a7f0e51 gitmap-updater-v6.175.0-linux-amd64.tar.gz
889847f9a80ab0935c544b8d8dc1dc01864c2faf64b7b001f9ca65f4975af235 gitmap-updater-v6.175.0-linux-arm64.tar.gz
f752b254ab59bb059688ad306f9125da111bad76ffdf96f4e1100a7af1307ae2 gitmap-updater-v6.175.0-windows-amd64.zip
347176cb8e1d031ca5cf597a4a28637ae17d3d38e48790d8e2d3129870276cd1 gitmap-updater-v6.175.0-windows-arm64.zip
38cdbdfe95c10252587aefe03a6097441cd02f7107c9ef5d71d67a6e9d22b801 gitmap-v6.175.0-darwin-amd64.tar.gz
da0afe421999f28a6c9c96b680897f977ecc6d2294d8d76c7158f5fd9d597ee7 gitmap-v6.175.0-darwin-arm64.tar.gz
4c3b46a40fe85dac69bea4b06add8d1a384854e957275a99cd53d15a10ee0642 gitmap-v6.175.0-linux-amd64.tar.gz
dfc6c5eb5881045b1952aaea20a27f071c9255c92b007be09de2eede2d14ad1b gitmap-v6.175.0-linux-arm64.tar.gz
b0fc2ee1cb95d63a92610ec5c4d9526d8c5cc4830f73f6de40a670e9691e4814 gitmap-v6.175.0-windows-amd64.zip
41f41af97cc3652b3d37d6b747c823e1daee38e4f77721c643ba8918e0ecf10a gitmap-v6.175.0-windows-arm64.zip
Install
Quick install (Windows PowerShell)
irm https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.175.0/install.ps1 | iexQuick install (Linux / macOS)
curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.175.0/install.sh | bashInstall specific version (generic installer)
irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex
# Or pin this version:
& { $Version = "v6.175.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.175.0Manual 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.175.0-windows-amd64.zip |
| Windows | arm64 | gitmap-v6.175.0-windows-arm64.zip |
| Linux | amd64 | gitmap-v6.175.0-linux-amd64.tar.gz |
| Linux | arm64 | gitmap-v6.175.0-linux-arm64.tar.gz |
| macOS | amd64 | gitmap-v6.175.0-darwin-amd64.tar.gz |
| macOS | arm64 | gitmap-v6.175.0-darwin-arm64.tar.gz |