Gemini/Antigravity Entry Point

Read this file first, then follow canonical sources:

Quick Reference

  1. One functionality per commit (code + tests + docs + changelog).
  2. Route command-level HTTP interactions through Invoke-Method.
  3. Preserve Cloud/Data Center compatibility and existing cmdlet contracts (/wiki for Cloud Set-Info -BaseUri).
  4. Instruction-only changes may be skipped by CI path filters; run local validation anyway.
  5. During iteration, run targeted tests directly (for example Invoke-Pester -Path 'Tests/Functions/Public/Invoke-Method.Unit.Tests.ps1').
  6. Before finalizing, run Invoke-Build -Task Lint and full Invoke-Build -Task Build, Test.
  7. For behavior changes, update targeted tests in Tests/ and docs in docs/en-US/.

File Locations