cortexapps-cli 1.26.0__tar.gz → 1.28.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/PKG-INFO +1 -1
  2. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/cli.py +4 -2
  3. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/README.md +125 -0
  4. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/address-reviews.yaml +21 -0
  5. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/audit-flags.yaml +21 -0
  6. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/code-review.yaml +21 -0
  7. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/fix-issue.yaml +21 -0
  8. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/incident-trends.yaml +20 -0
  9. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/jira-to-kb.yaml +21 -0
  10. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/release-to-sha.yaml +15 -0
  11. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/search-troubleshooting-kb.yaml +20 -0
  12. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/catalog/simplify-test.yaml +20 -0
  13. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/entity-types/ai-agent.json +7 -0
  14. cortexapps_cli-1.28.0/cortexapps_cli/solutions/ai-agents/scorecards/ai-agent-governance.yaml +69 -0
  15. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/pyproject.toml +1 -1
  16. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/LICENSE +0 -0
  17. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/README.rst +0 -0
  18. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/__init__.py +0 -0
  19. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/command_options.py +0 -0
  20. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/ai_skills.py +0 -0
  21. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/api_keys.py +0 -0
  22. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/audit_logs.py +0 -0
  23. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/backup.py +0 -0
  24. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/backup_commands/cortex_export.py +0 -0
  25. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/catalog.py +0 -0
  26. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/custom_data.py +0 -0
  27. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/custom_events.py +0 -0
  28. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/custom_metrics.py +0 -0
  29. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/dependencies.py +0 -0
  30. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/deploys.py +0 -0
  31. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/discovery_audit.py +0 -0
  32. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/docs.py +0 -0
  33. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/entity_relationship_types.py +0 -0
  34. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/entity_relationships.py +0 -0
  35. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/entity_types.py +0 -0
  36. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/gitops_logs.py +0 -0
  37. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/groups.py +0 -0
  38. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/initiatives.py +0 -0
  39. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations.py +0 -0
  40. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/apiiro.py +0 -0
  41. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/argocd.py +0 -0
  42. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/aws.py +0 -0
  43. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/azure_active_directory.py +0 -0
  44. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/azure_devops.py +0 -0
  45. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/azure_resources.py +0 -0
  46. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/bamboohr.py +0 -0
  47. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/bitbucket.py +0 -0
  48. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/bugsnag.py +0 -0
  49. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/buildkite.py +0 -0
  50. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/checkmarx_sast.py +0 -0
  51. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/circleci.py +0 -0
  52. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/clickup.py +0 -0
  53. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/codecov.py +0 -0
  54. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/coralogix.py +0 -0
  55. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/datadog.py +0 -0
  56. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/dynatrace.py +0 -0
  57. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/firehydrant.py +0 -0
  58. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/github.py +0 -0
  59. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/gitlab.py +0 -0
  60. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/incidentio.py +0 -0
  61. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/instana.py +0 -0
  62. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/jenkins.py +0 -0
  63. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/jira.py +0 -0
  64. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/launchdarkly.py +0 -0
  65. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/mend_sast.py +0 -0
  66. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/mend_sca.py +0 -0
  67. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/newrelic.py +0 -0
  68. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/okta.py +0 -0
  69. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/opsgenie.py +0 -0
  70. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/pagerduty.py +0 -0
  71. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/prometheus.py +0 -0
  72. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/rollbar.py +0 -0
  73. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/rootly.py +0 -0
  74. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/semgrep.py +0 -0
  75. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/sentry.py +0 -0
  76. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/servicenow.py +0 -0
  77. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/servicenow_cloud_observability.py +0 -0
  78. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/snyk.py +0 -0
  79. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/sonarqube.py +0 -0
  80. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/splunk_observability_cloud.py +0 -0
  81. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/splunk_on_call.py +0 -0
  82. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/sumologic.py +0 -0
  83. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/veracode.py +0 -0
  84. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/wiz.py +0 -0
  85. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/workday.py +0 -0
  86. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/integrations_commands/xmatters.py +0 -0
  87. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/ip_allowlist.py +0 -0
  88. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/on_call.py +0 -0
  89. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/packages.py +0 -0
  90. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/packages_commands/go.py +0 -0
  91. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/packages_commands/java.py +0 -0
  92. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/packages_commands/node.py +0 -0
  93. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/packages_commands/nuget.py +0 -0
  94. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/packages_commands/python.py +0 -0
  95. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/plugins.py +0 -0
  96. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/queries.py +0 -0
  97. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/rest.py +0 -0
  98. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/scim.py +0 -0
  99. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/scorecards.py +0 -0
  100. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/scorecards_commands/exemptions.py +0 -0
  101. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/secrets.py +0 -0
  102. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/solutions.py +0 -0
  103. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/teams.py +0 -0
  104. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/users.py +0 -0
  105. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/users_commands/roles.py +0 -0
  106. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/commands/workflows.py +0 -0
  107. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/cortex_client.py +0 -0
  108. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/models/team.py +0 -0
  109. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/__init__.py +0 -0
  110. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/README.md +0 -0
  111. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/catalog/api-doc-sync.yaml +0 -0
  112. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/catalog/changelog-writer.yaml +0 -0
  113. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/catalog/docs-generator.yaml +0 -0
  114. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/catalog/docs-portal.yaml +0 -0
  115. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/entity-relationship-types/ai-plugin-service.json +0 -0
  116. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/entity-relationship-types/ai-plugin-skills.json +0 -0
  117. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/entity-relationship-types/ai-skill-service.json +0 -0
  118. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/entity-types/ai-plugin.json +0 -0
  119. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/entity-types/ai-skill.json +0 -0
  120. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/ai-skills/scorecards/ai-skills-quality.yaml +0 -0
  121. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/.github/workflows/cortex-service-version.yaml +0 -0
  122. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/README.md +0 -0
  123. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/api-gateway-3.0.1.yaml +0 -0
  124. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/api-gateway-3.1.0.yaml +0 -0
  125. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/api-gateway-3.1.1.yaml +0 -0
  126. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/api-gateway.yaml +0 -0
  127. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/auth-2.1.0.yaml +0 -0
  128. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/auth-2.1.1.yaml +0 -0
  129. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/auth-2.2.0.yaml +0 -0
  130. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/auth.yaml +0 -0
  131. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/aws-dev-us-west-2.yaml +0 -0
  132. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/billing-1.1.0.yaml +0 -0
  133. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/billing-1.2.0.yaml +0 -0
  134. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/billing.yaml +0 -0
  135. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/cart-1.0.2.yaml +0 -0
  136. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/cart.yaml +0 -0
  137. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/checkout-2.2.0.yaml +0 -0
  138. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/checkout-2.3.0.yaml +0 -0
  139. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/checkout-2.4.0.yaml +0 -0
  140. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/checkout.yaml +0 -0
  141. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/gcp-prod-us-east-1.yaml +0 -0
  142. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/gcp-prod-us-west-1.yaml +0 -0
  143. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/gcp-staging-us-east-1.yaml +0 -0
  144. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/notifications-1.0.0.yaml +0 -0
  145. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/notifications-1.0.1.yaml +0 -0
  146. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/notifications-1.1.0.yaml +0 -0
  147. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/notifications.yaml +0 -0
  148. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/order-service-2.0.1.yaml +0 -0
  149. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/order-service-2.1.0.yaml +0 -0
  150. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/order-service.yaml +0 -0
  151. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/payments-1.6.1.yaml +0 -0
  152. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/payments-1.7.0.yaml +0 -0
  153. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/payments-1.7.1.yaml +0 -0
  154. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/payments.yaml +0 -0
  155. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/release-2026-06-20.yaml +0 -0
  156. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/release-2026-07-01.yaml +0 -0
  157. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/release-2026-07-09.yaml +0 -0
  158. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/release-2026-07-10.yaml +0 -0
  159. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/search-4.0.0.yaml +0 -0
  160. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/search-4.1.0.yaml +0 -0
  161. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/search.yaml +0 -0
  162. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/user-service-1.2.0.yaml +0 -0
  163. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/user-service-1.3.0.yaml +0 -0
  164. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/catalog/user-service.yaml +0 -0
  165. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/entity-relationship-types/environments.json +0 -0
  166. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/entity-relationship-types/versions.json +0 -0
  167. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/entity-types/environment.json +0 -0
  168. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/entity-types/release.json +0 -0
  169. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/entity-types/service-version.json +0 -0
  170. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/workflows/create-environment.yaml +0 -0
  171. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/workflows/create-release.yaml +0 -0
  172. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/solutions/environments/workflows/trigger-github-release.yaml +0 -0
  173. {cortexapps_cli-1.26.0 → cortexapps_cli-1.28.0}/cortexapps_cli/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexapps-cli
