Antigravity should treat AGENTS.md as the canonical project rule set.
Keep this file small to avoid duplicating context.
AGENTS.md.github/ai-context/powershell-rules.mdfor Cloud/Data Center or REST/API changes
- One functionality per commit: code, tests, docs, and green validation.
- Use
Invoke-Build -Task Build, Testas the full-suite gate before commit. - All behavior changes must work on Jira Cloud and Data Center unless explicitly scoped.
- Cloud uses
accountId; Data Center usesusernameorname. - REST calls must go through
Invoke-JiraMethod. - Public cmdlet help lives in
docs/en-US/commands/*.md, not comment-based help.