@bluefly/openstandardagents 0.3.5 → 0.3.6
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/.version.json +7 -0
- package/CHANGELOG.md +60 -1
- package/README.md +41 -31
- package/bin/ossa +2 -23
- package/bin/postinstall +3 -2
- package/dist/adapters/crewai/converter.d.ts +17 -0
- package/dist/adapters/crewai/converter.d.ts.map +1 -0
- package/dist/adapters/crewai/converter.js +110 -0
- package/dist/adapters/crewai/converter.js.map +1 -0
- package/dist/adapters/crewai/index.d.ts +7 -0
- package/dist/adapters/crewai/index.d.ts.map +1 -0
- package/dist/adapters/crewai/index.js +6 -0
- package/dist/adapters/crewai/index.js.map +1 -0
- package/dist/adapters/crewai/types.d.ts +29 -0
- package/dist/adapters/crewai/types.d.ts.map +1 -0
- package/dist/adapters/crewai/types.js +5 -0
- package/dist/adapters/crewai/types.js.map +1 -0
- package/dist/adapters/docker/generators.d.ts +19 -0
- package/dist/adapters/docker/generators.d.ts.map +1 -0
- package/dist/adapters/docker/generators.js +93 -0
- package/dist/adapters/docker/generators.js.map +1 -0
- package/dist/adapters/docker/index.d.ts +7 -0
- package/dist/adapters/docker/index.d.ts.map +1 -0
- package/dist/adapters/docker/index.js +6 -0
- package/dist/adapters/docker/index.js.map +1 -0
- package/dist/adapters/docker/types.d.ts +17 -0
- package/dist/adapters/docker/types.d.ts.map +1 -0
- package/dist/adapters/docker/types.js +5 -0
- package/dist/adapters/docker/types.js.map +1 -0
- package/dist/adapters/gitlab/converter.d.ts +25 -0
- package/dist/adapters/gitlab/converter.d.ts.map +1 -0
- package/dist/adapters/gitlab/converter.js +96 -0
- package/dist/adapters/gitlab/converter.js.map +1 -0
- package/dist/adapters/gitlab/index.d.ts +7 -0
- package/dist/adapters/gitlab/index.d.ts.map +1 -0
- package/dist/adapters/gitlab/index.js +6 -0
- package/dist/adapters/gitlab/index.js.map +1 -0
- package/dist/adapters/gitlab/types.d.ts +22 -0
- package/dist/adapters/gitlab/types.d.ts.map +1 -0
- package/dist/adapters/gitlab/types.js +5 -0
- package/dist/adapters/gitlab/types.js.map +1 -0
- package/dist/adapters/kubernetes/generator.d.ts +29 -0
- package/dist/adapters/kubernetes/generator.d.ts.map +1 -0
- package/dist/adapters/kubernetes/generator.js +133 -0
- package/dist/adapters/kubernetes/generator.js.map +1 -0
- package/dist/adapters/kubernetes/index.d.ts +7 -0
- package/dist/adapters/kubernetes/index.d.ts.map +1 -0
- package/dist/adapters/kubernetes/index.js +6 -0
- package/dist/adapters/kubernetes/index.js.map +1 -0
- package/dist/adapters/kubernetes/types.d.ts +17 -0
- package/dist/adapters/kubernetes/types.d.ts.map +1 -0
- package/dist/adapters/kubernetes/types.js +5 -0
- package/dist/adapters/kubernetes/types.js.map +1 -0
- package/dist/adapters/langchain/converter.d.ts +21 -0
- package/dist/adapters/langchain/converter.d.ts.map +1 -0
- package/dist/adapters/langchain/converter.js +143 -0
- package/dist/adapters/langchain/converter.js.map +1 -0
- package/dist/adapters/langchain/index.d.ts +7 -0
- package/dist/adapters/langchain/index.d.ts.map +1 -0
- package/dist/adapters/langchain/index.js +6 -0
- package/dist/adapters/langchain/index.js.map +1 -0
- package/dist/adapters/langchain/types.d.ts +27 -0
- package/dist/adapters/langchain/types.d.ts.map +1 -0
- package/dist/adapters/langchain/types.js +5 -0
- package/dist/adapters/langchain/types.js.map +1 -0
- package/dist/adapters/n8n/converter.d.ts +17 -0
- package/dist/adapters/n8n/converter.d.ts.map +1 -0
- package/dist/adapters/n8n/converter.js +77 -0
- package/dist/adapters/n8n/converter.js.map +1 -0
- package/dist/adapters/n8n/index.d.ts +7 -0
- package/dist/adapters/n8n/index.d.ts.map +1 -0
- package/dist/adapters/n8n/index.js +6 -0
- package/dist/adapters/n8n/index.js.map +1 -0
- package/dist/adapters/n8n/types.d.ts +23 -0
- package/dist/adapters/n8n/types.d.ts.map +1 -0
- package/dist/adapters/n8n/types.js +5 -0
- package/dist/adapters/n8n/types.js.map +1 -0
- package/dist/adapters/opentelemetry.adapter.d.ts +1 -1
- package/dist/adapters/temporal/converter.d.ts +17 -0
- package/dist/adapters/temporal/converter.d.ts.map +1 -0
- package/dist/adapters/temporal/converter.js +96 -0
- package/dist/adapters/temporal/converter.js.map +1 -0
- package/dist/adapters/temporal/index.d.ts +7 -0
- package/dist/adapters/temporal/index.d.ts.map +1 -0
- package/dist/adapters/temporal/index.js +6 -0
- package/dist/adapters/temporal/index.js.map +1 -0
- package/dist/adapters/temporal/types.d.ts +23 -0
- package/dist/adapters/temporal/types.d.ts.map +1 -0
- package/dist/adapters/temporal/types.js +5 -0
- package/dist/adapters/temporal/types.js.map +1 -0
- package/dist/bot/agent-compliance.js +1 -1
- package/dist/bot/agent-compliance.js.map +1 -1
- package/dist/bot/agent-security_scanner.d.ts +1 -1
- package/dist/bot/agent-security_scanner.d.ts.map +1 -1
- package/dist/bot/agent-security_scanner.js.map +1 -1
- package/dist/cli/commands/agent-create.command.d.ts +18 -0
- package/dist/cli/commands/agent-create.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-create.command.js +437 -0
- package/dist/cli/commands/agent-create.command.js.map +1 -0
- package/dist/cli/commands/agent-wizard.command.d.ts +21 -0
- package/dist/cli/commands/agent-wizard.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-wizard.command.js +1136 -0
- package/dist/cli/commands/agent-wizard.command.js.map +1 -0
- package/dist/cli/commands/agents-md/batch.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/batch.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/batch.command.js +63 -0
- package/dist/cli/commands/agents-md/batch.command.js.map +1 -0
- package/dist/cli/commands/agents-md/generate.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/generate.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/generate.command.js +43 -0
- package/dist/cli/commands/agents-md/generate.command.js.map +1 -0
- package/dist/cli/commands/agents-md/list.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/list.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/list.command.js +59 -0
- package/dist/cli/commands/agents-md/list.command.js.map +1 -0
- package/dist/cli/commands/agents-md/validate.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/validate.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/validate.command.js +42 -0
- package/dist/cli/commands/agents-md/validate.command.js.map +1 -0
- package/dist/cli/commands/agents-md.command.d.ts +1 -1
- package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
- package/dist/cli/commands/agents-md.command.js +40 -122
- package/dist/cli/commands/agents-md.command.js.map +1 -1
- package/dist/cli/commands/audit.d.ts +8 -0
- package/dist/cli/commands/audit.d.ts.map +1 -0
- package/dist/cli/commands/audit.js +238 -0
- package/dist/cli/commands/audit.js.map +1 -0
- package/dist/cli/commands/build.command.d.ts +7 -0
- package/dist/cli/commands/build.command.d.ts.map +1 -0
- package/dist/cli/commands/build.command.js +314 -0
- package/dist/cli/commands/build.command.js.map +1 -0
- package/dist/cli/commands/capability/validate.d.ts +3 -0
- package/dist/cli/commands/capability/validate.d.ts.map +1 -0
- package/dist/cli/commands/capability/validate.js +60 -0
- package/dist/cli/commands/capability/validate.js.map +1 -0
- package/dist/cli/commands/deploy.command.d.ts +5 -2
- package/dist/cli/commands/deploy.command.d.ts.map +1 -1
- package/dist/cli/commands/deploy.command.js +50 -154
- package/dist/cli/commands/deploy.command.js.map +1 -1
- package/dist/cli/commands/enhance.command.d.ts +10 -0
- package/dist/cli/commands/enhance.command.d.ts.map +1 -0
- package/dist/cli/commands/enhance.command.js +119 -0
- package/dist/cli/commands/enhance.command.js.map +1 -0
- package/dist/cli/commands/examples.command.d.ts +10 -0
- package/dist/cli/commands/examples.command.d.ts.map +1 -0
- package/dist/cli/commands/examples.command.js +73 -0
- package/dist/cli/commands/examples.command.js.map +1 -0
- package/dist/cli/commands/export.command.d.ts +2 -2
- package/dist/cli/commands/export.command.d.ts.map +1 -1
- package/dist/cli/commands/export.command.js +109 -37
- package/dist/cli/commands/export.command.js.map +1 -1
- package/dist/cli/commands/generate/conformance.d.ts +3 -0
- package/dist/cli/commands/generate/conformance.d.ts.map +1 -0
- package/dist/cli/commands/generate/conformance.js +106 -0
- package/dist/cli/commands/generate/conformance.js.map +1 -0
- package/dist/cli/commands/github-sync.command.js +1 -1
- package/dist/cli/commands/identity/plan.d.ts +3 -0
- package/dist/cli/commands/identity/plan.d.ts.map +1 -0
- package/dist/cli/commands/identity/plan.js +198 -0
- package/dist/cli/commands/identity/plan.js.map +1 -0
- package/dist/cli/commands/install.command.d.ts.map +1 -1
- package/dist/cli/commands/install.command.js +29 -32
- package/dist/cli/commands/install.command.js.map +1 -1
- package/dist/cli/commands/knowledge-index.command.d.ts +11 -0
- package/dist/cli/commands/knowledge-index.command.d.ts.map +1 -0
- package/dist/cli/commands/knowledge-index.command.js +111 -0
- package/dist/cli/commands/knowledge-index.command.js.map +1 -0
- package/dist/cli/commands/knowledge-query.command.d.ts +11 -0
- package/dist/cli/commands/knowledge-query.command.d.ts.map +1 -0
- package/dist/cli/commands/knowledge-query.command.js +118 -0
- package/dist/cli/commands/knowledge-query.command.js.map +1 -0
- package/dist/cli/commands/knowledge.command.d.ts +11 -0
- package/dist/cli/commands/knowledge.command.d.ts.map +1 -0
- package/dist/cli/commands/knowledge.command.js +16 -0
- package/dist/cli/commands/knowledge.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.d.ts +2 -17
- package/dist/cli/commands/migrate.command.d.ts.map +1 -1
- package/dist/cli/commands/migrate.command.js +86 -144
- package/dist/cli/commands/migrate.command.js.map +1 -1
- package/dist/cli/commands/publish.command.d.ts.map +1 -1
- package/dist/cli/commands/publish.command.js +36 -106
- package/dist/cli/commands/publish.command.js.map +1 -1
- package/dist/cli/commands/release.command.d.ts +10 -0
- package/dist/cli/commands/release.command.d.ts.map +1 -0
- package/dist/cli/commands/release.command.js +73 -0
- package/dist/cli/commands/release.command.js.map +1 -0
- package/dist/cli/commands/scaffold.command.d.ts.map +1 -1
- package/dist/cli/commands/scaffold.command.js +14 -4
- package/dist/cli/commands/scaffold.command.js.map +1 -1
- package/dist/cli/commands/search.command.d.ts.map +1 -1
- package/dist/cli/commands/search.command.js +33 -33
- package/dist/cli/commands/search.command.js.map +1 -1
- package/dist/cli/commands/skills.command.d.ts +10 -0
- package/dist/cli/commands/skills.command.d.ts.map +1 -0
- package/dist/cli/commands/skills.command.js +135 -0
- package/dist/cli/commands/skills.command.js.map +1 -0
- package/dist/cli/commands/taxonomy.command.d.ts +10 -0
- package/dist/cli/commands/taxonomy.command.d.ts.map +1 -0
- package/dist/cli/commands/taxonomy.command.js +379 -0
- package/dist/cli/commands/taxonomy.command.js.map +1 -0
- package/dist/cli/commands/template.command.d.ts +7 -0
- package/dist/cli/commands/template.command.d.ts.map +1 -0
- package/dist/cli/commands/template.command.js +159 -0
- package/dist/cli/commands/template.command.js.map +1 -0
- package/dist/cli/commands/update.command.d.ts +3 -0
- package/dist/cli/commands/update.command.d.ts.map +1 -0
- package/dist/cli/commands/update.command.js +43 -0
- package/dist/cli/commands/update.command.js.map +1 -0
- package/dist/cli/commands/validate.command.d.ts.map +1 -1
- package/dist/cli/commands/validate.command.js +43 -0
- package/dist/cli/commands/validate.command.js.map +1 -1
- package/dist/cli/commands/wizard.command.d.ts.map +1 -1
- package/dist/cli/commands/wizard.command.js +29 -3
- package/dist/cli/commands/wizard.command.js.map +1 -1
- package/dist/cli/commands/workspace.command.js +3 -1
- package/dist/cli/commands/workspace.command.js.map +1 -1
- package/dist/cli/index.d.ts +2 -11
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +24 -229
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/error-formatter.js.map +1 -1
- package/dist/cli/utils/output.d.ts +1 -0
- package/dist/cli/utils/output.d.ts.map +1 -1
- package/dist/cli/utils/output.js +2 -1
- package/dist/cli/utils/output.js.map +1 -1
- package/dist/cli/wizard/data/agent-types.d.ts +7 -0
- package/dist/cli/wizard/data/agent-types.d.ts.map +1 -0
- package/dist/cli/wizard/data/agent-types.js +192 -0
- package/dist/cli/wizard/data/agent-types.js.map +1 -0
- package/dist/cli/wizard/data/llm-providers.d.ts +10 -0
- package/dist/cli/wizard/data/llm-providers.d.ts.map +1 -0
- package/dist/cli/wizard/data/llm-providers.js +176 -0
- package/dist/cli/wizard/data/llm-providers.js.map +1 -0
- package/dist/cli/wizard/data/taxonomy.d.ts +39 -0
- package/dist/cli/wizard/data/taxonomy.d.ts.map +1 -0
- package/dist/cli/wizard/data/taxonomy.js +134 -0
- package/dist/cli/wizard/data/taxonomy.js.map +1 -0
- package/dist/cli/wizard/data/templates.d.ts +10 -0
- package/dist/cli/wizard/data/templates.d.ts.map +1 -0
- package/dist/cli/wizard/data/templates.js +228 -0
- package/dist/cli/wizard/data/templates.js.map +1 -0
- package/dist/cli/wizard/steps/01-agent-type.d.ts +7 -0
- package/dist/cli/wizard/steps/01-agent-type.d.ts.map +1 -0
- package/dist/cli/wizard/steps/01-agent-type.js +35 -0
- package/dist/cli/wizard/steps/01-agent-type.js.map +1 -0
- package/dist/cli/wizard/steps/02-basic-info.d.ts +7 -0
- package/dist/cli/wizard/steps/02-basic-info.d.ts.map +1 -0
- package/dist/cli/wizard/steps/02-basic-info.js +81 -0
- package/dist/cli/wizard/steps/02-basic-info.js.map +1 -0
- package/dist/cli/wizard/steps/03-domain-capability.d.ts +7 -0
- package/dist/cli/wizard/steps/03-domain-capability.d.ts.map +1 -0
- package/dist/cli/wizard/steps/03-domain-capability.js +98 -0
- package/dist/cli/wizard/steps/03-domain-capability.js.map +1 -0
- package/dist/cli/wizard/steps/04-llm-config.d.ts +7 -0
- package/dist/cli/wizard/steps/04-llm-config.d.ts.map +1 -0
- package/dist/cli/wizard/steps/04-llm-config.js +86 -0
- package/dist/cli/wizard/steps/04-llm-config.js.map +1 -0
- package/dist/cli/wizard/steps/05-tools.d.ts +7 -0
- package/dist/cli/wizard/steps/05-tools.d.ts.map +1 -0
- package/dist/cli/wizard/steps/05-tools.js +172 -0
- package/dist/cli/wizard/steps/05-tools.js.map +1 -0
- package/dist/cli/wizard/steps/06-autonomy.d.ts +7 -0
- package/dist/cli/wizard/steps/06-autonomy.d.ts.map +1 -0
- package/dist/cli/wizard/steps/06-autonomy.js +87 -0
- package/dist/cli/wizard/steps/06-autonomy.js.map +1 -0
- package/dist/cli/wizard/steps/07-observability.d.ts +7 -0
- package/dist/cli/wizard/steps/07-observability.d.ts.map +1 -0
- package/dist/cli/wizard/steps/07-observability.js +149 -0
- package/dist/cli/wizard/steps/07-observability.js.map +1 -0
- package/dist/cli/wizard/steps/08-deployment.d.ts +7 -0
- package/dist/cli/wizard/steps/08-deployment.d.ts.map +1 -0
- package/dist/cli/wizard/steps/08-deployment.js +120 -0
- package/dist/cli/wizard/steps/08-deployment.js.map +1 -0
- package/dist/cli/wizard/steps/09-advanced.d.ts +7 -0
- package/dist/cli/wizard/steps/09-advanced.d.ts.map +1 -0
- package/dist/cli/wizard/steps/09-advanced.js +160 -0
- package/dist/cli/wizard/steps/09-advanced.js.map +1 -0
- package/dist/cli/wizard/steps/10-review.d.ts +7 -0
- package/dist/cli/wizard/steps/10-review.d.ts.map +1 -0
- package/dist/cli/wizard/steps/10-review.js +109 -0
- package/dist/cli/wizard/steps/10-review.js.map +1 -0
- package/dist/cli/wizard/steps/12-agents-folder.d.ts +7 -0
- package/dist/cli/wizard/steps/12-agents-folder.d.ts.map +1 -0
- package/dist/cli/wizard/steps/12-agents-folder.js +101 -0
- package/dist/cli/wizard/steps/12-agents-folder.js.map +1 -0
- package/dist/cli/wizard/steps/13-openapi-generation.d.ts +7 -0
- package/dist/cli/wizard/steps/13-openapi-generation.d.ts.map +1 -0
- package/dist/cli/wizard/steps/13-openapi-generation.js +60 -0
- package/dist/cli/wizard/steps/13-openapi-generation.js.map +1 -0
- package/dist/cli/wizard/steps/14-workspace-registration.d.ts +7 -0
- package/dist/cli/wizard/steps/14-workspace-registration.d.ts.map +1 -0
- package/dist/cli/wizard/steps/14-workspace-registration.js +65 -0
- package/dist/cli/wizard/steps/14-workspace-registration.js.map +1 -0
- package/dist/cli/wizard/steps/15-cost-estimation.d.ts +7 -0
- package/dist/cli/wizard/steps/15-cost-estimation.d.ts.map +1 -0
- package/dist/cli/wizard/steps/15-cost-estimation.js +119 -0
- package/dist/cli/wizard/steps/15-cost-estimation.js.map +1 -0
- package/dist/cli/wizard/steps/16-best-practices.d.ts +7 -0
- package/dist/cli/wizard/steps/16-best-practices.d.ts.map +1 -0
- package/dist/cli/wizard/steps/16-best-practices.js +180 -0
- package/dist/cli/wizard/steps/16-best-practices.js.map +1 -0
- package/dist/cli/wizard/steps/index.d.ts +15 -0
- package/dist/cli/wizard/steps/index.d.ts.map +1 -0
- package/dist/cli/wizard/steps/index.js +15 -0
- package/dist/cli/wizard/steps/index.js.map +1 -0
- package/dist/cli/wizard/types.d.ts +94 -0
- package/dist/cli/wizard/types.d.ts.map +1 -0
- package/dist/cli/wizard/types.js +6 -0
- package/dist/cli/wizard/types.js.map +1 -0
- package/dist/cli/wizard/ui/console.d.ts +26 -0
- package/dist/cli/wizard/ui/console.d.ts.map +1 -0
- package/dist/cli/wizard/ui/console.js +104 -0
- package/dist/cli/wizard/ui/console.js.map +1 -0
- package/dist/cli/wizard/validators/index.d.ts +11 -0
- package/dist/cli/wizard/validators/index.d.ts.map +1 -0
- package/dist/cli/wizard/validators/index.js +35 -0
- package/dist/cli/wizard/validators/index.js.map +1 -0
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +16 -0
- package/dist/di-container.js.map +1 -1
- package/dist/index.d.ts +7 -24
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -31
- package/dist/index.js.map +1 -1
- package/dist/repositories/manifest.repository.js +1 -1
- package/dist/repositories/manifest.repository.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +7 -4
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/runtime/langflow.runtime.d.ts +2 -2
- package/dist/sdks/kagent/crd-generator.d.ts +21 -0
- package/dist/sdks/kagent/crd-generator.d.ts.map +1 -0
- package/dist/sdks/kagent/crd-generator.js +101 -0
- package/dist/sdks/kagent/crd-generator.js.map +1 -0
- package/dist/sdks/kagent/crd-parser.d.ts +13 -0
- package/dist/sdks/kagent/crd-parser.d.ts.map +1 -0
- package/dist/sdks/kagent/crd-parser.js +91 -0
- package/dist/sdks/kagent/crd-parser.js.map +1 -0
- package/dist/sdks/kagent/index.d.ts +10 -0
- package/dist/sdks/kagent/index.d.ts.map +1 -0
- package/dist/sdks/kagent/index.js +9 -0
- package/dist/sdks/kagent/index.js.map +1 -0
- package/dist/sdks/kagent/runtime-adapter.d.ts +45 -0
- package/dist/sdks/kagent/runtime-adapter.d.ts.map +1 -0
- package/dist/sdks/kagent/runtime-adapter.js +129 -0
- package/dist/sdks/kagent/runtime-adapter.js.map +1 -0
- package/dist/sdks/kagent/types.d.ts +91 -0
- package/dist/sdks/kagent/types.d.ts.map +1 -0
- package/dist/sdks/kagent/types.js +5 -0
- package/dist/sdks/kagent/types.js.map +1 -0
- package/dist/sdks/kagent/validator.d.ts +17 -0
- package/dist/sdks/kagent/validator.d.ts.map +1 -0
- package/dist/sdks/kagent/validator.js +73 -0
- package/dist/sdks/kagent/validator.js.map +1 -0
- package/dist/sdks/shared/types.d.ts +1 -1
- package/dist/sdks/typescript/types.d.ts +3 -3
- package/dist/sdks/typescript/types.js +3 -3
- package/dist/services/agents-md/agents-md.service.d.ts.map +1 -1
- package/dist/services/agents-md/agents-md.service.js +0 -6
- package/dist/services/agents-md/agents-md.service.js.map +1 -1
- package/dist/services/agents-md/repo-agents-md.service.d.ts +87 -0
- package/dist/services/agents-md/repo-agents-md.service.d.ts.map +1 -0
- package/dist/services/agents-md/repo-agents-md.service.js +202 -0
- package/dist/services/agents-md/repo-agents-md.service.js.map +1 -0
- package/dist/services/ai-architect.service.d.ts +48 -0
- package/dist/services/ai-architect.service.d.ts.map +1 -0
- package/dist/services/ai-architect.service.js +273 -0
- package/dist/services/ai-architect.service.js.map +1 -0
- package/dist/services/audit.d.ts +80 -0
- package/dist/services/audit.d.ts.map +1 -0
- package/dist/services/audit.js +245 -0
- package/dist/services/audit.js.map +1 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js +1 -1
- package/dist/services/git.service.d.ts +10 -1
- package/dist/services/git.service.d.ts.map +1 -1
- package/dist/services/git.service.js +42 -2
- package/dist/services/git.service.js.map +1 -1
- package/dist/services/knowledge-generation.service.d.ts +46 -0
- package/dist/services/knowledge-generation.service.d.ts.map +1 -0
- package/dist/services/knowledge-generation.service.js +96 -0
- package/dist/services/knowledge-generation.service.js.map +1 -0
- package/dist/services/knowledge.service.d.ts +88 -0
- package/dist/services/knowledge.service.d.ts.map +1 -0
- package/dist/services/knowledge.service.js +214 -0
- package/dist/services/knowledge.service.js.map +1 -0
- package/dist/services/migration-transform.service.d.ts +11 -3
- package/dist/services/migration-transform.service.d.ts.map +1 -1
- package/dist/services/migration-transform.service.js +69 -10
- package/dist/services/migration-transform.service.js.map +1 -1
- package/dist/services/registry.service.d.ts +34 -0
- package/dist/services/registry.service.d.ts.map +1 -0
- package/dist/services/registry.service.js +161 -0
- package/dist/services/registry.service.js.map +1 -0
- package/dist/services/release-automation/release-agent.service.d.ts +39 -0
- package/dist/services/release-automation/release-agent.service.d.ts.map +1 -0
- package/dist/services/release-automation/release-agent.service.js +42 -0
- package/dist/services/release-automation/release-agent.service.js.map +1 -0
- package/dist/services/skills/claude-skills.service.d.ts +51 -0
- package/dist/services/skills/claude-skills.service.d.ts.map +1 -0
- package/dist/services/skills/claude-skills.service.js +252 -0
- package/dist/services/skills/claude-skills.service.js.map +1 -0
- package/dist/services/structure/agents-folder.service.d.ts +37 -0
- package/dist/services/structure/agents-folder.service.d.ts.map +1 -0
- package/dist/services/structure/agents-folder.service.js +318 -0
- package/dist/services/structure/agents-folder.service.js.map +1 -0
- package/dist/services/taxonomy-validator.service.d.ts +25 -0
- package/dist/services/taxonomy-validator.service.d.ts.map +1 -0
- package/dist/services/taxonomy-validator.service.js +149 -0
- package/dist/services/taxonomy-validator.service.js.map +1 -0
- package/dist/services/taxonomy.service.d.ts +132 -0
- package/dist/services/taxonomy.service.d.ts.map +1 -0
- package/dist/services/taxonomy.service.js +330 -0
- package/dist/services/taxonomy.service.js.map +1 -0
- package/dist/services/template-processor.service.d.ts +34 -0
- package/dist/services/template-processor.service.d.ts.map +1 -0
- package/dist/services/template-processor.service.js +112 -0
- package/dist/services/template-processor.service.js.map +1 -0
- package/dist/services/template.service.d.ts +54 -0
- package/dist/services/template.service.d.ts.map +1 -0
- package/dist/services/template.service.js +154 -0
- package/dist/services/template.service.js.map +1 -0
- package/dist/spec/ossa-audit-api.yaml +311 -0
- package/dist/spec/registry/registry-api.yaml +144 -0
- package/dist/spec/schema/components/adapter.schema.json +33 -0
- package/dist/spec/schema/components/identity.schema.json +78 -0
- package/dist/spec/v0.3/CHANGELOG.md +2 -2
- package/dist/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
- package/dist/spec/v0.3/README.md +2 -2
- package/dist/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
- package/dist/spec/v0.3/ossa-v0.3.schema.json +15824 -0
- package/dist/spec/v0.3.6/CHANGELOG.md +171 -0
- package/dist/spec/v0.3.6/README.md +382 -0
- package/dist/spec/v0.3.6/taxonomy.yaml +506 -0
- package/dist/testing/fixtures.d.ts.map +1 -1
- package/dist/testing/fixtures.js +6 -0
- package/dist/testing/fixtures.js.map +1 -1
- package/dist/testing/runner.d.ts.map +1 -1
- package/dist/testing/runner.js +4 -20
- package/dist/testing/runner.js.map +1 -1
- package/dist/types/architect.d.ts +48 -0
- package/dist/types/architect.d.ts.map +1 -0
- package/dist/types/architect.js +7 -0
- package/dist/types/architect.js.map +1 -0
- package/dist/types/identity.d.ts +78 -401
- package/dist/types/identity.d.ts.map +1 -1
- package/dist/types/identity.js +5 -7
- package/dist/types/identity.js.map +1 -1
- package/dist/types/identity.zod.d.ts +5 -5
- package/dist/types/index.d.ts +69 -41
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +4 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/personality.zod.d.ts +24 -24
- package/dist/types/prompts.zod.d.ts +4 -4
- package/dist/utils/version.d.ts.map +1 -1
- package/dist/utils/version.js +73 -46
- package/dist/utils/version.js.map +1 -1
- package/dist/validation/__tests__/error-codes.test.d.ts +5 -0
- package/dist/validation/__tests__/error-codes.test.d.ts.map +1 -0
- package/dist/validation/__tests__/error-codes.test.js +252 -0
- package/dist/validation/__tests__/error-codes.test.js.map +1 -0
- package/dist/validation/enhanced-validator.d.ts +38 -0
- package/dist/validation/enhanced-validator.d.ts.map +1 -0
- package/dist/validation/enhanced-validator.js +242 -0
- package/dist/validation/enhanced-validator.js.map +1 -0
- package/dist/validation/error-codes.d.ts +170 -0
- package/dist/validation/error-codes.d.ts.map +1 -0
- package/dist/validation/error-codes.js +1159 -0
- package/dist/validation/error-codes.js.map +1 -0
- package/dist/validation/error-formatter.d.ts +81 -0
- package/dist/validation/error-formatter.d.ts.map +1 -0
- package/dist/validation/error-formatter.js +375 -0
- package/dist/validation/error-formatter.js.map +1 -0
- package/dist/validation/index.d.ts +16 -0
- package/dist/validation/index.d.ts.map +1 -0
- package/dist/validation/index.js +20 -0
- package/dist/validation/index.js.map +1 -0
- package/dist/validation/linter.d.ts +36 -0
- package/dist/validation/linter.d.ts.map +1 -0
- package/dist/validation/linter.js +453 -0
- package/dist/validation/linter.js.map +1 -0
- package/dist/validation/validator.d.ts +38 -0
- package/dist/validation/validator.d.ts.map +1 -0
- package/dist/validation/validator.js +262 -0
- package/dist/validation/validator.js.map +1 -0
- package/examples/a2a/agent-handoff.ossa.yaml +1 -1
- package/examples/a2a/service-discovery.ossa.yaml +1 -1
- 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/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/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/monorepo-agent.ossa.yaml +1 -1
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +1 -1
- package/examples/build-once-use-everywhere/README.md +184 -0
- package/examples/build-once-use-everywhere/agent.ossa.yaml +38 -0
- package/examples/build-once-use-everywhere/deploy-config.yaml +32 -0
- 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 +5 -3
- package/examples/contracts/data-producer.ossa.yaml +1 -1
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
- package/examples/economics/marketplace-agent.ossa.json +210 -0
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/genetics/breeding-agent.ossa.json +194 -0
- package/examples/getting-started/01-minimal-agent.ossa.yaml +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/lifecycle/mentoring-agent.ossa.json +293 -0
- package/examples/mcp/database-mcp.ossa.yaml +1 -1
- package/examples/mcp/filesystem-mcp.ossa.yaml +1 -1
- 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 +1 -1
- package/examples/messaging/security-scanner.ossa.yaml +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/migrations/crewai-to-ossa/README.md +66 -0
- package/examples/migrations/langchain/01-python-react-agent-after.ossa.yaml +2 -2
- package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +2 -2
- package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +2 -2
- package/examples/migrations/langchain/04-config-based-after.ossa.yaml +2 -2
- package/examples/migrations/langchain-to-ossa/README.md +73 -0
- package/examples/migrations/swarm-to-ossa/COMPARISON.md +350 -0
- package/examples/migrations/swarm-to-ossa/INDEX.md +355 -0
- package/examples/migrations/swarm-to-ossa/MIGRATION-FLOW.md +410 -0
- package/examples/migrations/swarm-to-ossa/QUICKSTART.md +453 -0
- package/examples/migrations/swarm-to-ossa/README.md +665 -0
- package/examples/migrations/swarm-to-ossa/after-handoffs.ossa.yaml +482 -0
- package/examples/migrations/swarm-to-ossa/after-triage-agent.ossa.yaml +315 -0
- package/examples/migrations/swarm-to-ossa/before-handoffs.py +373 -0
- package/examples/migrations/swarm-to-ossa/before-triage-agent.py +234 -0
- 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/multi-platform/single-manifest/README.md +72 -0
- package/examples/multi-platform/single-manifest/agent.ossa.yaml +32 -0
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/ossa-templates/11-react-performance-expert.ossa.yaml +1 -1
- package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +1 -1
- package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +1 -1
- package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +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/registry/agents/code-reviewer/agent.yaml +1 -1
- package/examples/registry/agents/security-scanner/agent.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 +1 -1
- package/examples/showcase/code-assistant.ossa.yaml +1 -1
- package/examples/showcase/code-reviewer.ossa.yaml +1 -1
- package/examples/showcase/compliance-validator.ossa.yaml +1 -1
- package/examples/showcase/content-writer.ossa.yaml +1 -1
- package/examples/showcase/data-transformer.ossa.yaml +1 -1
- package/examples/showcase/doc-generator.ossa.yaml +1 -1
- package/examples/showcase/security-scanner.ossa.yaml +1 -1
- package/examples/showcase/test-generator.ossa.yaml +1 -1
- package/examples/showcase/workflow-orchestrator.ossa.yaml +1 -1
- package/examples/swarm/pso-optimizer.ossa.json +171 -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/v0.3.6/full-featured-v0.3.6.ossa.yaml +304 -0
- package/examples/v0.3.6/gitlab-duo-composite-identity.ossa.yaml +119 -0
- package/examples/v0.3.6/knowledge-graph-integration.ossa.yaml +109 -0
- package/examples/v0.3.6/token-efficiency-economy.ossa.yaml +111 -0
- package/examples/v0.3.6-features/README.md +433 -0
- package/examples/v0.3.6-features/genetics-breeding-advanced.ossa.yaml +496 -0
- package/examples/v0.3.6-features/genetics-breeding-simple.ossa.yaml +304 -0
- package/examples/v0.3.6-features/genetics-fitness-scoring.ossa.yaml +551 -0
- package/examples/validation/error-codes-demo.ts +254 -0
- 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/openapi/agents-md-service.yaml +338 -0
- package/openapi/cli-commands.openapi.yaml +0 -28
- package/openapi/ossa-cli-enhancements.openapi.yaml +148 -0
- package/openapi/release-automation.openapi.yaml +144 -0
- package/package.json +35 -12
- package/schemas/capability-contract.v0.json +116 -0
- package/schemas/identity.lock.schema.json +59 -0
- package/schemas/identity.plan.schema.json +132 -0
- package/spec/ossa-audit-api.yaml +311 -0
- package/spec/registry/registry-api.yaml +144 -0
- package/spec/schema/components/adapter.schema.json +33 -0
- package/spec/schema/components/identity.schema.json +78 -0
- package/spec/v0.3/CHANGELOG.md +2 -2
- package/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
- package/spec/v0.3/README.md +2 -2
- package/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
- package/spec/v0.3/ossa-v0.3.schema.json +15824 -0
- package/spec/v0.3.6/CHANGELOG.md +171 -0
- package/spec/v0.3.6/README.md +382 -0
- package/spec/v0.3.6/taxonomy.yaml +506 -0
- package/src/dev-cli/src/index.ts +0 -0
- package/templates/agent-types/analyzer/cost-analyzer.yaml +38 -0
- package/templates/agent-types/analyzer/performance-profiler.yaml +38 -0
- package/templates/agent-types/analyzer/security-scanner.yaml +36 -0
- package/templates/agent-types/backend/api-validator.yaml +37 -0
- package/templates/agent-types/backend/load-balancer.yaml +39 -0
- package/templates/agent-types/content/content-generator.yaml +40 -0
- package/templates/agent-types/content/seo-optimizer.yaml +39 -0
- package/templates/agent-types/data/data-processor.yaml +38 -0
- package/templates/agent-types/data/report-generator.yaml +40 -0
- package/templates/agent-types/development/code-generator.yaml +39 -0
- package/templates/agent-types/development/dependency-updater.yaml +38 -0
- package/templates/agent-types/frontend/accessibility-checker.yaml +38 -0
- package/templates/agent-types/frontend/ui-tester.yaml +38 -0
- package/templates/agent-types/infrastructure/deployment-automator.yaml +39 -0
- package/templates/agent-types/infrastructure/resource-optimizer.yaml +38 -0
- package/templates/agent-types/monitor/health-checker.yaml +37 -0
- package/templates/agent-types/monitor/log-analyzer.yaml +37 -0
- package/templates/agent-types/orchestrator/multi-agent-coordinator.yaml +38 -0
- package/templates/agent-types/orchestrator/workflow-manager.yaml +39 -0
- package/templates/agent-types/security/compliance-checker.yaml +38 -0
- package/templates/agent-types/security/vulnerability-scanner.yaml +38 -0
- package/templates/agent-types/worker/api-tester.yaml +43 -0
- package/templates/agent-types/worker/code-reviewer.yaml +39 -0
- package/templates/agent-types/worker/database-migrator.yaml +38 -0
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: OSSA CLI Enhancements API
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: |
|
|
6
|
+
OpenAPI specification for OSSA CLI enhancement commands:
|
|
7
|
+
- Knowledge base generation
|
|
8
|
+
- Agent enhancement
|
|
9
|
+
- Context enrichment
|
|
10
|
+
- Learning & feedback loops
|
|
11
|
+
- Real example generation
|
|
12
|
+
|
|
13
|
+
FOLLOWS DRY PRINCIPLE: Single source of truth for all CLI command schemas.
|
|
14
|
+
contact:
|
|
15
|
+
name: OSSA Standards Team
|
|
16
|
+
email: ossa@bluefly.io
|
|
17
|
+
license:
|
|
18
|
+
name: Apache-2.0
|
|
19
|
+
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
|
20
|
+
|
|
21
|
+
servers:
|
|
22
|
+
- url: http://localhost:4000/api/v1
|
|
23
|
+
description: Local development server
|
|
24
|
+
- url: https://api.blueflyagents.com/api/v1
|
|
25
|
+
description: Production API server
|
|
26
|
+
|
|
27
|
+
tags:
|
|
28
|
+
- name: knowledge
|
|
29
|
+
description: Knowledge base generation and management
|
|
30
|
+
- name: enhancement
|
|
31
|
+
description: Agent enhancement operations
|
|
32
|
+
- name: examples
|
|
33
|
+
description: Real example generation
|
|
34
|
+
|
|
35
|
+
paths:
|
|
36
|
+
/knowledge/generate:
|
|
37
|
+
post:
|
|
38
|
+
operationId: generateKnowledgeBase
|
|
39
|
+
summary: Generate knowledge base from codebase
|
|
40
|
+
tags:
|
|
41
|
+
- knowledge
|
|
42
|
+
requestBody:
|
|
43
|
+
required: true
|
|
44
|
+
content:
|
|
45
|
+
application/json:
|
|
46
|
+
schema:
|
|
47
|
+
type: object
|
|
48
|
+
required:
|
|
49
|
+
- agentName
|
|
50
|
+
- sourcePath
|
|
51
|
+
properties:
|
|
52
|
+
agentName:
|
|
53
|
+
type: string
|
|
54
|
+
example: code-quality-reviewer
|
|
55
|
+
sourcePath:
|
|
56
|
+
type: string
|
|
57
|
+
example: ~/Sites/blueflyio/compliance-engine
|
|
58
|
+
patterns:
|
|
59
|
+
type: array
|
|
60
|
+
items:
|
|
61
|
+
type: string
|
|
62
|
+
example: ["typescript", "react", "drupal"]
|
|
63
|
+
outputPath:
|
|
64
|
+
type: string
|
|
65
|
+
syncBrain:
|
|
66
|
+
type: boolean
|
|
67
|
+
default: false
|
|
68
|
+
responses:
|
|
69
|
+
'200':
|
|
70
|
+
description: Knowledge base generated successfully
|
|
71
|
+
content:
|
|
72
|
+
application/json:
|
|
73
|
+
schema:
|
|
74
|
+
type: object
|
|
75
|
+
properties:
|
|
76
|
+
success:
|
|
77
|
+
type: boolean
|
|
78
|
+
knowledgeBase:
|
|
79
|
+
type: object
|
|
80
|
+
properties:
|
|
81
|
+
patterns:
|
|
82
|
+
type: array
|
|
83
|
+
items:
|
|
84
|
+
type: string
|
|
85
|
+
examples:
|
|
86
|
+
type: integer
|
|
87
|
+
contextFiles:
|
|
88
|
+
type: integer
|
|
89
|
+
outputPath:
|
|
90
|
+
type: string
|
|
91
|
+
|
|
92
|
+
/enhance/agent:
|
|
93
|
+
post:
|
|
94
|
+
operationId: enhanceAgent
|
|
95
|
+
summary: Enhance existing agent
|
|
96
|
+
tags:
|
|
97
|
+
- enhancement
|
|
98
|
+
requestBody:
|
|
99
|
+
required: true
|
|
100
|
+
content:
|
|
101
|
+
application/json:
|
|
102
|
+
schema:
|
|
103
|
+
type: object
|
|
104
|
+
required:
|
|
105
|
+
- agentName
|
|
106
|
+
properties:
|
|
107
|
+
agentName:
|
|
108
|
+
type: string
|
|
109
|
+
capabilities:
|
|
110
|
+
type: array
|
|
111
|
+
items:
|
|
112
|
+
type: string
|
|
113
|
+
promptsFromCodebase:
|
|
114
|
+
type: boolean
|
|
115
|
+
tools:
|
|
116
|
+
type: array
|
|
117
|
+
items:
|
|
118
|
+
type: string
|
|
119
|
+
responses:
|
|
120
|
+
'200':
|
|
121
|
+
description: Agent enhanced successfully
|
|
122
|
+
|
|
123
|
+
/examples/generate:
|
|
124
|
+
post:
|
|
125
|
+
operationId: generateExamples
|
|
126
|
+
summary: Generate real examples from codebase
|
|
127
|
+
tags:
|
|
128
|
+
- examples
|
|
129
|
+
requestBody:
|
|
130
|
+
required: true
|
|
131
|
+
content:
|
|
132
|
+
application/json:
|
|
133
|
+
schema:
|
|
134
|
+
type: object
|
|
135
|
+
required:
|
|
136
|
+
- agentName
|
|
137
|
+
properties:
|
|
138
|
+
agentName:
|
|
139
|
+
type: string
|
|
140
|
+
sourcePath:
|
|
141
|
+
type: string
|
|
142
|
+
gitlabIssues:
|
|
143
|
+
type: boolean
|
|
144
|
+
gitlabMRs:
|
|
145
|
+
type: boolean
|
|
146
|
+
responses:
|
|
147
|
+
'200':
|
|
148
|
+
description: Examples generated successfully
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: Release Automation API
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: |
|
|
6
|
+
OpenAPI specification for agent-based release automation.
|
|
7
|
+
Integrates semantic-release, Keep a Changelog format, and agent orchestration.
|
|
8
|
+
|
|
9
|
+
FOLLOWS DRY PRINCIPLE: Single source of truth for release automation schemas.
|
|
10
|
+
contact:
|
|
11
|
+
name: OSSA Release Team
|
|
12
|
+
email: release@bluefly.io
|
|
13
|
+
license:
|
|
14
|
+
name: Apache-2.0
|
|
15
|
+
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
|
16
|
+
|
|
17
|
+
servers:
|
|
18
|
+
- url: http://localhost:4000/api/v1
|
|
19
|
+
description: Local development server
|
|
20
|
+
- url: https://api.blueflyagents.com/api/v1
|
|
21
|
+
description: Production API server
|
|
22
|
+
|
|
23
|
+
tags:
|
|
24
|
+
- name: release
|
|
25
|
+
description: Release orchestration and automation
|
|
26
|
+
- name: changelog
|
|
27
|
+
description: Changelog generation and management
|
|
28
|
+
- name: version
|
|
29
|
+
description: Version management and validation
|
|
30
|
+
|
|
31
|
+
paths:
|
|
32
|
+
/release/analyze:
|
|
33
|
+
post:
|
|
34
|
+
operationId: analyzeRelease
|
|
35
|
+
summary: Analyze commits and determine release type
|
|
36
|
+
tags:
|
|
37
|
+
- release
|
|
38
|
+
requestBody:
|
|
39
|
+
required: true
|
|
40
|
+
content:
|
|
41
|
+
application/json:
|
|
42
|
+
schema:
|
|
43
|
+
type: object
|
|
44
|
+
required:
|
|
45
|
+
- branch
|
|
46
|
+
properties:
|
|
47
|
+
branch:
|
|
48
|
+
type: string
|
|
49
|
+
example: release/v0.3.x
|
|
50
|
+
fromTag:
|
|
51
|
+
type: string
|
|
52
|
+
example: v0.3.6
|
|
53
|
+
toCommit:
|
|
54
|
+
type: string
|
|
55
|
+
example: HEAD
|
|
56
|
+
dryRun:
|
|
57
|
+
type: boolean
|
|
58
|
+
default: false
|
|
59
|
+
responses:
|
|
60
|
+
'200':
|
|
61
|
+
description: Release analysis complete
|
|
62
|
+
content:
|
|
63
|
+
application/json:
|
|
64
|
+
schema:
|
|
65
|
+
type: object
|
|
66
|
+
properties:
|
|
67
|
+
releaseNeeded:
|
|
68
|
+
type: boolean
|
|
69
|
+
releaseType:
|
|
70
|
+
type: string
|
|
71
|
+
enum: [major, minor, patch, prerelease]
|
|
72
|
+
currentVersion:
|
|
73
|
+
type: string
|
|
74
|
+
nextVersion:
|
|
75
|
+
type: string
|
|
76
|
+
|
|
77
|
+
/release/execute:
|
|
78
|
+
post:
|
|
79
|
+
operationId: executeRelease
|
|
80
|
+
summary: Execute full release workflow via agent orchestration
|
|
81
|
+
tags:
|
|
82
|
+
- release
|
|
83
|
+
requestBody:
|
|
84
|
+
required: true
|
|
85
|
+
content:
|
|
86
|
+
application/json:
|
|
87
|
+
schema:
|
|
88
|
+
type: object
|
|
89
|
+
required:
|
|
90
|
+
- branch
|
|
91
|
+
properties:
|
|
92
|
+
branch:
|
|
93
|
+
type: string
|
|
94
|
+
dryRun:
|
|
95
|
+
type: boolean
|
|
96
|
+
default: false
|
|
97
|
+
responses:
|
|
98
|
+
'200':
|
|
99
|
+
description: Release executed successfully
|
|
100
|
+
|
|
101
|
+
/changelog/generate:
|
|
102
|
+
post:
|
|
103
|
+
operationId: generateChangelog
|
|
104
|
+
summary: Generate changelog following Keep a Changelog format
|
|
105
|
+
tags:
|
|
106
|
+
- changelog
|
|
107
|
+
requestBody:
|
|
108
|
+
required: true
|
|
109
|
+
content:
|
|
110
|
+
application/json:
|
|
111
|
+
schema:
|
|
112
|
+
type: object
|
|
113
|
+
required:
|
|
114
|
+
- version
|
|
115
|
+
properties:
|
|
116
|
+
version:
|
|
117
|
+
type: string
|
|
118
|
+
format:
|
|
119
|
+
type: string
|
|
120
|
+
enum: [keepachangelog, markdown, json]
|
|
121
|
+
default: keepachangelog
|
|
122
|
+
responses:
|
|
123
|
+
'200':
|
|
124
|
+
description: Changelog generated successfully
|
|
125
|
+
|
|
126
|
+
/changelog/validate:
|
|
127
|
+
post:
|
|
128
|
+
operationId: validateChangelog
|
|
129
|
+
summary: Validate changelog follows Keep a Changelog format
|
|
130
|
+
tags:
|
|
131
|
+
- changelog
|
|
132
|
+
requestBody:
|
|
133
|
+
required: true
|
|
134
|
+
content:
|
|
135
|
+
application/json:
|
|
136
|
+
schema:
|
|
137
|
+
type: object
|
|
138
|
+
properties:
|
|
139
|
+
changelogPath:
|
|
140
|
+
type: string
|
|
141
|
+
default: CHANGELOG.md
|
|
142
|
+
responses:
|
|
143
|
+
'200':
|
|
144
|
+
description: Changelog validation result
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluefly/openstandardagents",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./schema": "./spec/v{{VERSION}}/ossa-{{VERSION}}.schema.json",
|
|
6
6
|
"./schema/v0.3.3": "./spec/v{{VERSION}}/ossa-{{VERSION}}.schema.json",
|
|
@@ -53,6 +53,11 @@
|
|
|
53
53
|
"types": "./dist/mesh/index.d.ts",
|
|
54
54
|
"import": "./dist/mesh/index.js",
|
|
55
55
|
"require": "./dist/mesh/index.js"
|
|
56
|
+
},
|
|
57
|
+
"./audit": {
|
|
58
|
+
"types": "./dist/services/audit.d.ts",
|
|
59
|
+
"import": "./dist/services/audit.js",
|
|
60
|
+
"require": "./dist/services/audit.js"
|
|
56
61
|
}
|
|
57
62
|
},
|
|
58
63
|
"description": "OSSA - Open Standard for Software Agents. The OpenAPI for agents. A specification standard (not a framework) that defines contracts/metadata for production agent systems.",
|
|
@@ -76,6 +81,7 @@
|
|
|
76
81
|
"README.md",
|
|
77
82
|
"LICENSE",
|
|
78
83
|
"CHANGELOG.md",
|
|
84
|
+
".version.json",
|
|
79
85
|
".env.local",
|
|
80
86
|
".devfile.yaml",
|
|
81
87
|
".wiki-config.json",
|
|
@@ -85,12 +91,12 @@
|
|
|
85
91
|
"llms-ctx.txt"
|
|
86
92
|
],
|
|
87
93
|
"publishConfig": {
|
|
88
|
-
"
|
|
89
|
-
"
|
|
94
|
+
"registry": "https://registry.npmjs.org/",
|
|
95
|
+
"access": "public"
|
|
90
96
|
},
|
|
91
97
|
"repository": {
|
|
92
98
|
"type": "git",
|
|
93
|
-
"url": "https://
|
|
99
|
+
"url": "https://gitlab.com/blueflyio/ossa/openstandardagents.git"
|
|
94
100
|
},
|
|
95
101
|
"bugs": {
|
|
96
102
|
"url": "https://github.com/blueflyio/openstandardagents/issues"
|
|
@@ -100,7 +106,7 @@
|
|
|
100
106
|
"// ─────────────────────────────────────────────────────────────────────────────": "",
|
|
101
107
|
"// BUILD & DEVELOPMENT": "",
|
|
102
108
|
"prebuild": "npm run docs:process",
|
|
103
|
-
"build": "tsc && npm run build:assets",
|
|
109
|
+
"build": "tsc && tsx src/tools/fix-esm-imports.ts && npm run build:assets",
|
|
104
110
|
"build:assets": "cp -r spec dist/",
|
|
105
111
|
"build:clean": "npm run clean && npm run build",
|
|
106
112
|
"dev": "tsc --watch",
|
|
@@ -135,9 +141,9 @@
|
|
|
135
141
|
"validate:sdks": "npm run validate:sdk:typescript && npm run validate:sdk:python",
|
|
136
142
|
"validate:sdk:typescript": "cd src/sdks/typescript && npm install && npm run build && npm run typecheck",
|
|
137
143
|
"validate:sdk:python": "cd src/sdks/python && python -m pip install --quiet -e . && python -m pytest tests/ -v || true",
|
|
138
|
-
"validate:schema": "npx ajv-cli compile -s $(node -p \"require('./.version.json').spec_path\")/$(node -p \"require('./.version.json').schema_file\") -r $(node -p \"require('./.version.json').spec_path\")/extensions/kagent/kagent.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/mcp/mcp.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/a2a/a2a.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/langchain/langchain.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/langgraph/langgraph.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/ag2/ag2.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/crewai/crewai.schema.json --strict=false --allow-union-types",
|
|
139
|
-
"validate:manifest": "npx ajv-cli validate -s $(node -p \"require('./.version.json').spec_path\")/$(node -p \"require('./.version.json').schema_file\") --strict=false --allow-union-types -d",
|
|
140
|
-
"validate:examples": "find examples -name '*.ossa.yaml' -o -name '*.ossa.yml' | head -20 | xargs -I {} npm run validate:manifest -- {}",
|
|
144
|
+
"validate:schema": "npx ajv-cli compile -s $(node -p \"require('./.version.json').spec_path\")/$(node -p \"require('./.version.json').schema_file\") -r $(node -p \"require('./.version.json').spec_path\")/extensions/kagent/kagent.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/mcp/mcp.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/a2a/a2a.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/langchain/langchain.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/langgraph/langgraph.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/ag2/ag2.schema.json -r $(node -p \"require('./.version.json').spec_path\")/extensions/crewai/crewai.schema.json --strict=false --allow-union-types -c ajv-formats",
|
|
145
|
+
"validate:manifest": "npx ajv-cli validate -s $(node -p \"require('./.version.json').spec_path\")/$(node -p \"require('./.version.json').schema_file\") --strict=false --allow-union-types -c ajv-formats -d",
|
|
146
|
+
"validate:examples": "find examples -name '*.ossa.yaml' -o -name '*.ossa.yml' | grep -v 'swarm-to-ossa' | head -20 | xargs -I {} npm run validate:manifest -- {}",
|
|
141
147
|
"validate:power": "tsx src/tools/validation/validate-ossa.ts",
|
|
142
148
|
"validate:openapi": "tsx src/tools/validation/validate-openapi-extensions.ts",
|
|
143
149
|
"validate:current": "tsx src/tools/validation/validate-v$(node -p \"require('./.version.json').current\")-features.ts",
|
|
@@ -179,7 +185,7 @@
|
|
|
179
185
|
"postinstall": "node bin/postinstall || true",
|
|
180
186
|
"// RELEASE & PUBLISH": "",
|
|
181
187
|
"prerelease": "npm run quality && npm run test && npm run validate",
|
|
182
|
-
"prepublishOnly": "npm run build:clean && npm run test && npm run
|
|
188
|
+
"prepublishOnly": "npm run build:clean && npm run test:unit && npm run test:smoke",
|
|
183
189
|
"release:check": "npm run prerelease && echo '✅ Ready for release'",
|
|
184
190
|
"release:verify": "tsx src/dev-cli/src/index.ts release verify",
|
|
185
191
|
"release:prep": "tsx src/dev-cli/src/index.ts release prep v$(node -p \"require('./.version.json').latest_stable\")"
|
|
@@ -215,13 +221,15 @@
|
|
|
215
221
|
"@qdrant/js-client-rest": "^1.9.0",
|
|
216
222
|
"@types/tar": "^6.1.13",
|
|
217
223
|
"ajv": "^8.12.0",
|
|
218
|
-
"ajv-formats": "^3.0.1",
|
|
219
224
|
"axios": "^1.12.2",
|
|
225
|
+
"boxen": "^7.1.1",
|
|
220
226
|
"chalk": "^5.6.2",
|
|
221
227
|
"commander": "^11.1.0",
|
|
222
228
|
"glob": "^11.0.3",
|
|
229
|
+
"inquirer": "^9.2.12",
|
|
223
230
|
"inversify": "^7.10.4",
|
|
224
231
|
"openai": "^6.9.1",
|
|
232
|
+
"ora": "^8.0.1",
|
|
225
233
|
"readline": "^1.3.0",
|
|
226
234
|
"reflect-metadata": "^0.2.2",
|
|
227
235
|
"semver": "^7.7.3",
|
|
@@ -238,6 +246,7 @@
|
|
|
238
246
|
"@semantic-release/git": "^10.0.1",
|
|
239
247
|
"@semantic-release/github": "^12.0.0",
|
|
240
248
|
"@semantic-release/gitlab": "^13.2.9",
|
|
249
|
+
"@types/inquirer": "^9.0.9",
|
|
241
250
|
"@types/jest": "^29.5.14",
|
|
242
251
|
"@types/js-yaml": "^4.0.9",
|
|
243
252
|
"@types/node": "^20.19.19",
|
|
@@ -247,6 +256,8 @@
|
|
|
247
256
|
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
248
257
|
"@typescript-eslint/parser": "^8.48.0",
|
|
249
258
|
"ajv-cli": "^5.0.0",
|
|
259
|
+
"ajv-formats": "^3.0.1",
|
|
260
|
+
"esbuild": "^0.27.2",
|
|
250
261
|
"eslint": "^8.57.1",
|
|
251
262
|
"eslint-config-prettier": "^10.1.8",
|
|
252
263
|
"eslint-plugin-prettier": "^5.5.4",
|
|
@@ -263,8 +274,20 @@
|
|
|
263
274
|
"tsx": "^4.21.0",
|
|
264
275
|
"typescript": "^5.9.3"
|
|
265
276
|
},
|
|
277
|
+
"engines": {
|
|
278
|
+
"node": ">=20.0.0"
|
|
279
|
+
},
|
|
280
|
+
"workspaces": [
|
|
281
|
+
"packages/*"
|
|
282
|
+
],
|
|
283
|
+
"lint-staged": {
|
|
284
|
+
"src/**/*.{ts,tsx}": [
|
|
285
|
+
"eslint --fix",
|
|
286
|
+
"prettier --write"
|
|
287
|
+
]
|
|
288
|
+
},
|
|
266
289
|
"volta": {
|
|
267
|
-
"node": "
|
|
268
|
-
"npm": "10.
|
|
290
|
+
"node": "20.11.0",
|
|
291
|
+
"npm": "10.2.4"
|
|
269
292
|
}
|
|
270
293
|
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"title": "OSSA Capability Contract v0",
|
|
4
|
+
"description": "Defines an enforceable contract for an agent capability.",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"id": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"description": "Unique identifier for the capability (e.g., 'search', 'summarize-text'). Must be URL-friendly."
|
|
10
|
+
},
|
|
11
|
+
"version": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"description": "Version of this capability contract (e.g., '0.1.0').",
|
|
14
|
+
"pattern": "^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$"
|
|
15
|
+
},
|
|
16
|
+
"description": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "Human-readable description of what the capability does and when to use it.",
|
|
19
|
+
"maxLength": 1024
|
|
20
|
+
},
|
|
21
|
+
"inputSchema": {
|
|
22
|
+
"description": "JSON Schema defining the expected input for the capability.",
|
|
23
|
+
"oneOf": [
|
|
24
|
+
{" $ref": "https://json-schema.org/draft/2020-12/schema"},
|
|
25
|
+
{"type": "string"}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"outputSchema": {
|
|
29
|
+
"description": "JSON Schema defining the expected output from the capability.",
|
|
30
|
+
"oneOf": [
|
|
31
|
+
{" $ref": "https://json-schema.org/draft/2020-12/schema"},
|
|
32
|
+
{"type": "string"}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"authRequirements": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"description": "Specifies authentication schemes and scopes required for this capability.",
|
|
38
|
+
"properties": {
|
|
39
|
+
"schemes": {
|
|
40
|
+
"type": "array",
|
|
41
|
+
"items": {"type": "string"},
|
|
42
|
+
"description": "List of OpenAPI security scheme names (e.g., 'oauth2', 'apiKey')."
|
|
43
|
+
},
|
|
44
|
+
"scopes": {
|
|
45
|
+
"type": "array",
|
|
46
|
+
"items": {"type": "string"},
|
|
47
|
+
"description": "Provider-specific scopes or permissions required."
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": ["schemes"]
|
|
51
|
+
},
|
|
52
|
+
"semantics": {
|
|
53
|
+
"type": "object",
|
|
54
|
+
"properties": {
|
|
55
|
+
"idempotency": {
|
|
56
|
+
"type": "string",
|
|
57
|
+
"enum": ["idempotent", "non-idempotent"],
|
|
58
|
+
"description": "Indicates if the operation is idempotent."
|
|
59
|
+
},
|
|
60
|
+
"sideEffects": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"enum": ["none", "stateful", "external"],
|
|
63
|
+
"description": "Indicates if the capability has side effects."
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"required": ["idempotency", "sideEffects"]
|
|
67
|
+
},
|
|
68
|
+
"slo": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"description": "Service Level Objectives for the capability.",
|
|
71
|
+
"properties": {
|
|
72
|
+
"maxLatencyMs": {
|
|
73
|
+
"type": "integer",
|
|
74
|
+
"description": "Maximum acceptable latency in milliseconds (e.g., for p95)."
|
|
75
|
+
},
|
|
76
|
+
"maxErrorRate": {
|
|
77
|
+
"type": "number",
|
|
78
|
+
"format": "float",
|
|
79
|
+
"description": "Maximum acceptable error rate (e.g., 0.01 for 1%)."
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"required": ["maxLatencyMs", "maxErrorRate"]
|
|
83
|
+
},
|
|
84
|
+
"telemetryRequirements": {
|
|
85
|
+
"type": "object",
|
|
86
|
+
"description": "Specifies required telemetry emissions for this capability.",
|
|
87
|
+
"properties": {
|
|
88
|
+
"requiredMetrics": {
|
|
89
|
+
"type": "array",
|
|
90
|
+
"items": {"type": "string"},
|
|
91
|
+
"description": "List of standard metric names that must be emitted (e.g., 'ossa.capability.invocations', 'ossa.tokens.prompt')."
|
|
92
|
+
},
|
|
93
|
+
"logs": {
|
|
94
|
+
"type": "array",
|
|
95
|
+
"items": {"type": "string"},
|
|
96
|
+
"description": "List of standard log types that must be emitted (e.g., 'request_details', 'error_context')."
|
|
97
|
+
},
|
|
98
|
+
"trace": {
|
|
99
|
+
"type": "boolean",
|
|
100
|
+
"description": "Indicates whether tracing should be enabled for this capability."
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"required": ["requiredMetrics", "logs", "trace"]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"id",
|
|
108
|
+
"version",
|
|
109
|
+
"description",
|
|
110
|
+
"inputSchema",
|
|
111
|
+
"outputSchema",
|
|
112
|
+
"semantics",
|
|
113
|
+
"slo",
|
|
114
|
+
"telemetryRequirements"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Identity Lock Schema",
|
|
3
|
+
"description": "Schema for capturing resolved provider mappings and hashes for reproducibility and drift detection.",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"agentName": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"description": "The name of the agent."
|
|
9
|
+
},
|
|
10
|
+
"resolvedIdentity": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"properties": {
|
|
13
|
+
"principal": {
|
|
14
|
+
"type": "object",
|
|
15
|
+
"properties": {
|
|
16
|
+
"category": {"type": "string"},
|
|
17
|
+
"mode": {"type": "string"},
|
|
18
|
+
"provider": {"type": "string"},
|
|
19
|
+
"region": {"type": "string"},
|
|
20
|
+
"roleName": {"type": "string"},
|
|
21
|
+
"scopes": {"type": "array", "items": {"type": "string"}},
|
|
22
|
+
"oidc": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"issuerUrl": {"type": "string"},
|
|
26
|
+
"audience": {"type": "string"}
|
|
27
|
+
},
|
|
28
|
+
"required": ["issuerUrl", "audience"]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"required": ["category", "mode", "provider", "roleName"]
|
|
32
|
+
},
|
|
33
|
+
"credentialSource": {
|
|
34
|
+
"type": "object",
|
|
35
|
+
"properties": {
|
|
36
|
+
"type": {"type": "string"},
|
|
37
|
+
"ref": {"type": "string"}
|
|
38
|
+
},
|
|
39
|
+
"required": ["type", "ref"]
|
|
40
|
+
},
|
|
41
|
+
"provisionedResourceId": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "The unique identifier of the provisioned resource (e.g., ARN, GitLab SA ID)."
|
|
44
|
+
},
|
|
45
|
+
"hash": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"description": "A hash of the resolved configuration for drift detection."
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": ["principal", "credentialSource", "provisionedResourceId", "hash"]
|
|
51
|
+
},
|
|
52
|
+
"timestamp": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"format": "date-time",
|
|
55
|
+
"description": "Timestamp when this lock file was generated."
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"required": ["agentName", "resolvedIdentity", "timestamp"]
|
|
59
|
+
}
|