[codespell]
# Skip generated, vendored, and lock files.
skip = ./.git,./node_modules,./.code-review-graph,./catalog/skill-manifest.json,./package-lock.json,./CHANGELOG.md,*.lock
# Domain terms codespell flags as typos but are correct in this repo:
#   aks  - Azure Kubernetes Service
#   ons  - OCI Notification Service
#   zar  - currency / region shortform
#   caf  - Cloud Adoption Framework
#   requestor - accepted English variant retained in some specs
#   bu   - Business Unit (common enterprise/startup abbreviation)
#   sme  - Subject Matter Expert (industry-standard abbreviation)
#   coo  - Chief Operating Officer (C-suite title)
#   ot   - Operational Technology (industrial control / ICS domain term)
#   tupe - UK Transfer of Undertakings (Protection of Employment) Regulations
#   ect  - Employment Claims Tribunal / Electronic Transactions Act (legal terms)
#   createable - Salesforce REST API canonical sobject describe attribute name
#   opps - common Apex variable name for plural Opportunity sObject collections
#   iif - referenced as a formula-function pattern in Salesforce metadata-review docs
#   optin - Salesforce Privacy Consent Status picklist value (Individual object)
ignore-words-list = aks,ons,zar,caf,requestor,bu,sme,coo,ot,tupe,ect,createable,opps,iif,optin
