@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,120 @@
|
|
|
1
|
+
# OSSA v0.3.1 - Unified Agent Schema
|
|
2
|
+
|
|
3
|
+
## The Rocketship 🚀
|
|
4
|
+
|
|
5
|
+
This schema unifies OSSA, GitLab Duo, Google A2A, and MCP into a single universal agent platform.
|
|
6
|
+
|
|
7
|
+
### What Changed
|
|
8
|
+
|
|
9
|
+
**Before (v0.2.x):**
|
|
10
|
+
```yaml
|
|
11
|
+
llm:
|
|
12
|
+
provider: anthropic
|
|
13
|
+
model: claude-sonnet-4-20250514
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
**After (v0.3.1):**
|
|
17
|
+
```yaml
|
|
18
|
+
llm:
|
|
19
|
+
provider: ${LLM_PROVIDER:-anthropic}
|
|
20
|
+
model: ${LLM_MODEL:-claude-sonnet}
|
|
21
|
+
profile: ${LLM_PROFILE:-balanced}
|
|
22
|
+
fallback_models:
|
|
23
|
+
- provider: ${LLM_FALLBACK_PROVIDER_1:-openai}
|
|
24
|
+
model: ${LLM_FALLBACK_MODEL_1:-gpt-4o}
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Key Features
|
|
28
|
+
|
|
29
|
+
1. **Zero Hardcoded Models** - All LLM config is runtime-configurable
|
|
30
|
+
2. **Execution Profiles** - Google A2A compatible (fast/balanced/deep/safe)
|
|
31
|
+
3. **Multi-Runtime Support** - Works with Duo, A2A, OSSA, MCP
|
|
32
|
+
4. **Fallback Models** - Multi-provider resilience
|
|
33
|
+
5. **Structured Functions** - A2A/OpenAI function calling format
|
|
34
|
+
6. **Extensions** - Pluggable external behaviors
|
|
35
|
+
|
|
36
|
+
### Compatibility Matrix
|
|
37
|
+
|
|
38
|
+
| Feature | OSSA v0.2.x | Duo | A2A | v0.3.1 |
|
|
39
|
+
|---------|-------------|-----|-----|--------|
|
|
40
|
+
| Runtime-configurable models | ❌ | ❌ | ✅ | ✅ |
|
|
41
|
+
| Execution profiles | ❌ | ❌ | ✅ | ✅ |
|
|
42
|
+
| Multi-provider fallback | partial | ❌ | ✅ | ✅ |
|
|
43
|
+
| Structured functions | ❌ | partial | ✅ | ✅ |
|
|
44
|
+
| Extensions | partial | partial | ✅ | ✅ |
|
|
45
|
+
|
|
46
|
+
### Migration
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
# Auto-migrate all agents
|
|
50
|
+
./scripts/migrate-to-unified-llm.sh
|
|
51
|
+
|
|
52
|
+
# Generate new agent
|
|
53
|
+
./scripts/generate-agent.sh my-agent worker
|
|
54
|
+
|
|
55
|
+
# Validate
|
|
56
|
+
ossa validate examples/
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Environment Variables
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
# Primary LLM
|
|
63
|
+
export LLM_PROVIDER=anthropic
|
|
64
|
+
export LLM_MODEL=claude-sonnet-4
|
|
65
|
+
export LLM_PROFILE=balanced
|
|
66
|
+
|
|
67
|
+
# Fallbacks
|
|
68
|
+
export LLM_FALLBACK_PROVIDER_1=openai
|
|
69
|
+
export LLM_FALLBACK_MODEL_1=gpt-4o
|
|
70
|
+
|
|
71
|
+
# Runtime
|
|
72
|
+
export AGENT_RUNTIME=unified
|
|
73
|
+
export AGENT_SCHEDULING=fair
|
|
74
|
+
export AGENT_PRIORITY=normal
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Execution Profiles
|
|
78
|
+
|
|
79
|
+
- **fast** - Quick responses (4K tokens, temp=0.0)
|
|
80
|
+
- **balanced** - General ops (16K tokens, temp=0.1)
|
|
81
|
+
- **deep** - Analysis (32K tokens, temp=0.2, reasoning enabled)
|
|
82
|
+
- **safe** - Compliance (temp=0.0, validation required)
|
|
83
|
+
|
|
84
|
+
### CI Enforcement
|
|
85
|
+
|
|
86
|
+
Add to `.gitlab-ci.yml`:
|
|
87
|
+
|
|
88
|
+
```yaml
|
|
89
|
+
include:
|
|
90
|
+
- local: .gitlab/ci/validate-no-hardcoded-models.yml
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
This blocks any MR with hardcoded model names.
|
|
94
|
+
|
|
95
|
+
### Example Agent
|
|
96
|
+
|
|
97
|
+
See: `examples/unified/security-scanner.ossa.yaml`
|
|
98
|
+
|
|
99
|
+
### Schema Files
|
|
100
|
+
|
|
101
|
+
- `schemas/unified-llm.yaml` - LLM configuration
|
|
102
|
+
- `schemas/runtime.yaml` - Runtime declaration
|
|
103
|
+
- `schemas/capabilities.yaml` - Capability definitions
|
|
104
|
+
- `schemas/functions.yaml` - Function declarations
|
|
105
|
+
- `schemas/agent-unified.yaml` - Complete agent schema
|
|
106
|
+
|
|
107
|
+
### Why This Matters
|
|
108
|
+
|
|
109
|
+
1. **No More Breaking Changes** - Model updates don't require code changes
|
|
110
|
+
2. **Multi-Provider** - Switch between Anthropic/OpenAI/Google/Groq instantly
|
|
111
|
+
3. **Future-Proof** - New runtimes (A2A, Duo) work without modification
|
|
112
|
+
4. **Cost Optimization** - Use cheap models for triage, expensive for analysis
|
|
113
|
+
5. **Compliance** - Audit trail of which models were used when
|
|
114
|
+
|
|
115
|
+
### Next Steps
|
|
116
|
+
|
|
117
|
+
1. Run migration: `./scripts/migrate-to-unified-llm.sh`
|
|
118
|
+
2. Update CI: Add validation rule
|
|
119
|
+
3. Test: `ossa validate examples/`
|
|
120
|
+
4. Deploy: Agents auto-detect runtime
|
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
# =============================================================================
|
|
2
|
+
# OSSA v0.3.2 - Access Tiers & Separation of Duties Specification
|
|
3
|
+
# =============================================================================
|
|
4
|
+
# Defines privilege levels, role separations, and access controls for agents
|
|
5
|
+
# Issue: https://gitlab.com/blueflyio/openstandardagents/-/issues/363
|
|
6
|
+
# =============================================================================
|
|
7
|
+
|
|
8
|
+
apiVersion: ossa/v0.3.2
|
|
9
|
+
kind: AccessTierSpec
|
|
10
|
+
version: "1.0.0"
|
|
11
|
+
|
|
12
|
+
# =============================================================================
|
|
13
|
+
# ACCESS TIERS
|
|
14
|
+
# Hierarchical privilege levels - every agent must declare exactly one tier
|
|
15
|
+
# Lower tier number = more restricted permissions
|
|
16
|
+
# =============================================================================
|
|
17
|
+
tiers:
|
|
18
|
+
tier_1_read:
|
|
19
|
+
name: "Read Only (Analyzers)"
|
|
20
|
+
level: 1
|
|
21
|
+
description: "Agents that analyze, audit, scan - cannot modify state"
|
|
22
|
+
permissions:
|
|
23
|
+
- read_code
|
|
24
|
+
- read_configs
|
|
25
|
+
- read_metrics
|
|
26
|
+
- read_logs
|
|
27
|
+
- read_issues
|
|
28
|
+
- read_mrs
|
|
29
|
+
- execute_queries # Read-only queries
|
|
30
|
+
prohibited:
|
|
31
|
+
- write_*
|
|
32
|
+
- delete_*
|
|
33
|
+
- execute_commands
|
|
34
|
+
- modify_infrastructure
|
|
35
|
+
typical_roles:
|
|
36
|
+
- analyzer
|
|
37
|
+
- auditor
|
|
38
|
+
- scanner
|
|
39
|
+
- reviewer
|
|
40
|
+
- monitor
|
|
41
|
+
examples:
|
|
42
|
+
- security-scanner
|
|
43
|
+
- code-analyzer
|
|
44
|
+
- compliance-auditor
|
|
45
|
+
- cost-reporter
|
|
46
|
+
- health-monitor
|
|
47
|
+
requires_approval: false
|
|
48
|
+
audit_level: standard
|
|
49
|
+
|
|
50
|
+
tier_2_write_limited:
|
|
51
|
+
name: "Write Limited (Workers)"
|
|
52
|
+
level: 2
|
|
53
|
+
description: "Agents that create/modify in sandboxed areas only"
|
|
54
|
+
permissions:
|
|
55
|
+
- read_*
|
|
56
|
+
- write_docs
|
|
57
|
+
- write_tests
|
|
58
|
+
- write_scaffolds
|
|
59
|
+
- write_configs_draft
|
|
60
|
+
- create_issues
|
|
61
|
+
- create_mrs_draft
|
|
62
|
+
- execute_sandboxed
|
|
63
|
+
prohibited:
|
|
64
|
+
- write_production_code
|
|
65
|
+
- merge_mrs
|
|
66
|
+
- delete_branches
|
|
67
|
+
- modify_infrastructure
|
|
68
|
+
- modify_secrets
|
|
69
|
+
typical_roles:
|
|
70
|
+
- generator
|
|
71
|
+
- scaffolder
|
|
72
|
+
- documenter
|
|
73
|
+
- test_writer
|
|
74
|
+
examples:
|
|
75
|
+
- doc-generator
|
|
76
|
+
- test-generator
|
|
77
|
+
- module-scaffolder
|
|
78
|
+
- changelog-generator
|
|
79
|
+
requires_approval: false
|
|
80
|
+
audit_level: standard
|
|
81
|
+
|
|
82
|
+
tier_3_write_elevated:
|
|
83
|
+
name: "Write Elevated (Operators)"
|
|
84
|
+
level: 3
|
|
85
|
+
description: "Agents that modify production systems with approval chains"
|
|
86
|
+
permissions:
|
|
87
|
+
- read_*
|
|
88
|
+
- write_*
|
|
89
|
+
- execute_deployments
|
|
90
|
+
- modify_pipelines
|
|
91
|
+
- merge_mrs # With approval
|
|
92
|
+
- modify_configs
|
|
93
|
+
- execute_commands # Non-destructive
|
|
94
|
+
prohibited:
|
|
95
|
+
- delete_production
|
|
96
|
+
- modify_secrets_direct
|
|
97
|
+
- bypass_approvals
|
|
98
|
+
- force_push
|
|
99
|
+
typical_roles:
|
|
100
|
+
- deployer
|
|
101
|
+
- operator
|
|
102
|
+
- executor
|
|
103
|
+
- maintainer
|
|
104
|
+
examples:
|
|
105
|
+
- deployment-agent
|
|
106
|
+
- gitlab-cicd-agent
|
|
107
|
+
- incident-responder
|
|
108
|
+
- infrastructure-operator
|
|
109
|
+
requires_approval: true
|
|
110
|
+
approval_chain:
|
|
111
|
+
- type: human_or_governor
|
|
112
|
+
timeout_minutes: 30
|
|
113
|
+
audit_level: detailed
|
|
114
|
+
|
|
115
|
+
tier_4_policy:
|
|
116
|
+
name: "Policy (Governors)"
|
|
117
|
+
level: 4
|
|
118
|
+
description: "Agents that define and enforce policies - ISOLATED from execution"
|
|
119
|
+
permissions:
|
|
120
|
+
- read_*
|
|
121
|
+
- define_policies
|
|
122
|
+
- publish_policies
|
|
123
|
+
- audit_compliance
|
|
124
|
+
- report_violations
|
|
125
|
+
prohibited:
|
|
126
|
+
- execute_*
|
|
127
|
+
- write_code
|
|
128
|
+
- modify_infrastructure
|
|
129
|
+
- remediate_direct # Must delegate to Tier 3
|
|
130
|
+
typical_roles:
|
|
131
|
+
- governor
|
|
132
|
+
- policy_definer
|
|
133
|
+
- compliance_officer
|
|
134
|
+
examples:
|
|
135
|
+
- compliance-policy-engine
|
|
136
|
+
- security-policy-manager
|
|
137
|
+
- cost-governance-agent
|
|
138
|
+
requires_approval: false
|
|
139
|
+
isolation: strict
|
|
140
|
+
audit_level: comprehensive
|
|
141
|
+
|
|
142
|
+
# =============================================================================
|
|
143
|
+
# ROLE SEPARATION RULES
|
|
144
|
+
# Defines which roles can coexist and which must be separated
|
|
145
|
+
# =============================================================================
|
|
146
|
+
separation_rules:
|
|
147
|
+
# Critics cannot execute
|
|
148
|
+
critic_executor_separation:
|
|
149
|
+
name: "Critic-Executor Separation"
|
|
150
|
+
description: "Agents that review/critique cannot also approve/execute"
|
|
151
|
+
conflicting_roles:
|
|
152
|
+
- [reviewer, approver]
|
|
153
|
+
- [critic, executor]
|
|
154
|
+
- [auditor, remediator]
|
|
155
|
+
enforcement: strict
|
|
156
|
+
rationale: "Prevents conflict of interest in quality gates"
|
|
157
|
+
|
|
158
|
+
# Governors cannot execute
|
|
159
|
+
governor_executor_separation:
|
|
160
|
+
name: "Governor-Executor Separation"
|
|
161
|
+
description: "Policy-defining agents cannot execute policies"
|
|
162
|
+
conflicting_roles:
|
|
163
|
+
- [policy_definer, enforcer]
|
|
164
|
+
- [governor, operator]
|
|
165
|
+
- [rule_maker, rule_executor]
|
|
166
|
+
enforcement: strict
|
|
167
|
+
rationale: "Separation of legislative and executive functions"
|
|
168
|
+
|
|
169
|
+
# Readers and writers should be separate for sensitive domains
|
|
170
|
+
read_write_separation:
|
|
171
|
+
name: "Read-Write Separation (Sensitive)"
|
|
172
|
+
description: "In security/compliance domains, readers cannot write"
|
|
173
|
+
applies_to_domains:
|
|
174
|
+
- security
|
|
175
|
+
- compliance
|
|
176
|
+
- secrets
|
|
177
|
+
conflicting_roles:
|
|
178
|
+
- [reader, writer]
|
|
179
|
+
- [scanner, remediator]
|
|
180
|
+
enforcement: recommended
|
|
181
|
+
exceptions:
|
|
182
|
+
- domain: development
|
|
183
|
+
reason: "Dev workflows need read-write for productivity"
|
|
184
|
+
|
|
185
|
+
# Production isolation
|
|
186
|
+
production_isolation:
|
|
187
|
+
name: "Production Isolation"
|
|
188
|
+
description: "Agents modifying production must have explicit elevation"
|
|
189
|
+
environments:
|
|
190
|
+
- production
|
|
191
|
+
- staging # Optional
|
|
192
|
+
required_tier: tier_3_write_elevated
|
|
193
|
+
enforcement: strict
|
|
194
|
+
rationale: "Production changes require elevated privileges and audit"
|
|
195
|
+
|
|
196
|
+
# =============================================================================
|
|
197
|
+
# APPROVAL CHAINS
|
|
198
|
+
# Defines approval workflows for privileged operations
|
|
199
|
+
# =============================================================================
|
|
200
|
+
approval_chains:
|
|
201
|
+
standard:
|
|
202
|
+
name: "Standard Approval"
|
|
203
|
+
description: "Single human or governor approval"
|
|
204
|
+
steps:
|
|
205
|
+
- type: human_or_governor
|
|
206
|
+
required: 1
|
|
207
|
+
timeout_minutes: 60
|
|
208
|
+
|
|
209
|
+
elevated:
|
|
210
|
+
name: "Elevated Approval"
|
|
211
|
+
description: "Human approval required for critical operations"
|
|
212
|
+
steps:
|
|
213
|
+
- type: governor
|
|
214
|
+
required: 1
|
|
215
|
+
timeout_minutes: 15
|
|
216
|
+
- type: human
|
|
217
|
+
required: 1
|
|
218
|
+
timeout_minutes: 120
|
|
219
|
+
|
|
220
|
+
critical:
|
|
221
|
+
name: "Critical Approval"
|
|
222
|
+
description: "Multi-party approval for production changes"
|
|
223
|
+
steps:
|
|
224
|
+
- type: automated_checks
|
|
225
|
+
required: all
|
|
226
|
+
checks:
|
|
227
|
+
- security_scan
|
|
228
|
+
- compliance_check
|
|
229
|
+
- rollback_plan_exists
|
|
230
|
+
- type: governor
|
|
231
|
+
required: 1
|
|
232
|
+
timeout_minutes: 15
|
|
233
|
+
- type: human
|
|
234
|
+
required: 2 # Two human approvers
|
|
235
|
+
timeout_minutes: 240
|
|
236
|
+
|
|
237
|
+
# =============================================================================
|
|
238
|
+
# DELEGATION RULES
|
|
239
|
+
# How higher-tier agents can delegate to lower-tier agents
|
|
240
|
+
# =============================================================================
|
|
241
|
+
delegation:
|
|
242
|
+
rules:
|
|
243
|
+
# Tier 4 can delegate enforcement to Tier 3
|
|
244
|
+
- from_tier: tier_4_policy
|
|
245
|
+
to_tier: tier_3_write_elevated
|
|
246
|
+
operations:
|
|
247
|
+
- remediate_violations
|
|
248
|
+
- apply_policies
|
|
249
|
+
requires:
|
|
250
|
+
- delegation_token
|
|
251
|
+
- audit_trail
|
|
252
|
+
- violation_report
|
|
253
|
+
|
|
254
|
+
# Tier 3 can delegate read operations to Tier 1
|
|
255
|
+
- from_tier: tier_3_write_elevated
|
|
256
|
+
to_tier: tier_1_read
|
|
257
|
+
operations:
|
|
258
|
+
- gather_information
|
|
259
|
+
- run_analysis
|
|
260
|
+
- generate_reports
|
|
261
|
+
requires:
|
|
262
|
+
- task_specification
|
|
263
|
+
|
|
264
|
+
# Tier 2 can delegate read operations to Tier 1
|
|
265
|
+
- from_tier: tier_2_write_limited
|
|
266
|
+
to_tier: tier_1_read
|
|
267
|
+
operations:
|
|
268
|
+
- analyze_code
|
|
269
|
+
- scan_dependencies
|
|
270
|
+
requires:
|
|
271
|
+
- task_specification
|
|
272
|
+
|
|
273
|
+
prohibited_delegations:
|
|
274
|
+
# Lower tiers cannot elevate themselves
|
|
275
|
+
- from: [tier_1_read, tier_2_write_limited]
|
|
276
|
+
to: [tier_3_write_elevated, tier_4_policy]
|
|
277
|
+
reason: "Privilege escalation not permitted"
|
|
278
|
+
|
|
279
|
+
# Governors cannot delegate policy definition
|
|
280
|
+
- from: tier_4_policy
|
|
281
|
+
operation: define_policies
|
|
282
|
+
reason: "Policy definition cannot be delegated"
|
|
283
|
+
|
|
284
|
+
# =============================================================================
|
|
285
|
+
# AUDIT REQUIREMENTS BY TIER
|
|
286
|
+
# =============================================================================
|
|
287
|
+
audit:
|
|
288
|
+
standard:
|
|
289
|
+
retention_days: 30
|
|
290
|
+
includes:
|
|
291
|
+
- agent_id
|
|
292
|
+
- operation
|
|
293
|
+
- timestamp
|
|
294
|
+
- result
|
|
295
|
+
|
|
296
|
+
detailed:
|
|
297
|
+
retention_days: 90
|
|
298
|
+
includes:
|
|
299
|
+
- agent_id
|
|
300
|
+
- operation
|
|
301
|
+
- timestamp
|
|
302
|
+
- result
|
|
303
|
+
- input_summary
|
|
304
|
+
- affected_resources
|
|
305
|
+
- approval_chain
|
|
306
|
+
|
|
307
|
+
comprehensive:
|
|
308
|
+
retention_days: 365
|
|
309
|
+
includes:
|
|
310
|
+
- agent_id
|
|
311
|
+
- operation
|
|
312
|
+
- timestamp
|
|
313
|
+
- result
|
|
314
|
+
- full_input
|
|
315
|
+
- full_output
|
|
316
|
+
- affected_resources
|
|
317
|
+
- approval_chain
|
|
318
|
+
- policy_version
|
|
319
|
+
- compliance_status
|
|
320
|
+
|
|
321
|
+
# =============================================================================
|
|
322
|
+
# USAGE IN AGENT MANIFESTS
|
|
323
|
+
# =============================================================================
|
|
324
|
+
# Example usage in OSSA agent manifest:
|
|
325
|
+
#
|
|
326
|
+
# metadata:
|
|
327
|
+
# name: security-scanner
|
|
328
|
+
# labels:
|
|
329
|
+
# access_tier: tier_1_read
|
|
330
|
+
#
|
|
331
|
+
# spec:
|
|
332
|
+
# access:
|
|
333
|
+
# tier: tier_1_read
|
|
334
|
+
# permissions:
|
|
335
|
+
# - read_code
|
|
336
|
+
# - read_configs
|
|
337
|
+
# - execute_queries
|
|
338
|
+
# prohibited:
|
|
339
|
+
# - write_*
|
|
340
|
+
# audit_level: standard
|
|
341
|
+
#
|
|
342
|
+
# separation:
|
|
343
|
+
# role: analyzer
|
|
344
|
+
# conflicts_with:
|
|
345
|
+
# - executor
|
|
346
|
+
# - remediator
|
|
347
|
+
#
|
|
348
|
+
# =============================================================================
|
|
349
|
+
# VALIDATION RULES
|
|
350
|
+
# =============================================================================
|
|
351
|
+
validation:
|
|
352
|
+
rules:
|
|
353
|
+
- name: valid-tier
|
|
354
|
+
description: "Access tier must be from approved list"
|
|
355
|
+
severity: error
|
|
356
|
+
|
|
357
|
+
- name: role-separation
|
|
358
|
+
description: "Conflicting roles must not coexist"
|
|
359
|
+
severity: error
|
|
360
|
+
|
|
361
|
+
- name: tier-permission-match
|
|
362
|
+
description: "Permissions must be allowed by tier"
|
|
363
|
+
severity: error
|
|
364
|
+
|
|
365
|
+
- name: prohibited-operations
|
|
366
|
+
description: "Prohibited operations must not be declared"
|
|
367
|
+
severity: error
|
|
368
|
+
|
|
369
|
+
- name: approval-chain-required
|
|
370
|
+
description: "Elevated tiers require approval chains"
|
|
371
|
+
severity: warning
|
|
372
|
+
|
|
373
|
+
- name: delegation-valid
|
|
374
|
+
description: "Delegations must follow rules"
|
|
375
|
+
severity: error
|