@bluefly/openstandardagents 0.3.1 → 0.3.2
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.
- package/.devfile.yaml +87 -0
- package/.gitlab-ci-trigger +1 -0
- package/.wiki-config.json +24 -0
- package/CHANGELOG.md +212 -1
- package/README.md +31 -56
- package/dist/adapters/anthropic/runtime.js +2 -2
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/bot/architecture-validator-bot.d.ts +8 -0
- package/dist/bot/architecture-validator-bot.d.ts.map +1 -0
- package/dist/bot/architecture-validator-bot.js +15 -0
- package/dist/bot/architecture-validator-bot.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +7 -0
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -0
- package/dist/bot/ci-pipeline-bot.js +7 -0
- package/dist/bot/ci-pipeline-bot.js.map +1 -0
- package/dist/bot/compliance-bot.d.ts +56 -0
- package/dist/bot/compliance-bot.d.ts.map +1 -0
- package/dist/bot/compliance-bot.js +203 -0
- package/dist/bot/compliance-bot.js.map +1 -0
- package/dist/bot/dependency-updater-bot.d.ts +9 -0
- package/dist/bot/dependency-updater-bot.d.ts.map +1 -0
- package/dist/bot/dependency-updater-bot.js +9 -0
- package/dist/bot/dependency-updater-bot.js.map +1 -0
- package/dist/bot/security-scanner-bot.d.ts +11 -0
- package/dist/bot/security-scanner-bot.d.ts.map +1 -0
- package/dist/bot/security-scanner-bot.js +21 -0
- package/dist/bot/security-scanner-bot.js.map +1 -0
- package/dist/cli/commands/agent-card.command.d.ts +11 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-card.command.js +285 -0
- package/dist/cli/commands/agent-card.command.js.map +1 -0
- package/dist/cli/commands/agents.command.d.ts +11 -0
- package/dist/cli/commands/agents.command.d.ts.map +1 -0
- package/dist/cli/commands/agents.command.js +326 -0
- package/dist/cli/commands/agents.command.js.map +1 -0
- package/dist/cli/commands/generate.command.d.ts +13 -2
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +204 -29
- package/dist/cli/commands/generate.command.js.map +1 -1
- package/dist/cli/commands/registry.command.d.ts +14 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -0
- package/dist/cli/commands/registry.command.js +428 -0
- package/dist/cli/commands/registry.command.js.map +1 -0
- package/dist/cli/commands/workspace.command.d.ts +14 -0
- package/dist/cli/commands/workspace.command.d.ts.map +1 -0
- package/dist/cli/commands/workspace.command.js +467 -0
- package/dist/cli/commands/workspace.command.js.map +1 -0
- package/dist/cli/index.js +9 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +20 -0
- package/dist/di-container.js.map +1 -1
- package/dist/services/codegen/codegen.service.d.ts +75 -0
- package/dist/services/codegen/codegen.service.d.ts.map +1 -0
- package/dist/services/codegen/codegen.service.js +136 -0
- package/dist/services/codegen/codegen.service.js.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts +41 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.js +178 -0
- package/dist/services/codegen/generators/manifest.generator.js.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts +46 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.js +157 -0
- package/dist/services/codegen/generators/openapi.generator.js.map +1 -0
- package/dist/services/codegen/generators/types.generator.d.ts +27 -0
- package/dist/services/codegen/generators/types.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/types.generator.js +97 -0
- package/dist/services/codegen/generators/types.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts +43 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +163 -0
- package/dist/services/codegen/generators/vscode.generator.js.map +1 -0
- package/dist/services/codegen/generators/zod.generator.d.ts +31 -0
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/zod.generator.js +134 -0
- package/dist/services/codegen/generators/zod.generator.js.map +1 -0
- package/dist/services/codegen/index.d.ts +33 -0
- package/dist/services/codegen/index.d.ts.map +1 -0
- package/dist/services/codegen/index.js +36 -0
- package/dist/services/codegen/index.js.map +1 -0
- package/dist/spec/extensions/openapi/ossa-openapi-extensions.schema.json +804 -0
- package/dist/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/runtime-bindings/anthropic.yaml +209 -0
- package/dist/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/dist/spec/v0.3.2/access_tiers.yaml +375 -0
- package/dist/spec/v0.3.2/adapters/drupal.md +541 -0
- package/dist/spec/v0.3.2/adapters/symfony.md +659 -0
- package/dist/spec/v0.3.2/agent-test.schema.json +75 -0
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +119 -0
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +234 -0
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +201 -0
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +117 -0
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +133 -0
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +110 -0
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +147 -0
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +125 -0
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +190 -0
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +247 -0
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.2/extensions/drupal.md +417 -0
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/dist/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +563 -34
- package/dist/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/dist/spec/v0.3.2/protocols/sse.md +494 -0
- package/dist/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/dist/spec/v0.3.2/protocols/websocket.md +362 -0
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/dist/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/dist/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/dist/spec/v0.3.2/taxonomy.yaml +363 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.types.js +10 -0
- package/dist/types/generated/ossa-0.3.2.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -0
- package/examples/adapters/drupal-eca-mapping.yaml +1 -1
- package/examples/adapters/drupal-eca-task.yaml +1 -1
- package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
- package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
- package/examples/adapters/mistral-agent.yaml +1 -1
- package/examples/adapters/symfony-messenger-task.yaml +1 -1
- package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
- package/examples/adk-integration/code-review-workflow.yml +1 -1
- package/examples/adk-integration/customer-support.yml +1 -1
- package/examples/adk-integration/data-pipeline.yml +1 -1
- package/examples/advanced/reasoning-agent.yaml +1 -1
- package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
- package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
- package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
- package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
- package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
- package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
- package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
- package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/agents/architecture-healer-enterprise.yaml +1 -1
- package/examples/agents/dependency-healer-npm.yaml +1 -1
- package/examples/agents/spec-healer-openapi.yaml +1 -1
- package/examples/agents/wiki-healer-production.yaml +1 -1
- package/examples/agents-md/code-agent.ossa.json +36 -11
- package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
- package/examples/anthropic/claude-assistant.ossa.json +4 -4
- package/examples/autogen/multi-agent.ossa.json +2 -2
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +1 -1
- package/examples/claude-code/code-reviewer.ossa.yaml +1 -1
- package/examples/claude-code/ossa-validator.ossa.yaml +1 -1
- package/examples/common_npm/agent-router.ossa.yaml +1 -1
- package/examples/contracts/data-consumer.ossa.yaml +1 -1
- package/examples/contracts/data-producer-v2.ossa.yaml +1 -1
- package/examples/contracts/data-producer.ossa.yaml +1 -1
- package/examples/crewai/research-team.ossa.json +2 -2
- package/examples/cursor/code-review-agent.ossa.json +2 -2
- package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +1 -1
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
- package/examples/extensions/agents-md-advanced.yml +1 -1
- package/examples/extensions/agents-md-basic.yml +1 -1
- package/examples/extensions/agents-md-sync.yml +1 -1
- package/examples/extensions/agents-md-v1.yml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/kagent-v1.yml +1 -1
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/getting-started/01-minimal-agent.ossa.yaml +3 -3
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +2 -2
- package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +4 -4
- package/examples/kagent/compliance-validator.ossa.yaml +1 -1
- package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
- package/examples/kagent/documentation-agent.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
- package/examples/kagent/security-scanner.ossa.yaml +1 -1
- package/examples/langchain/chain-agent.ossa.json +2 -2
- package/examples/langflow/workflow-agent.ossa.json +2 -2
- package/examples/langgraph/state-machine-agent.ossa.json +2 -2
- package/examples/llamaindex/rag-agent.ossa.json +2 -2
- package/examples/messaging/dependency-healer.ossa.yaml +1 -1
- package/examples/messaging/incident-responder.ossa.yaml +1 -1
- package/examples/messaging/routing-rules.ossa.yaml +3 -3
- package/examples/messaging/security-scanner.ossa.yaml +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
- package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/openai/multi-tool-agent.ossa.json +2 -2
- package/examples/openai/swarm-agent.ossa.json +2 -2
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +1 -1
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +1 -1
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +59 -0
- package/examples/showcase/code-assistant.ossa.yaml +118 -0
- package/examples/showcase/code-reviewer.ossa.yaml +61 -0
- package/examples/showcase/compliance-validator.ossa.yaml +62 -0
- package/examples/showcase/content-writer.ossa.yaml +67 -0
- package/examples/showcase/data-transformer.ossa.yaml +78 -0
- package/examples/showcase/doc-generator.ossa.yaml +68 -0
- package/examples/showcase/security-scanner.ossa.yaml +65 -0
- package/examples/showcase/test-generator.ossa.yaml +63 -0
- package/examples/showcase/workflow-orchestrator.ossa.yaml +129 -0
- package/examples/tasks/batch-email-sender.yaml +1 -1
- package/examples/tasks/data-transform.yaml +1 -1
- package/examples/tasks/publish-content.yaml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +1 -1
- package/examples/vercel/edge-agent.ossa.json +2 -2
- package/examples/workflows/batch-email-campaign.yaml +1 -1
- package/examples/workflows/content-review-publish.yaml +1 -1
- package/examples/workflows/simple-etl.yaml +1 -1
- package/llms-ctx-full.txt +39 -0
- package/llms-ctx.txt +39 -0
- package/openapi/agent-communication.yaml +1 -1
- package/openapi/agent-crud.yaml +8 -8
- package/openapi/agent-discovery.yaml +2 -2
- package/openapi/agent-identity.yaml +8 -8
- package/openapi/cli-commands.openapi.yaml +231 -0
- package/openapi/core/ossa-core-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry.openapi.yaml +1 -1
- package/openapi/core/unified-agent-gateway.openapi.yaml +1 -1
- package/openapi/github-sync.yaml +1 -1
- package/openapi/protocols/sse-streams.yaml +1 -1
- package/openapi/protocols/websocket-events.yaml +2 -2
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/drupal-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/helm-generator.openapi.yaml +1 -1
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +1 -1
- package/package.json +13 -3
- package/spec/extensions/openapi/ossa-openapi-extensions.schema.json +804 -0
- package/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.0/runtime-bindings/anthropic.yaml +209 -0
- package/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.2/access_tiers.yaml +375 -0
- package/spec/v0.3.2/adapters/drupal.md +541 -0
- package/spec/v0.3.2/adapters/symfony.md +659 -0
- package/spec/v0.3.2/agent-test.schema.json +75 -0
- package/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +119 -0
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +234 -0
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +201 -0
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +117 -0
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +133 -0
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +110 -0
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +147 -0
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +125 -0
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +190 -0
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +247 -0
- package/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.2/extensions/drupal.md +417 -0
- package/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +563 -34
- package/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/spec/v0.3.2/protocols/sse.md +494 -0
- package/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/spec/v0.3.2/protocols/websocket.md +362 -0
- package/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.2/taxonomy.yaml +363 -0
- package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +0 -60
- package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +0 -68
- package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +0 -106
|
@@ -0,0 +1,594 @@
|
|
|
1
|
+
# OSSA Agent Identity Extension v0.3.1
|
|
2
|
+
# Comprehensive specification for agent identity, authentication, and attribution
|
|
3
|
+
---
|
|
4
|
+
$schema: http://json-schema.org/draft-07/schema#
|
|
5
|
+
$id: https://openstandardagents.org/schemas/v0.3.1/extensions/agent-identity.json
|
|
6
|
+
title: OSSA Agent Identity Extension
|
|
7
|
+
version: 0.3.1
|
|
8
|
+
description: |
|
|
9
|
+
The Agent Identity Extension enables OSSA agents to operate with authenticated
|
|
10
|
+
identities across DevOps platforms (GitLab, GitHub, Azure DevOps, Bitbucket).
|
|
11
|
+
|
|
12
|
+
Key capabilities:
|
|
13
|
+
- Service account integration with automatic git attribution
|
|
14
|
+
- Pattern-based auto-detection of agent identity from working directory
|
|
15
|
+
- Token management with secure storage and rotation policies
|
|
16
|
+
- DORA metrics tracking for agent performance measurement
|
|
17
|
+
- Session management for Claude Code and similar AI assistants
|
|
18
|
+
- Multi-provider identity federation for complex environments
|
|
19
|
+
- Compliance and audit logging integration
|
|
20
|
+
|
|
21
|
+
# Schema Definition
|
|
22
|
+
definitions:
|
|
23
|
+
AgentIdentity:
|
|
24
|
+
type: object
|
|
25
|
+
description: Complete agent identity configuration
|
|
26
|
+
properties:
|
|
27
|
+
# Primary provider configuration
|
|
28
|
+
provider:
|
|
29
|
+
type: string
|
|
30
|
+
enum:
|
|
31
|
+
- gitlab
|
|
32
|
+
- github
|
|
33
|
+
- azure-devops
|
|
34
|
+
- bitbucket
|
|
35
|
+
- generic
|
|
36
|
+
description: Primary identity provider type
|
|
37
|
+
|
|
38
|
+
# Service account configuration
|
|
39
|
+
service_account:
|
|
40
|
+
$ref: "#/definitions/ServiceAccount"
|
|
41
|
+
|
|
42
|
+
# Authentication configuration
|
|
43
|
+
authentication:
|
|
44
|
+
$ref: "#/definitions/AuthenticationConfig"
|
|
45
|
+
|
|
46
|
+
# Token source configuration
|
|
47
|
+
token_source:
|
|
48
|
+
$ref: "#/definitions/TokenSource"
|
|
49
|
+
|
|
50
|
+
# Auto-detection patterns
|
|
51
|
+
patterns:
|
|
52
|
+
type: array
|
|
53
|
+
items:
|
|
54
|
+
type: string
|
|
55
|
+
description: |
|
|
56
|
+
Glob patterns for auto-detection based on working directory.
|
|
57
|
+
Uses picomatch syntax. Patterns are matched against absolute paths.
|
|
58
|
+
Examples: "*/agent-buildkit", "*/common_npm/*", "**/drupal-modules/*"
|
|
59
|
+
|
|
60
|
+
# Fallback identity chain
|
|
61
|
+
fallback:
|
|
62
|
+
type: array
|
|
63
|
+
items:
|
|
64
|
+
$ref: "#/definitions/FallbackIdentity"
|
|
65
|
+
description: |
|
|
66
|
+
Fallback identity chain. If primary identity cannot be resolved,
|
|
67
|
+
attempts each fallback in order until one succeeds.
|
|
68
|
+
|
|
69
|
+
# DORA metrics tracking
|
|
70
|
+
dora_tracking:
|
|
71
|
+
$ref: "#/definitions/DORATracking"
|
|
72
|
+
|
|
73
|
+
# Session management (Claude Code integration)
|
|
74
|
+
session:
|
|
75
|
+
$ref: "#/definitions/SessionConfig"
|
|
76
|
+
|
|
77
|
+
# Observability/OpenTelemetry identity
|
|
78
|
+
observability:
|
|
79
|
+
$ref: "#/definitions/ObservabilityIdentity"
|
|
80
|
+
|
|
81
|
+
# Compliance requirements
|
|
82
|
+
compliance:
|
|
83
|
+
$ref: "#/definitions/IdentityCompliance"
|
|
84
|
+
|
|
85
|
+
# Security policies
|
|
86
|
+
security:
|
|
87
|
+
$ref: "#/definitions/IdentitySecurity"
|
|
88
|
+
|
|
89
|
+
ServiceAccount:
|
|
90
|
+
type: object
|
|
91
|
+
description: Service account details for automated operations
|
|
92
|
+
required:
|
|
93
|
+
- username
|
|
94
|
+
- email
|
|
95
|
+
properties:
|
|
96
|
+
id:
|
|
97
|
+
oneOf:
|
|
98
|
+
- type: integer
|
|
99
|
+
- type: string
|
|
100
|
+
description: Provider-specific account ID (numeric for GitLab, string for others)
|
|
101
|
+
username:
|
|
102
|
+
type: string
|
|
103
|
+
pattern: "^[a-z0-9_-]+$"
|
|
104
|
+
minLength: 1
|
|
105
|
+
maxLength: 64
|
|
106
|
+
description: Service account username
|
|
107
|
+
email:
|
|
108
|
+
type: string
|
|
109
|
+
format: email
|
|
110
|
+
description: Service account email for git attribution
|
|
111
|
+
display_name:
|
|
112
|
+
type: string
|
|
113
|
+
description: Human-readable display name
|
|
114
|
+
avatar_url:
|
|
115
|
+
type: string
|
|
116
|
+
format: uri
|
|
117
|
+
description: Avatar URL for the service account
|
|
118
|
+
created_at:
|
|
119
|
+
type: string
|
|
120
|
+
format: date-time
|
|
121
|
+
description: When the service account was created
|
|
122
|
+
roles:
|
|
123
|
+
type: array
|
|
124
|
+
items:
|
|
125
|
+
type: string
|
|
126
|
+
enum:
|
|
127
|
+
- developer
|
|
128
|
+
- maintainer
|
|
129
|
+
- owner
|
|
130
|
+
- reporter
|
|
131
|
+
- guest
|
|
132
|
+
description: Roles assigned to this service account
|
|
133
|
+
|
|
134
|
+
AuthenticationConfig:
|
|
135
|
+
type: object
|
|
136
|
+
description: Authentication method configuration
|
|
137
|
+
properties:
|
|
138
|
+
method:
|
|
139
|
+
type: string
|
|
140
|
+
enum:
|
|
141
|
+
- personal_access_token
|
|
142
|
+
- project_access_token
|
|
143
|
+
- group_access_token
|
|
144
|
+
- deploy_token
|
|
145
|
+
- oauth2
|
|
146
|
+
- ssh_key
|
|
147
|
+
- mtls
|
|
148
|
+
- github_app
|
|
149
|
+
- azure_service_principal
|
|
150
|
+
default: personal_access_token
|
|
151
|
+
description: Authentication method type
|
|
152
|
+
scopes:
|
|
153
|
+
type: array
|
|
154
|
+
items:
|
|
155
|
+
type: string
|
|
156
|
+
description: |
|
|
157
|
+
Required token scopes. Provider-specific.
|
|
158
|
+
GitLab: api, read_user, read_repository, write_repository
|
|
159
|
+
GitHub: repo, user, admin:org
|
|
160
|
+
auto_refresh:
|
|
161
|
+
type: boolean
|
|
162
|
+
default: false
|
|
163
|
+
description: Automatically refresh token before expiry
|
|
164
|
+
expiry_warning_days:
|
|
165
|
+
type: integer
|
|
166
|
+
default: 7
|
|
167
|
+
minimum: 1
|
|
168
|
+
maximum: 90
|
|
169
|
+
description: Days before expiry to warn about token rotation
|
|
170
|
+
rotation_policy:
|
|
171
|
+
type: object
|
|
172
|
+
properties:
|
|
173
|
+
enabled:
|
|
174
|
+
type: boolean
|
|
175
|
+
default: false
|
|
176
|
+
interval_days:
|
|
177
|
+
type: integer
|
|
178
|
+
default: 90
|
|
179
|
+
minimum: 7
|
|
180
|
+
maximum: 365
|
|
181
|
+
notify_on_rotation:
|
|
182
|
+
type: boolean
|
|
183
|
+
default: true
|
|
184
|
+
description: Token rotation policy configuration
|
|
185
|
+
|
|
186
|
+
TokenSource:
|
|
187
|
+
type: object
|
|
188
|
+
description: Token/credential source configuration with priority order
|
|
189
|
+
properties:
|
|
190
|
+
env_var:
|
|
191
|
+
type: string
|
|
192
|
+
pattern: "^[A-Z][A-Z0-9_]*$"
|
|
193
|
+
description: |
|
|
194
|
+
Environment variable name containing the token.
|
|
195
|
+
Highest priority - checked first.
|
|
196
|
+
file_path:
|
|
197
|
+
type: string
|
|
198
|
+
description: |
|
|
199
|
+
Path to token file. Supports ~ expansion.
|
|
200
|
+
Second priority - checked if env_var not set.
|
|
201
|
+
vault:
|
|
202
|
+
type: object
|
|
203
|
+
properties:
|
|
204
|
+
path:
|
|
205
|
+
type: string
|
|
206
|
+
description: Vault secret path (e.g., secret/data/gitlab-token)
|
|
207
|
+
key:
|
|
208
|
+
type: string
|
|
209
|
+
default: value
|
|
210
|
+
description: Key within the Vault secret
|
|
211
|
+
role:
|
|
212
|
+
type: string
|
|
213
|
+
description: Vault role for authentication
|
|
214
|
+
description: |
|
|
215
|
+
HashiCorp Vault configuration.
|
|
216
|
+
Third priority - checked if file_path not available.
|
|
217
|
+
kubernetes_secret:
|
|
218
|
+
type: object
|
|
219
|
+
properties:
|
|
220
|
+
name:
|
|
221
|
+
type: string
|
|
222
|
+
description: Secret name
|
|
223
|
+
namespace:
|
|
224
|
+
type: string
|
|
225
|
+
description: Kubernetes namespace
|
|
226
|
+
key:
|
|
227
|
+
type: string
|
|
228
|
+
default: token
|
|
229
|
+
description: Key within the secret
|
|
230
|
+
description: |
|
|
231
|
+
Kubernetes secret configuration for cloud-native deployments.
|
|
232
|
+
Fourth priority.
|
|
233
|
+
gcp_secret_manager:
|
|
234
|
+
type: object
|
|
235
|
+
properties:
|
|
236
|
+
project:
|
|
237
|
+
type: string
|
|
238
|
+
description: GCP project ID
|
|
239
|
+
secret:
|
|
240
|
+
type: string
|
|
241
|
+
description: Secret name
|
|
242
|
+
version:
|
|
243
|
+
type: string
|
|
244
|
+
default: latest
|
|
245
|
+
description: Secret version
|
|
246
|
+
description: GCP Secret Manager configuration
|
|
247
|
+
aws_secrets_manager:
|
|
248
|
+
type: object
|
|
249
|
+
properties:
|
|
250
|
+
region:
|
|
251
|
+
type: string
|
|
252
|
+
description: AWS region
|
|
253
|
+
secret_id:
|
|
254
|
+
type: string
|
|
255
|
+
description: Secret ARN or name
|
|
256
|
+
key:
|
|
257
|
+
type: string
|
|
258
|
+
description: JSON key within the secret
|
|
259
|
+
description: AWS Secrets Manager configuration
|
|
260
|
+
azure_key_vault:
|
|
261
|
+
type: object
|
|
262
|
+
properties:
|
|
263
|
+
vault_url:
|
|
264
|
+
type: string
|
|
265
|
+
format: uri
|
|
266
|
+
description: Azure Key Vault URL
|
|
267
|
+
secret_name:
|
|
268
|
+
type: string
|
|
269
|
+
description: Secret name
|
|
270
|
+
description: Azure Key Vault configuration
|
|
271
|
+
|
|
272
|
+
FallbackIdentity:
|
|
273
|
+
type: object
|
|
274
|
+
description: Fallback identity configuration
|
|
275
|
+
required:
|
|
276
|
+
- provider
|
|
277
|
+
- service_account
|
|
278
|
+
properties:
|
|
279
|
+
provider:
|
|
280
|
+
type: string
|
|
281
|
+
enum:
|
|
282
|
+
- gitlab
|
|
283
|
+
- github
|
|
284
|
+
- azure-devops
|
|
285
|
+
- bitbucket
|
|
286
|
+
- generic
|
|
287
|
+
service_account:
|
|
288
|
+
$ref: "#/definitions/ServiceAccount"
|
|
289
|
+
token_source:
|
|
290
|
+
$ref: "#/definitions/TokenSource"
|
|
291
|
+
condition:
|
|
292
|
+
type: object
|
|
293
|
+
description: Conditions under which this fallback is used
|
|
294
|
+
properties:
|
|
295
|
+
pattern_match:
|
|
296
|
+
type: array
|
|
297
|
+
items:
|
|
298
|
+
type: string
|
|
299
|
+
description: Only use this fallback for these patterns
|
|
300
|
+
platform_unavailable:
|
|
301
|
+
type: boolean
|
|
302
|
+
description: Use when primary platform is unavailable
|
|
303
|
+
|
|
304
|
+
DORATracking:
|
|
305
|
+
type: object
|
|
306
|
+
description: DORA metrics tracking configuration
|
|
307
|
+
properties:
|
|
308
|
+
enabled:
|
|
309
|
+
type: boolean
|
|
310
|
+
default: false
|
|
311
|
+
description: Enable DORA metrics tracking for this agent
|
|
312
|
+
metrics:
|
|
313
|
+
type: array
|
|
314
|
+
items:
|
|
315
|
+
type: string
|
|
316
|
+
enum:
|
|
317
|
+
- deployment_frequency
|
|
318
|
+
- lead_time
|
|
319
|
+
- change_failure_rate
|
|
320
|
+
- mttr
|
|
321
|
+
uniqueItems: true
|
|
322
|
+
description: DORA metrics to track
|
|
323
|
+
labels:
|
|
324
|
+
type: object
|
|
325
|
+
additionalProperties:
|
|
326
|
+
type: string
|
|
327
|
+
description: Additional labels to add to all metrics
|
|
328
|
+
prometheus:
|
|
329
|
+
type: object
|
|
330
|
+
properties:
|
|
331
|
+
push_gateway:
|
|
332
|
+
type: string
|
|
333
|
+
format: uri
|
|
334
|
+
description: Prometheus Pushgateway URL
|
|
335
|
+
job_name:
|
|
336
|
+
type: string
|
|
337
|
+
description: Prometheus job name
|
|
338
|
+
description: Prometheus-specific configuration
|
|
339
|
+
classifications:
|
|
340
|
+
type: object
|
|
341
|
+
description: DORA classification thresholds
|
|
342
|
+
properties:
|
|
343
|
+
deployment_frequency:
|
|
344
|
+
type: object
|
|
345
|
+
properties:
|
|
346
|
+
elite:
|
|
347
|
+
type: string
|
|
348
|
+
description: "Threshold for Elite (e.g., 'multiple_per_day')"
|
|
349
|
+
high:
|
|
350
|
+
type: string
|
|
351
|
+
medium:
|
|
352
|
+
type: string
|
|
353
|
+
low:
|
|
354
|
+
type: string
|
|
355
|
+
lead_time:
|
|
356
|
+
type: object
|
|
357
|
+
properties:
|
|
358
|
+
elite:
|
|
359
|
+
type: string
|
|
360
|
+
description: "Threshold in hours (e.g., '1')"
|
|
361
|
+
high:
|
|
362
|
+
type: string
|
|
363
|
+
medium:
|
|
364
|
+
type: string
|
|
365
|
+
low:
|
|
366
|
+
type: string
|
|
367
|
+
|
|
368
|
+
SessionConfig:
|
|
369
|
+
type: object
|
|
370
|
+
description: Session management for Claude Code integration
|
|
371
|
+
properties:
|
|
372
|
+
init_on_start:
|
|
373
|
+
type: boolean
|
|
374
|
+
default: true
|
|
375
|
+
description: Initialize identity when session starts
|
|
376
|
+
propagate_to_subprocesses:
|
|
377
|
+
type: boolean
|
|
378
|
+
default: true
|
|
379
|
+
description: Propagate identity env vars to spawned processes
|
|
380
|
+
git_attribution:
|
|
381
|
+
type: boolean
|
|
382
|
+
default: true
|
|
383
|
+
description: Configure git author/committer from identity
|
|
384
|
+
heartbeat_interval:
|
|
385
|
+
type: integer
|
|
386
|
+
default: 300
|
|
387
|
+
minimum: 30
|
|
388
|
+
maximum: 3600
|
|
389
|
+
description: Heartbeat interval in seconds for session tracking
|
|
390
|
+
timeout:
|
|
391
|
+
type: integer
|
|
392
|
+
default: 3600
|
|
393
|
+
minimum: 60
|
|
394
|
+
maximum: 86400
|
|
395
|
+
description: Session timeout in seconds
|
|
396
|
+
hooks:
|
|
397
|
+
type: object
|
|
398
|
+
properties:
|
|
399
|
+
pre_prompt_submit:
|
|
400
|
+
type: boolean
|
|
401
|
+
default: true
|
|
402
|
+
description: Hook into Claude Code pre-prompt-submit
|
|
403
|
+
post_session:
|
|
404
|
+
type: boolean
|
|
405
|
+
default: false
|
|
406
|
+
description: Execute cleanup on session end
|
|
407
|
+
description: Claude Code hook integration
|
|
408
|
+
|
|
409
|
+
ObservabilityIdentity:
|
|
410
|
+
type: object
|
|
411
|
+
description: OpenTelemetry service identity for distributed tracing
|
|
412
|
+
properties:
|
|
413
|
+
service_name:
|
|
414
|
+
type: string
|
|
415
|
+
description: Service name for OpenTelemetry traces
|
|
416
|
+
service_namespace:
|
|
417
|
+
type: string
|
|
418
|
+
description: Service namespace (e.g., production, staging)
|
|
419
|
+
service_version:
|
|
420
|
+
type: string
|
|
421
|
+
pattern: "^[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.]+)?$"
|
|
422
|
+
description: Service version (semver)
|
|
423
|
+
service_instance_id:
|
|
424
|
+
type: string
|
|
425
|
+
description: Unique instance identifier
|
|
426
|
+
resource_attributes:
|
|
427
|
+
type: object
|
|
428
|
+
additionalProperties:
|
|
429
|
+
type: string
|
|
430
|
+
description: Additional OpenTelemetry resource attributes
|
|
431
|
+
|
|
432
|
+
IdentityCompliance:
|
|
433
|
+
type: object
|
|
434
|
+
description: Compliance requirements for identity management
|
|
435
|
+
properties:
|
|
436
|
+
require_mfa:
|
|
437
|
+
type: boolean
|
|
438
|
+
default: false
|
|
439
|
+
description: Require MFA for service account authentication
|
|
440
|
+
ip_allowlist:
|
|
441
|
+
type: array
|
|
442
|
+
items:
|
|
443
|
+
type: string
|
|
444
|
+
description: IP addresses/ranges allowed for this identity
|
|
445
|
+
audit_logging:
|
|
446
|
+
type: string
|
|
447
|
+
enum:
|
|
448
|
+
- required
|
|
449
|
+
- optional
|
|
450
|
+
- disabled
|
|
451
|
+
default: optional
|
|
452
|
+
description: Audit logging requirement level
|
|
453
|
+
data_residency:
|
|
454
|
+
type: string
|
|
455
|
+
description: Required data residency region
|
|
456
|
+
frameworks:
|
|
457
|
+
type: array
|
|
458
|
+
items:
|
|
459
|
+
type: string
|
|
460
|
+
enum:
|
|
461
|
+
- SOC2
|
|
462
|
+
- HIPAA
|
|
463
|
+
- GDPR
|
|
464
|
+
- FedRAMP
|
|
465
|
+
- PCI-DSS
|
|
466
|
+
- ISO27001
|
|
467
|
+
description: Applicable compliance frameworks
|
|
468
|
+
|
|
469
|
+
IdentitySecurity:
|
|
470
|
+
type: object
|
|
471
|
+
description: Security policies for identity management
|
|
472
|
+
properties:
|
|
473
|
+
token_encryption:
|
|
474
|
+
type: string
|
|
475
|
+
enum:
|
|
476
|
+
- none
|
|
477
|
+
- at_rest
|
|
478
|
+
- in_transit
|
|
479
|
+
- both
|
|
480
|
+
default: both
|
|
481
|
+
description: Token encryption requirements
|
|
482
|
+
minimum_token_length:
|
|
483
|
+
type: integer
|
|
484
|
+
default: 32
|
|
485
|
+
description: Minimum token length in characters
|
|
486
|
+
prohibited_actions:
|
|
487
|
+
type: array
|
|
488
|
+
items:
|
|
489
|
+
type: string
|
|
490
|
+
description: Actions this identity is prohibited from performing
|
|
491
|
+
required_approvals:
|
|
492
|
+
type: object
|
|
493
|
+
description: Actions requiring human approval
|
|
494
|
+
properties:
|
|
495
|
+
force_push:
|
|
496
|
+
type: boolean
|
|
497
|
+
default: true
|
|
498
|
+
delete_protected_branch:
|
|
499
|
+
type: boolean
|
|
500
|
+
default: true
|
|
501
|
+
modify_ci_config:
|
|
502
|
+
type: boolean
|
|
503
|
+
default: false
|
|
504
|
+
rate_limits:
|
|
505
|
+
type: object
|
|
506
|
+
properties:
|
|
507
|
+
requests_per_minute:
|
|
508
|
+
type: integer
|
|
509
|
+
default: 60
|
|
510
|
+
requests_per_hour:
|
|
511
|
+
type: integer
|
|
512
|
+
default: 1000
|
|
513
|
+
git_operations_per_hour:
|
|
514
|
+
type: integer
|
|
515
|
+
default: 100
|
|
516
|
+
description: Rate limiting configuration
|
|
517
|
+
|
|
518
|
+
# Example configurations
|
|
519
|
+
examples:
|
|
520
|
+
gitlab_service_account:
|
|
521
|
+
provider: gitlab
|
|
522
|
+
service_account:
|
|
523
|
+
id: 31840529
|
|
524
|
+
username: bot-ts-local
|
|
525
|
+
email: bot-ts-local@bluefly.io
|
|
526
|
+
roles:
|
|
527
|
+
- developer
|
|
528
|
+
authentication:
|
|
529
|
+
method: project_access_token
|
|
530
|
+
scopes:
|
|
531
|
+
- api
|
|
532
|
+
- read_repository
|
|
533
|
+
- write_repository
|
|
534
|
+
expiry_warning_days: 14
|
|
535
|
+
token_source:
|
|
536
|
+
env_var: GITLAB_BOT_TS_TOKEN
|
|
537
|
+
file_path: ~/.tokens/bot-ts-local
|
|
538
|
+
patterns:
|
|
539
|
+
- "*/common_npm/*"
|
|
540
|
+
- "*/agent-buildkit"
|
|
541
|
+
- "*/agent-studio"
|
|
542
|
+
dora_tracking:
|
|
543
|
+
enabled: true
|
|
544
|
+
metrics:
|
|
545
|
+
- deployment_frequency
|
|
546
|
+
- lead_time
|
|
547
|
+
- change_failure_rate
|
|
548
|
+
- mttr
|
|
549
|
+
session:
|
|
550
|
+
init_on_start: true
|
|
551
|
+
propagate_to_subprocesses: true
|
|
552
|
+
git_attribution: true
|
|
553
|
+
observability:
|
|
554
|
+
service_name: bot-ts-local
|
|
555
|
+
service_namespace: development
|
|
556
|
+
service_version: "1.0.0"
|
|
557
|
+
|
|
558
|
+
github_actions_bot:
|
|
559
|
+
provider: github
|
|
560
|
+
service_account:
|
|
561
|
+
username: github-actions[bot]
|
|
562
|
+
email: github-actions[bot]@users.noreply.github.com
|
|
563
|
+
authentication:
|
|
564
|
+
method: github_app
|
|
565
|
+
token_source:
|
|
566
|
+
env_var: GITHUB_TOKEN
|
|
567
|
+
patterns:
|
|
568
|
+
- "*/actions/workflows/*"
|
|
569
|
+
security:
|
|
570
|
+
prohibited_actions:
|
|
571
|
+
- force_push
|
|
572
|
+
- delete_branch
|
|
573
|
+
|
|
574
|
+
multi_provider_agent:
|
|
575
|
+
provider: gitlab
|
|
576
|
+
service_account:
|
|
577
|
+
id: 31840529
|
|
578
|
+
username: bot-ci-local
|
|
579
|
+
email: bot-ci-local@bluefly.io
|
|
580
|
+
fallback:
|
|
581
|
+
- provider: github
|
|
582
|
+
service_account:
|
|
583
|
+
username: bot-ci
|
|
584
|
+
email: bot-ci@company.com
|
|
585
|
+
token_source:
|
|
586
|
+
env_var: GITHUB_FALLBACK_TOKEN
|
|
587
|
+
condition:
|
|
588
|
+
platform_unavailable: true
|
|
589
|
+
compliance:
|
|
590
|
+
require_mfa: true
|
|
591
|
+
audit_logging: required
|
|
592
|
+
frameworks:
|
|
593
|
+
- SOC2
|
|
594
|
+
- GDPR
|