Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 670 Bytes

File metadata and controls

18 lines (14 loc) · 670 Bytes

Agent Instructions (public OSS)

Non-negotiables

  • Documentation must be generic (not app-specific).
  • Do not reference private business context.
  • Do not commit secrets; rely on local config templates.

Working agreements

  • Keep changes reviewable and releaseable (small PR-sized diffs).
  • Prefer minimal disruption to existing package IDs and build scripts.

Quick commands

  • Build and pack a single component (macOS):
    • dotnet tool restore
    • dotnet tool run dotnet-cake -- --target=nuget --names=Google.SignIn

CI

  • GitHub Actions should run build/pack validation without requiring any app secrets (publishing uses the built-in GITHUB_TOKEN).