Releases: arc-framework/arc-cli
Release list
v0.2.7
A.R.C. CLI v0.2.7
Release Date: 2026-03-10T22:48:04Z
🚀 Quick Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/
arc versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/
arc versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/
arc versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_windows_amd64.zip" -OutFile arc.zip
Expand-Archive arc.zip
# Move arc.exe to a folder in your PATHChangelog
Bug Fixes
Other Changes
Full Changelog: v0.2.6...v0.2.7
🚧 Feature Release - 020-pre-release
🚧 A.R.C. CLI Feature Build v0.0.0-020-pre-release+46d45e5
Build Date: 2026-03-10T22:23:34Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+46d45e5/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+46d45e5/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+46d45e5/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+46d45e5/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- 4c2710c: feat(ui): add new themes and enhance config overview (dgtalbug dgtalbug@gmail.com)
- 34d3253: feat(workspace): add down and nuke commands (dgtalbug dgtalbug@gmail.com)
- 54543c7: feat: 019 view design (#59) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 251e034: feat: Add new commands to workspace and enhance OpenTelemetry Collector configuration (dgtalbug dgtalbug@gmail.com)
- 0a9cefc: feat: Enhance release workflows with secret inheritance and add tag release job (dgtalbug dgtalbug@gmail.com)
- 9a75049: feat: Implement workspace subsystem rewrite with embedded profiles.yaml and service resolution (dgtalbug dgtalbug@gmail.com)
- d1c1b75: feat: Update service references from arc-persistence to arc-sql-db across configuration and tests (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- df9db32: feat: enhance profile selection UI with split-screen layout and emoji support (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- 5d7915c: fix(workspace): resolve err shadowing in down and nuke commands (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix: improve error handling for message writing in service methods (dgtalbug dgtalbug@gmail.com)
- bc8c342: fix: remove unnecessary blank line in collectInfo function (dgtalbug dgtalbug@gmail.com)
- b140ec8: fix: simplify ou...
🚧 Feature Release - 020-pre-release
🚧 A.R.C. CLI Feature Build v0.0.0-020-pre-release+3225444
Build Date: 2026-03-10T22:25:00Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+3225444/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+3225444/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+3225444/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-020-pre-release+3225444/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- 4c2710c: feat(ui): add new themes and enhance config overview (dgtalbug dgtalbug@gmail.com)
- 34d3253: feat(workspace): add down and nuke commands (dgtalbug dgtalbug@gmail.com)
- 54543c7: feat: 019 view design (#59) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 251e034: feat: Add new commands to workspace and enhance OpenTelemetry Collector configuration (dgtalbug dgtalbug@gmail.com)
- 0a9cefc: feat: Enhance release workflows with secret inheritance and add tag release job (dgtalbug dgtalbug@gmail.com)
- 9a75049: feat: Implement workspace subsystem rewrite with embedded profiles.yaml and service resolution (dgtalbug dgtalbug@gmail.com)
- d1c1b75: feat: Update service references from arc-persistence to arc-sql-db across configuration and tests (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- df9db32: feat: enhance profile selection UI with split-screen layout and emoji support (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- 5d7915c: fix(workspace): resolve err shadowing in down and nuke commands (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix: improve error handling for message writing in service methods (dgtalbug dgtalbug@gmail.com)
- bc8c342: fix: remove unnecessary blank line in collectInfo function (dgtalbug dgtalbug@gmail.com)
- b140ec8: fix: simplify ou...
🚧 Feature Release - 019-view-design
🚧 A.R.C. CLI Feature Build v0.0.0-019-view-design+653b786
Build Date: 2026-03-09T12:34:09Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+653b786/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+653b786/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+653b786/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+653b786/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- f0641ed: feat(install): enhance installation script to prefer Homebrew on macOS (dgtalbug dgtalbug@gmail.com)
- f3e857d: feat(services): redesign services view with gh-dash search, status icons, and GHCR detail card (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- c4951a5: feat(themes): improve color palettes, add emoji symbols, update profile colors (dgtalbug dgtalbug@gmail.com)
- 90cd0c1: feat: Implement new views and update existing functionality for CLI (dgtalbug dgtalbug@gmail.com)
- af796e7: feat: Implement view redesign for Services, History, Version, and Config (dgtalbug dgtalbug@gmail.com)
- 02a6ddd: feat: Update SplitPane component and refine terminal width handling for views (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- df9db32: feat: enhance profile selection UI with split-screen layout and emoji support (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- f06cbef: fix(ci): bump Go to 1.26 to clear govulncheck CVEs (dgtalbug dgtalbug@gmail.com)
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- e2e2f05: fix(ci): resolve lint and security scan failures (dgtalbug dgtalbug@gmail.com)
- 81ad78f: fix(services): remove unused crossMark constant and improve svcTitleCaser comment (dgtalbug dgtalbug@gmail.com)
- acaad4f: fix(ui): wire ctx.BorderStyle() through all components and views (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix...
🚧 Feature Release - 019-view-design
🚧 A.R.C. CLI Feature Build v0.0.0-019-view-design+27b41e6
Build Date: 2026-03-09T12:36:02Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+27b41e6/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+27b41e6/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+27b41e6/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-019-view-design+27b41e6/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- f0641ed: feat(install): enhance installation script to prefer Homebrew on macOS (dgtalbug dgtalbug@gmail.com)
- f3e857d: feat(services): redesign services view with gh-dash search, status icons, and GHCR detail card (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- c4951a5: feat(themes): improve color palettes, add emoji symbols, update profile colors (dgtalbug dgtalbug@gmail.com)
- 90cd0c1: feat: Implement new views and update existing functionality for CLI (dgtalbug dgtalbug@gmail.com)
- af796e7: feat: Implement view redesign for Services, History, Version, and Config (dgtalbug dgtalbug@gmail.com)
- 02a6ddd: feat: Update SplitPane component and refine terminal width handling for views (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- df9db32: feat: enhance profile selection UI with split-screen layout and emoji support (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- 73034de: fix(ci): bump Go to 1.26 to clear govulncheck CVEs (dgtalbug dgtalbug@gmail.com)
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- 9e54932: fix(ci): resolve lint and security scan failures (dgtalbug dgtalbug@gmail.com)
- 81ad78f: fix(services): remove unused crossMark constant and improve svcTitleCaser comment (dgtalbug dgtalbug@gmail.com)
- acaad4f: fix(ui): wire ctx.BorderStyle() through all components and views (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix...
🚧 Feature Release - 018-ui-design
🚧 A.R.C. CLI Feature Build v0.0.0-018-ui-design+83e817d
Build Date: 2026-03-05T08:18:25Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- 62fd9eb: feat(018): Phase 2 complete - skin switching, 60 golden tests (T041-T047) (dgtalbug dgtalbug@gmail.com)
- b988e3b: feat(018): Phase 3 complete - Dashboard views with real catalog data (T048-T054) (dgtalbug dgtalbug@gmail.com)
- 1d35dd9: feat(018): Phase 4 complete - Full dashboard tabs + workspace/version commands (T055-T062) (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- 55fde3e: feat(ui): implement Home view redesign with 3-column layout and interactive elements (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- df9db32: feat: enhance profile selection UI with split-screen layout and emoji support (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- aafb7fc: fix(018): Hide ServiceDetail from nav bar; add NavHideable interface (dgtalbug dgtalbug@gmail.com)
- bfb88d0: fix(build): update Makefile pkg/ui paths to post-refactor structure (dgtalbug dgtalbug@gmail.com)
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- 51bd99f: fix(tests): resolve failures caused by gh-dash rename and ai profile (dgtalbug dgtalbug@gmail.com)
- ddd4d10: fix(ui): BorderStyle→Border in Card so all 4 sides render (dgtalbug dgtalbug@gmail.com)
- d6e09de: fix(ui): adjust logo alignment and spacing in multiple profile YAML files (dgtalbug dgtalbug@gmail.com)
- c704ce7: fix(ui): apply gh-dash content-height pattern — subtract shell chrome in buildCtx (dgtalbug dgtalbug@gmail.com)
- 50b6256: fix(ui): fix header.go comment whitespace (dgtalbug dgtalbug@gmail.com)
- 697ad21: fix(ui): full-width header/nav/controlbar bars via width param (dgtalbug dgtalbug@gmail.com)
- 506a6fe: fix(ui): simplify header component by removing subtitle and updating related tests (dgtalbug dgtalbug@gmail.com)
- 054c826:...
🚧 Feature Release - main
🚧 A.R.C. CLI Feature Build v0.0.0-main+1f12c8f
Build Date: 2026-02-15T12:03:51Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-main+1f12c8f/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-main+1f12c8f/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-main+1f12c8f/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-main+1f12c8f/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix: improve error handling for message writing in service methods (dgtalbug dgtalbug@gmail.com)
- bc8c342: fix: remove unnecessary blank line in collectInfo function (dgtalbug dgtalbug@gmail.com)
- b140ec8: fix: simplify output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- 93d00ca: fix: update README and tasks documentation to reflect completion of interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 29b4b29: fix: update golangci.yml to correct output format and enhance configuration options (dgtalbug dgtalbug@gmail.com)
- 1e78821: fix: update golangci.yml to correct output format and set version (dgtalbug dgtalbug@gmail.com)
- b17fd7d: fix: update key handling logic in initModel and adjust test expectations (dgtalbug dgtalbug@gmail.com)
- 0992f4c: fix: update output format configuration in golangci.yml to include path specification (dgtalbug dgtalbug@gmail.com)
Other Changes
- fd3ad8a: 001 initial setup (#2) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- ed5d84b: 001 initial setup (#3) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 531bac2: 001 initial setup (#4) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 558e152:...
🚧 Feature Release - 014-profile-init-wizard
🚧 A.R.C. CLI Feature Build v0.0.0-014-profile-init-wizard+2060163
Build Date: 2026-02-15T19:00:10Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- 66194fe: feat: Phase 1 setup for profile integration (Spec 014) (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 99471f0: feat: add spec 014 for profile integration and init wizard (dgtalbug dgtalbug@gmail.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- 16b0ef8: feat: implement Phase 2 foundational layer (T013-T021) (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- 05a8a30: feat: implement profile integration and init wizard (US1-US4) (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix: improve error handling for message writing in service methods (dgtalbug dgtalbug@gmail.com)
- bc8c342: fix: remove unnecessary blank line in collectInfo function (dgtalbug dgtalbug@gmail.com)
- 0066c9d: fix: resolve sync.Once race condition in ProfileContext caching (dgtalbug dgtalbug@gmail.com)
- b140ec8: fix: simplify output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- 93d00ca: fix: update README and tasks documentation to reflect completion of interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 4631e07: fix: update file permission syntax in tests to octal notation (dgtalbug dgtalbug@gmail.com)
- 29b4b29: fix: update golangci.yml to correct output format and enhance configuration options (dgtalbug dgtalbug@gmail.com)
- 1e78821: fix: update golangci.yml to cor...
🚧 Feature Release - 013-profile-tiers
🚧 A.R.C. CLI Feature Build v0.0.0-013-profile-tiers+9c5ada0
Build Date: 2026-02-15T16:31:08Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-013-profile-tiers+9c5ada0/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-013-profile-tiers+9c5ada0/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-013-profile-tiers+9c5ada0/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-013-profile-tiers+9c5ada0/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- fe3769a: feat: add centralized ErrorBox component and UI Service integration (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 890d4b4: feat: add investigation plan for workspace init flow analysis (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 701f3af: feat: add parallel team implementations (Teams A, B, D) (dgtalbug dgtalbug@gmail.com)
- 942bd58: feat: add planning artifacts for ErrorBox component (dgtalbug dgtalbug@gmail.com)
- 8b5cc3c: feat: add planning artifacts for codebase cleanup analysis (dgtalbug dgtalbug@gmail.com)
- 9c380ca: feat: add profile selection step to init wizard (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- c39aec9: feat: complete Spec 011 planning - documentation and validation strategy (dgtalbug dgtalbug@gmail.com)
- 64bdeee: feat: complete profile system implementation (Spec 013) (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- 00bb257: feat: implement Spec 011 - workspace init flow documentation and validation tests (dgtalbug dgtalbug@gmail.com)
- 68dce69: feat: implement profile system with YAML loader and config commands (dgtalbug dgtalbug@gmail.com)
- 4bc2f3d: feat: introduce tier ID constants and improve profile handling (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- cb8ff35: feat: update golangci configuration and reorder imports in service and error files (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix: improve error handling for message writing in service methods (dgtalbug dgtalbug@gmail.com)
- bc8c342: fix: remove unnecessary blank line in collectInfo function (dgtalbug dgtalbug@gmail.com)
- b140ec8: fix: simplify output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- 93d00ca: fix: update README and tasks documentation to reflect completion of interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 29b4b29: fix: update golangci.yml to correct output format and enhance configuration options (dgtalbug dgtalbug@gmail.com)
- 1e78821: fix: update golangci.yml to correct output format and set version (dgtalbug dgtalbug@gmail.com)
- b17fd7d: fix: update key handling logic in initModel and adjust test e...
🚧 Feature Release - 009-service-catalog
🚧 A.R.C. CLI Feature Build v0.0.0-009-service-catalog+c4605ec
Build Date: 2026-02-13T17:01:19Z
📦 Quick Test Installation
macOS (Apple Silicon):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-009-service-catalog+c4605ec/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionmacOS (Intel):
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-009-service-catalog+c4605ec/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionLinux:
curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-009-service-catalog+c4605ec/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test versionWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-009-service-catalog+c4605ec/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location⚡ Testing Notes
- This build is automatically replaced when new commits are pushed to the same feature branch
- Do not use in production
- Report issues in the feature PR
Changelog
New Features
- 794f917: feat(005): Add animations and rich UI spec - Comprehensive spec for wiring up existing animation infrastructure - 7 user stories covering banner, spinners, transitions, progress - Zero new dependencies (everything from feature 004) - Quick wins identified: banner (1 line change), spinners, transitions (dgtalbug dgtalbug@gmail.com)
- d5df4ec: feat(animations): Enhance animation system with adaptive frame rate and resize handling (dgtalbug dgtalbug@gmail.com)
- bf38b16: feat(animations): Implement animation controls and progress indicators for CLI operations (dgtalbug dgtalbug@gmail.com)
- a33ba3c: feat(ci): create gh-pages branch if it does not exist during benchmarks (dgtalbug dgtalbug@gmail.com)
- 5528639: feat(tests): Add integration and benchmark tests for animations and banner rendering (dgtalbug dgtalbug@gmail.com)
- 36c85c6: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 3ed0c4c: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 8756fa9: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- c1770df: feat: add automated PR description generator with enhanced analysis (dgtalbug dgtalbug@gmail.com)
- 45f61c2: feat: add benchmarks for banner rendering and help text colorization (dgtalbug dgtalbug@gmail.com)
- bdbc862: feat: add comprehensive documentation for getting started, CI/CD, and service catalog (dgtalbug dgtalbug@gmail.com)
- e432876: feat: add implementation plan and documentation for interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- cda5266: feat: add new services (Mystique, Dr. Strange, The Flash, Hedwig, T-800, Pathfinder, Gordon Ramsay, Ivan Drago, Uhura, Statham, The Wolf, Alfred, Sentry, Scribe, Columbo, Hermes) to service catalog (dgtalbug dgtalbug@gmail.com)
- 129d812: feat: add new workflows for binary size tracking and spell checking; update CI configurations for caching (dgtalbug dgtalbug@gmail.com)
- 5072830: feat: add new workflows for binary size tracking and spell checking; … (#31) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 78fb976: feat: add service catalog commands for exploring A.R.C. services (dgtalbug dgtalbug@gmail.com)
- ee103a9: feat: add service catalog commands for exploring A.R.C. services (#33) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- 54a3251: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 17b34af: feat: configure gosec for lenient security checks and update Makefile output (dgtalbug dgtalbug@gmail.com)
- 706e96e: feat: consolidate CI workflows into ci.yml; update permissions and add PR checks for labeling, size, spellcheck, link checking, and security scanning (dgtalbug dgtalbug@gmail.com)
- ec2896e: feat: downgrade benchmark action to v1.20.3 for consistency (dgtalbug dgtalbug@gmail.com)
- 09864c3: feat: enable parallel execution in tests for improved performance (dgtalbug dgtalbug@gmail.com)
- e493c7b: feat: enhance CI/CD workflows with benchmark result summaries and release summaries; add label summary for PRs (dgtalbug dgtalbug@gmail.com)
- 48e6e17: feat: enhance benchmark workflow to support workflow calls and deploy to GitHub Pages (dgtalbug dgtalbug@gmail.com)
- bd095d2: feat: enhance benchmark workflow with error handling and non-critical alerts (dgtalbug dgtalbug@gmail.com)
- f9bb5f9: feat: enhance service catalog with new services and port management features (dgtalbug dgtalbug@gmail.com)
- 87a24f4: feat: implement ShouldAnimate function to control animation based on environment and terminal capabilities (dgtalbug dgtalbug@gmail.com)
- cafd4a9: feat: reorganize documentation structure and add new architecture diagrams (dgtalbug dgtalbug@gmail.com)
- 9bb5be0: feat: restructure CI workflow for improved test coverage and artifact management (dgtalbug dgtalbug@gmail.com)
- f8c97ac: feat: separate animation control logic for Unix and Windows platforms (dgtalbug dgtalbug@gmail.com)
- f0429fb: feat: update CI and release workflows to support develop branch and enhance permissions (dgtalbug dgtalbug@gmail.com)
- 4c7b2dd: feat: update CI workflows for improved labeling and link checking; add new PR labeler configuration (dgtalbug dgtalbug@gmail.com)
- 16d1b2b: feat: update CI workflows to include benchmark execution and enhance README documentation (dgtalbug dgtalbug@gmail.com)
- 0edcf60: feat: update benchmark action to v1.21.0 and adjust error handling (dgtalbug dgtalbug@gmail.com)
- a6d403a: feat: update documentation links for consistency and add link checker script (dgtalbug dgtalbug@gmail.com)
- 1189a0b: feat: update links in documentation for consistency (dgtalbug dgtalbug@gmail.com)
- ce64866: feat: update permissions in feature-release.yml for actions and security events (dgtalbug dgtalbug@gmail.com)
- 87f59ff: feat: update permissions in feature-release.yml for enhanced CI capabilities (dgtalbug dgtalbug@gmail.com)
- 3cc58a8: feat: update spellcheck configuration and exclude test files; fix typos in documentation and code (dgtalbug dgtalbug@gmail.com)
Bug Fixes
- d3ab579: fix(ci): improve gh-pages branch creation logic in benchmarks (dgtalbug dgtalbug@gmail.com)
- 0f14a58: fix(ci): remove pull_request trigger from main branch in CI workflow (dgtalbug dgtalbug@gmail.com)
- cf7d77c: fix: correct output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- a4cbdbd: fix: downgrade golangci-lint-action version from v9 to v6 in ci.yml (dgtalbug dgtalbug@gmail.com)
- b3b9aa1: fix: enhance golangci.yml configuration by adding skip-dirs and refining linter settings (dgtalbug dgtalbug@gmail.com)
- 5c67f17: fix: improve error handling for message writing in service methods (dgtalbug dgtalbug@gmail.com)
- bc8c342: fix: remove unnecessary blank line in collectInfo function (dgtalbug dgtalbug@gmail.com)
- b140ec8: fix: simplify output format configuration in golangci.yml (dgtalbug dgtalbug@gmail.com)
- 93d00ca: fix: update README and tasks documentation to reflect completion of interactive UI enhancements (dgtalbug dgtalbug@gmail.com)
- 29b4b29: fix: update golangci.yml to correct output format and enhance configuration options (dgtalbug dgtalbug@gmail.com)
- 1e78821: fix: update golangci.yml to correct output format and set version (dgtalbug dgtalbug@gmail.com)
- b17fd7d: fix: update key handling logic in initModel and adjust test expectations (dgtalbug dgtalbug@gmail.com)
- 0992f4c: fix: update output format configuration in golangci.yml to include path specification (dgtalbug dgtalbug@gmail.com)
Other Changes
- fd3ad8a: 001 initial setup (#2) (DgtalBug 17087824+dgtalbug@users.noreply.github.com)
- ed5d84b...