3
- Version: 1.26.0
3
+ Version: 1.28.0
4
4
  Summary: Command Line Interface for cortexapps
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -181,9 +181,11 @@ def login(
181
181
  pat_url = f"{ui_base}{DEFAULT_UI_KEYS_PATH}?tenantCode={tenant}"
182
182
 
183
183
  if open_browser:
184
- typer.echo(f"\nOpening browser to the Personal Access Tokens page for workspace '{tenant}'.")
185
- typer.echo(f"Create or copy a personal access token, then come back here and paste it below.\n")
184
+ typer.echo(f"\nWe'll open the Personal Access Tokens page for workspace '{tenant}' in your browser.")
185
+ typer.echo(f"Create or copy a personal access token, then come back here and paste it below.")
186
+ typer.confirm("\nReady to open browser?", default=True, abort=True)
186
187
  webbrowser.open(pat_url)
188
+ typer.echo("")
187
189
  else:
188
190
  typer.echo(f"\nGo to {pat_url} to create or copy a personal access token, then paste it below.\n")
189
191
 
@@ -0,0 +1,125 @@
1
+ ---
2
+ name: AI Agents Catalog
3
+ description: Track internally-built AI agents as first-class Cortex entities, with ownership, model-adoption visibility, and a governance scorecard for engineering leaders.
4
+ ---
5
+
6
+ # AI Agents Catalog
7
+
8
+ Answers the executive question: **"Where and how are we using AI tooling?"**
9
+
10
+ Register every internally-built AI agent as a Cortex entity with a named owner, a team, and links to its implementation. The **AI Agent Governance** scorecard ensures each agent is documented, classified by model and criticality tier, and periodically verified — giving leadership a live inventory of AI usage across the organization.
11
+
12
+ ## Overview
13
+
14
+ ```
15
+ ┌──────────────────────────┐ ┌──────────────────────────┐ ┌──────────────────────────┐
16
+ │ ai-agent │ │ ai-agent │ │ ai-agent │
17
+ │ code-review │ │ audit-flags │ │ jira-to-kb │
18
+ │ │ │ │ │ │
19
+ │ group: ai-model: │ │ group: ai-model: │ │ group: ai-model: │
20
+ │ claude-opus-4-6 │ │ claude-sonnet-4-6 │ │ claude-haiku-4-5-... │
21
+ │ group: tier1 │ │ group: tier3 │ │ group: tier3 │
22
+ └──────────────────────────┘ └──────────────────────────┘ └──────────────────────────┘
23
+
24
+ Filter by group "ai-model:claude-opus-4-6" → all agents on that model
25
+ Filter by group "tier1" → all business-critical agents
26
+ Scorecard "AI Agent Governance" → Bronze / Silver / Gold across the catalog
27
+ ```
28
+
29
+ AI model families and criticality tiers are Cortex **Groups**, not separate entity types. This keeps the classification lightweight and available anywhere groups appear — scorecard filters, catalog views, reports, and the Explore sidebar.
30
+
31
+ ## What's Included
32
+
33
+ - **Entity type:** `ai-agent`
34
+ - **Scorecard:** `ai-agent-governance` — 6 rules across Bronze, Silver, and Gold levels
35
+ - Bronze: has description · has a business owner (email) · owned by a team
36
+ - Silver: tagged with an `ai-model:` group · tagged with a criticality tier (`tier-1` / `tier-2` / `tier-3`)
37
+ - Gold: verified in the last 90 days
38
+ - **Sample entities:** 9 real agents from Cortex's own engineering org, drawn from the `cortexapps/brain-backend` skill library, intentionally spread across scoring levels so the scorecard tells a story out of the box:
39
+ - **Silver:** `code-review`, `fix-issue`, `address-reviews`, `audit-flags`, `jira-to-kb`
40
+ - **Bronze:** `simplify-test`, `incident-trends`, `search-troubleshooting-kb` (missing model + tier groups)
41
+ - **Fails Bronze:** `release-to-sha` (no owner assigned)
42
+
43
+ ## Installation
44
+
45
+ ```
46
+ cortex solutions install -s ai-agents
47
+ ```
48
+
49
+ ## After Installing
50
+
51
+ **Replace the sample entities with your real agents**
52
+
53
+ The nine sample entities use `platform-engineering` as a placeholder team and `owner@example.com` as a placeholder business owner. For each real agent:
54
+
55
+ 1. Create a new entity YAML (copy a sample as a template):
56
+ ```
57
+ cortex catalog create -f my-agent.yaml
58
+ ```
59
+ 2. Set the owning team and business owner:
60
+ ```
61
+ x-cortex-owners:
62
+ - type: GROUP
63
+ name: your-team-name
64
+ provider: CORTEX
65
+ - type: EMAIL
66
+ email: real-owner@yourcompany.com
67
+ description: business-owner
68
+ ```
69
+ 3. Tag it with the AI model and criticality tier:
70
+ ```
71
+ x-cortex-groups:
72
+ - ai-model:claude-sonnet-4-6
73
+ - tier-2
74
+ ```
75
+ 4. Point it at the agent's source code:
76
+ ```
77
+ x-cortex-git:
78
+ github:
79
+ repository: your-org/your-repo
80
+ basepath: agents/my-agent
81
+ ```
82
+
83
+ **Standard AI model groups**
84
+
85
+ Use these group tags consistently so filtering and reports work across agents:
86
+
87
+ | Model | Group tag |
88
+ |-------|-----------|
89
+ | Claude Opus 4.6 | `ai-model:claude-opus-4-6` |
90
+ | Claude Sonnet 4.6 | `ai-model:claude-sonnet-4-6` |
91
+ | Claude Haiku 4.5 | `ai-model:claude-haiku-4-5-20251001` |
92
+ | GPT-4o | `ai-model:gpt-4o` |
93
+ | GPT-4o mini | `ai-model:gpt-4o-mini` |
94
+ | Gemini 2.5 Pro | `ai-model:gemini-2-5-pro` |
95
+
96
+ As new models are introduced, follow the `ai-model:<provider>-<model-version>` naming convention so they are automatically picked up by the Silver scorecard rule — no rule changes needed.
97
+
98
+ **Linking to agent source code**
99
+
100
+ The sample entities use `x-cortex-git` with `basepath:` to scope Cortex's git features (commit history, code search) to just the agent's folder rather than the whole repository. Two variants depending on how the agent's code is organized:
101
+
102
+ *Folder-based agent (SKILL.md plus reference files, prompt directory, etc.):*
103
+
104
+ ```
105
+ x-cortex-git:
106
+ github:
107
+ repository: your-org/your-repo
108
+ basepath: agents/my-agent
109
+ ```
110
+
111
+
112
+ **Reaching Gold**
113
+
114
+ The Gold rule checks that the agent has been verified within the last 90 days (`verifications().lastVerifiedAt() != null and verifications().lastVerifiedAt().fromNow() > duration("P-90D")`). Verify entities via the Cortex UI or API — none of the sample entities start at Gold by design. Wire a quarterly reminder or a GitHub Action on your agent directories to prompt re-verification when files change.
115
+
116
+ **Create an AI Agents Catalog in the UI**
117
+
118
+ Cortex Catalogs (the nav-level groupings) are UI-only today — no API or CLI support yet:
119
+
120
+ 1. Go to [Catalogs](https://app.getcortexapp.com/admin/catalogs) → **New Catalog**
121
+ 2. Entity type: `ai-agent`
122
+ 3. Name it **AI Agents**
123
+
124
+ > Catalog creation will be automated once catalog API support is added to the CLI.
125
+
@@ -0,0 +1,21 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: address-reviews
4
+ description: Address findings from PR reviews — both automated Claude reviews and human reviewer comments. Reads all feedback, applies fixes, and pushes an updated commit.
5
+ x-cortex-tag: address-reviews
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ x-cortex-groups:
9
+ - ai-model:claude-sonnet-4-6
10
+ - tier-2
11
+ x-cortex-git:
12
+ github:
13
+ repository: cortexapps/brain-backend
14
+ basepath: .claude/skills/address-reviews
15
+ x-cortex-owners:
16
+ - type: GROUP
17
+ name: platform-engineering
18
+ provider: CORTEX
19
+ - type: EMAIL
20
+ email: owner@example.com
21
+ description: business-owner
@@ -0,0 +1,21 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: audit-flags
4
+ description: Audit all LaunchDarkly feature flags across codebases — generates descriptions, links Jira tickets, checks code usage, and classifies each flag. Outputs a CSV report for flag cleanup decisions.
5
+ x-cortex-tag: audit-flags
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ x-cortex-groups:
9
+ - ai-model:claude-sonnet-4-6
10
+ - tier-3
11
+ x-cortex-git:
12
+ github:
13
+ repository: cortexapps/brain-backend
14
+ basepath: .claude/skills/audit-flags
15
+ x-cortex-owners:
16
+ - type: GROUP
17
+ name: platform-engineering
18
+ provider: CORTEX
19
+ - type: EMAIL
20
+ email: owner@example.com
21
+ description: business-owner
@@ -0,0 +1,21 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: code-review
4
+ description: Code review of branch changes, optionally informed by a Jira issue for context. Fetches the diff, reads related tickets, and posts structured feedback covering correctness, security, and style.
5
+ x-cortex-tag: code-review
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ x-cortex-groups:
9
+ - ai-model:claude-opus-4-6
10
+ - tier-1
11
+ x-cortex-git:
12
+ github:
13
+ repository: cortexapps/brain-backend
14
+ basepath: .claude/skills/code-review
15
+ x-cortex-owners:
16
+ - type: GROUP
17
+ name: platform-engineering
18
+ provider: CORTEX
19
+ - type: EMAIL
20
+ email: owner@example.com
21
+ description: business-owner
@@ -0,0 +1,21 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: fix-issue
4
+ description: Fix a bug documented in a Jira or Linear issue. Reads the issue, investigates the codebase, presents a plan with fix and tests, then implements upon approval.
5
+ x-cortex-tag: fix-issue
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ x-cortex-groups:
9
+ - ai-model:claude-opus-4-6
10
+ - tier-2
11
+ x-cortex-git:
12
+ github:
13
+ repository: cortexapps/brain-backend
14
+ basepath: .claude/skills/fix-issue
15
+ x-cortex-owners:
16
+ - type: GROUP
17
+ name: platform-engineering
18
+ provider: CORTEX
19
+ - type: EMAIL
20
+ email: owner@example.com
21
+ description: business-owner
@@ -0,0 +1,20 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: incident-trends
4
+ description: Analyze incident trends and patterns from the engineering troubleshooting knowledge base. Answers aggregate questions like "what keeps breaking?" and "which product areas have the most incidents?" by translating natural language questions into BigQuery analytics.
5
+ x-cortex-tag: incident-trends
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ # No model group set — scores Baseline but not Mature.
9
+ # Add x-cortex-groups with an ai-model: tag to reach Mature.
10
+ x-cortex-git:
11
+ github:
12
+ repository: cortexapps/brain-backend
13
+ basepath: .claude/skills/incident-trends
14
+ x-cortex-owners:
15
+ - type: GROUP
16
+ name: platform-engineering
17
+ provider: CORTEX
18
+ - type: EMAIL
19
+ email: owner@example.com
20
+ description: business-owner
@@ -0,0 +1,21 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: jira-to-kb
4
+ description: End-to-end pipeline that takes a Jira issue key, retrieves all relevant context (issue details, linked GitHub PRs, PR diffs), and uploads a troubleshooting record to the engineering knowledge base with auto-generated embeddings. Fully autonomous — no human approval needed per record.
5
+ x-cortex-tag: jira-to-kb
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ x-cortex-groups:
9
+ - ai-model:claude-haiku-4-5-20251001
10
+ - tier-3
11
+ x-cortex-git:
12
+ github:
13
+ repository: cortexapps/brain-backend
14
+ basepath: .claude/skills/jira-to-kb
15
+ x-cortex-owners:
16
+ - type: GROUP
17
+ name: platform-engineering
18
+ provider: CORTEX
19
+ - type: EMAIL
20
+ email: owner@example.com
21
+ description: business-owner
@@ -0,0 +1,15 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: release-to-sha
4
+ description: Map a Cortex on-prem helm chart version to the git SHAs baked into it across all components — brain-backend, epv-consumer, auth-service, frontend, brain-web. Used during incident triage when a self-hosted customer reports a version.
5
+ x-cortex-tag: release-to-sha
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ x-cortex-groups:
9
+ - ai-model:claude-haiku-4-5-20251001
10
+ x-cortex-git:
11
+ github:
12
+ repository: cortexapps/brain-backend
13
+ basepath: .claude/skills/release-to-sha
14
+ # No owner set — fails Baseline "Agent has a business owner" rule.
15
+ # Replace with a real owner to start scoring.
@@ -0,0 +1,20 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: search-troubleshooting-kb
4
+ description: Search the engineering troubleshooting knowledge base in BigQuery for past incidents, fixes, and diagnostic patterns. Use during active debugging sessions to find similar past incidents and their resolutions. Also used proactively at the start of any debugging session to check for prior art.
5
+ x-cortex-tag: search-troubleshooting-kb
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ # No model group set — scores Baseline but not Mature.
9
+ # Add x-cortex-groups with an ai-model: tag to reach Mature.
10
+ x-cortex-git:
11
+ github:
12
+ repository: cortexapps/brain-backend
13
+ basepath: .claude/skills/search-troubleshooting-kb
14
+ x-cortex-owners:
15
+ - type: GROUP
16
+ name: platform-engineering
17
+ provider: CORTEX
18
+ - type: EMAIL
19
+ email: owner@example.com
20
+ description: business-owner
@@ -0,0 +1,20 @@
1
+ openapi: "3.0.0"
2
+ info:
3
+ title: simplify-test
4
+ description: Simplify a heavy integration test by splitting it into controller unit tests, service unit tests, and lightweight integration tests. Applies a migration playbook and enforces the integration test ratchet.
5
+ x-cortex-tag: simplify-test
6
+ x-cortex-type: ai-agent
7
+ x-cortex-definition: {}
8
+ # No model group set — scores Baseline but not Mature.
9
+ # Add x-cortex-groups with an ai-model: tag to reach Mature.
10
+ x-cortex-git:
11
+ github:
12
+ repository: cortexapps/brain-backend
13
+ basepath: .claude/skills/simplify-test
14
+ x-cortex-owners:
15
+ - type: GROUP
16
+ name: platform-engineering
17
+ provider: CORTEX
18
+ - type: EMAIL
19
+ email: owner@example.com
20
+ description: business-owner
@@ -0,0 +1,7 @@
1
+ {
2
+ "type": "ai-agent",
3
+ "name": "AI Agent",
4
+ "description": "An internally-built AI agent — a workflow, assistant, or automation powered by an LLM (e.g. Claude, GPT-4o) and deployed to handle a repeatable task.",
5
+ "iconTag": "Cortex-builtin::Robot",
6
+ "schema": {"type": "object", "properties": {}}
7
+ }
@@ -0,0 +1,69 @@
1
+ tag: ai-agent-governance
2
+ name: AI Agent Governance
3
+ description: Checks that AI agents are documented, owned, classified by model and criticality, and regularly verified — the minimum bar for answering "where and how are we using AI tooling?"
4
+ draft: false
5
+ notifications:
6
+ enabled: true
7
+ scoreDropNotificationsEnabled: true
8
+ exemptions:
9
+ enabled: true
10
+ autoApprove: false
11
+ userSpecificNotifications: false
12
+ evaluation:
13
+ window: 24
14
+ ladder:
15
+ name: Default Ladder
16
+ levels:
17
+ - name: Bronze
18
+ rank: 1
19
+ description: The agent is documented, owned by a team, and linked to its source implementation.
20
+ color: "#CD7F32"
21
+ - name: Silver
22
+ rank: 2
23
+ description: The agent is classified by AI model and criticality tier, enabling org-wide reporting on model adoption and business impact.
24
+ color: "#C0C0C0"
25
+ - name: Gold
26
+ rank: 3
27
+ description: The agent has been explicitly verified as active and current.
28
+ color: "#D7AC58"
29
+ filter:
30
+ kind: GENERIC
31
+ types:
32
+ include:
33
+ - ai-agent
34
+ rules:
35
+ - title: Agent has a description
36
+ description: Every AI agent should describe what it does and why — the minimum signal for stakeholders asking "where are we using AI?"
37
+ expression: entity.description().length > 0
38
+ weight: 1
39
+ level: Bronze
40
+
41
+ - title: Agent is owned by a team
42
+ description: AI agents must be owned by a Cortex team so responsibility is shared and survives individual attrition.
43
+ expression: ownership.teams().length >= 1
44
+ weight: 1
45
+ level: Bronze
46
+
47
+ - title: Agent has a source code reference
48
+ description: The agent's implementation must be linked via x-cortex-git so the catalog entry stays connected to the code.
49
+ expression: git != null
50
+ weight: 1
51
+ level: Bronze
52
+
53
+ - title: Agent is tagged with an AI model
54
+ description: Tag this agent with its LLM using the ai-model group prefix (e.g. ai-model:claude-opus-4-6) so leadership can report on model adoption across the organization.
55
+ expression: groups().any((group) => group.name.matchesIn("ai-model:"))
56
+ weight: 1
57
+ level: Silver
58
+
59
+ - title: Agent has a criticality tier
60
+ description: Tag this agent with its business criticality (tier-1, tier-2, or tier-3) so incidents and ownership decisions can be prioritized accordingly.
61
+ expression: groups().any((group) => group.name.matchesIn("tier-"))
62
+ weight: 1
63
+ level: Silver
64
+
65
+ - title: Agent verified in the last 90 days
66
+ description: The agent has been verified within the last 90 days — confirming it is still in active use and its metadata is current. Verify via the Cortex UI or API.
67
+ expression: verifications().lastVerifiedAt() != null and verifications().lastVerifiedAt().fromNow() > duration("P-90D")
68
+ weight: 1
69
+ level: Gold
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "cortexapps-cli"
3
3
  # version will be incremented via command line as part of github actions build
4
- version = "1.26.0"
4
+ version = "1.28.0"
5
5
  description = "Command Line Interface for cortexapps"
6
6
  license = "MIT"
7
7
  authors = [
File without changes