@bluefly/openstandardagents 0.2.9 → 0.3.0
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/CHANGELOG.md +1766 -212
- package/README.md +517 -168
- package/bin/ossa-generate +9 -16
- package/bin/quickstart +514 -0
- package/dist/adapters/anthropic/client.d.ts +144 -0
- package/dist/adapters/anthropic/client.d.ts.map +1 -0
- package/dist/adapters/anthropic/client.js +364 -0
- package/dist/adapters/anthropic/client.js.map +1 -0
- package/dist/adapters/anthropic/config.d.ts +149 -0
- package/dist/adapters/anthropic/config.d.ts.map +1 -0
- package/dist/adapters/anthropic/config.js +157 -0
- package/dist/adapters/anthropic/config.js.map +1 -0
- package/dist/adapters/anthropic/index.d.ts +40 -0
- package/dist/adapters/anthropic/index.d.ts.map +1 -0
- package/dist/adapters/anthropic/index.js +40 -0
- package/dist/adapters/anthropic/index.js.map +1 -0
- package/dist/adapters/anthropic/messages.d.ts +93 -0
- package/dist/adapters/anthropic/messages.d.ts.map +1 -0
- package/dist/adapters/anthropic/messages.js +318 -0
- package/dist/adapters/anthropic/messages.js.map +1 -0
- package/dist/adapters/anthropic/runtime.d.ts +136 -0
- package/dist/adapters/anthropic/runtime.d.ts.map +1 -0
- package/dist/adapters/anthropic/runtime.js +287 -0
- package/dist/adapters/anthropic/runtime.js.map +1 -0
- package/dist/adapters/anthropic/tools.d.ts +126 -0
- package/dist/adapters/anthropic/tools.d.ts.map +1 -0
- package/dist/adapters/anthropic/tools.js +329 -0
- package/dist/adapters/anthropic/tools.js.map +1 -0
- package/dist/adapters/crewai-adapter.d.ts +57 -0
- package/dist/adapters/crewai-adapter.d.ts.map +1 -0
- package/dist/adapters/crewai-adapter.js +164 -0
- package/dist/adapters/crewai-adapter.js.map +1 -0
- package/dist/adapters/drupal/index.d.ts +109 -0
- package/dist/adapters/drupal/index.d.ts.map +1 -0
- package/dist/adapters/drupal/index.js +292 -0
- package/dist/adapters/drupal/index.js.map +1 -0
- package/dist/adapters/langchain-adapter.d.ts +45 -0
- package/dist/adapters/langchain-adapter.d.ts.map +1 -0
- package/dist/adapters/langchain-adapter.js +133 -0
- package/dist/adapters/langchain-adapter.js.map +1 -0
- package/dist/adapters/langflow-adapter.d.ts +50 -0
- package/dist/adapters/langflow-adapter.d.ts.map +1 -0
- package/dist/adapters/langflow-adapter.js +232 -0
- package/dist/adapters/langflow-adapter.js.map +1 -0
- package/dist/adapters/openapi-adapter.d.ts +93 -0
- package/dist/adapters/openapi-adapter.d.ts.map +1 -0
- package/dist/adapters/openapi-adapter.js +311 -0
- package/dist/adapters/openapi-adapter.js.map +1 -0
- package/dist/adapters/symfony/index.d.ts +163 -0
- package/dist/adapters/symfony/index.d.ts.map +1 -0
- package/dist/adapters/symfony/index.js +271 -0
- package/dist/adapters/symfony/index.js.map +1 -0
- package/dist/cli/commands/agents-md.command.d.ts +7 -0
- package/dist/cli/commands/agents-md.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md.command.js +148 -0
- package/dist/cli/commands/agents-md.command.js.map +1 -0
- package/dist/cli/commands/contract.command.d.ts +10 -0
- package/dist/cli/commands/contract.command.d.ts.map +1 -0
- package/dist/cli/commands/contract.command.js +402 -0
- package/dist/cli/commands/contract.command.js.map +1 -0
- package/dist/cli/commands/dependencies.command.d.ts +10 -0
- package/dist/cli/commands/dependencies.command.d.ts.map +1 -0
- package/dist/cli/commands/dependencies.command.js +318 -0
- package/dist/cli/commands/dependencies.command.js.map +1 -0
- package/dist/cli/commands/deploy.command.d.ts +4 -0
- package/dist/cli/commands/deploy.command.d.ts.map +1 -0
- package/dist/cli/commands/deploy.command.js +172 -0
- package/dist/cli/commands/deploy.command.js.map +1 -0
- package/dist/cli/commands/deploy.d.ts +22 -0
- package/dist/cli/commands/deploy.d.ts.map +1 -0
- package/dist/cli/commands/deploy.js +319 -0
- package/dist/cli/commands/deploy.js.map +1 -0
- package/dist/cli/commands/export.command.d.ts +7 -0
- package/dist/cli/commands/export.command.d.ts.map +1 -0
- package/dist/cli/commands/export.command.js +56 -0
- package/dist/cli/commands/export.command.js.map +1 -0
- package/dist/cli/commands/generate.command.d.ts +7 -0
- package/dist/cli/commands/generate.command.d.ts.map +1 -0
- package/dist/cli/commands/generate.command.js +66 -0
- package/dist/cli/commands/generate.command.js.map +1 -0
- package/dist/cli/commands/github-sync.command.d.ts +3 -0
- package/dist/cli/commands/github-sync.command.d.ts.map +1 -0
- package/dist/cli/commands/github-sync.command.js +51 -0
- package/dist/cli/commands/github-sync.command.js.map +1 -0
- package/dist/cli/commands/gitlab-agent.command.d.ts +8 -0
- package/dist/cli/commands/gitlab-agent.command.d.ts.map +1 -0
- package/dist/cli/commands/gitlab-agent.command.js +201 -0
- package/dist/cli/commands/gitlab-agent.command.js.map +1 -0
- package/dist/cli/commands/import.command.d.ts +7 -0
- package/dist/cli/commands/import.command.d.ts.map +1 -0
- package/dist/cli/commands/import.command.js +36 -0
- package/dist/cli/commands/import.command.js.map +1 -0
- package/dist/cli/commands/info.command.d.ts +3 -0
- package/dist/cli/commands/info.command.d.ts.map +1 -0
- package/dist/cli/commands/info.command.js +45 -0
- package/dist/cli/commands/info.command.js.map +1 -0
- package/dist/cli/commands/init.command.d.ts +7 -0
- package/dist/cli/commands/init.command.d.ts.map +1 -0
- package/dist/cli/commands/init.command.js +139 -0
- package/dist/cli/commands/init.command.js.map +1 -0
- package/dist/cli/commands/install.command.d.ts +3 -0
- package/dist/cli/commands/install.command.d.ts.map +1 -0
- package/dist/cli/commands/install.command.js +44 -0
- package/dist/cli/commands/install.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.d.ts +22 -0
- package/dist/cli/commands/migrate.command.d.ts.map +1 -0
- package/dist/cli/commands/migrate.command.js +157 -0
- package/dist/cli/commands/migrate.command.js.map +1 -0
- package/dist/cli/commands/publish.command.d.ts +3 -0
- package/dist/cli/commands/publish.command.d.ts.map +1 -0
- package/dist/cli/commands/publish.command.js +76 -0
- package/dist/cli/commands/publish.command.js.map +1 -0
- package/dist/cli/commands/quickstart.command.d.ts +10 -0
- package/dist/cli/commands/quickstart.command.d.ts.map +1 -0
- package/dist/cli/commands/quickstart.command.js +257 -0
- package/dist/cli/commands/quickstart.command.js.map +1 -0
- package/dist/cli/commands/release.command.d.ts +8 -0
- package/dist/cli/commands/release.command.d.ts.map +1 -0
- package/dist/cli/commands/release.command.js +641 -0
- package/dist/cli/commands/release.command.js.map +1 -0
- package/dist/cli/commands/run.command.d.ts +7 -0
- package/dist/cli/commands/run.command.d.ts.map +1 -0
- package/dist/cli/commands/run.command.js +125 -0
- package/dist/cli/commands/run.command.js.map +1 -0
- package/dist/cli/commands/schema.command.d.ts +7 -0
- package/dist/cli/commands/schema.command.d.ts.map +1 -0
- package/dist/cli/commands/schema.command.js +76 -0
- package/dist/cli/commands/schema.command.js.map +1 -0
- package/dist/cli/commands/search.command.d.ts +3 -0
- package/dist/cli/commands/search.command.d.ts.map +1 -0
- package/dist/cli/commands/search.command.js +45 -0
- package/dist/cli/commands/search.command.js.map +1 -0
- package/dist/cli/commands/setup.command.d.ts +11 -0
- package/dist/cli/commands/setup.command.d.ts.map +1 -0
- package/dist/cli/commands/setup.command.js +350 -0
- package/dist/cli/commands/setup.command.js.map +1 -0
- package/dist/cli/commands/sync.command.d.ts +3 -0
- package/dist/cli/commands/sync.command.d.ts.map +1 -0
- package/dist/cli/commands/sync.command.js +51 -0
- package/dist/cli/commands/sync.command.js.map +1 -0
- package/dist/cli/commands/test.command.d.ts +3 -0
- package/dist/cli/commands/test.command.d.ts.map +1 -0
- package/dist/cli/commands/test.command.js +91 -0
- package/dist/cli/commands/test.command.js.map +1 -0
- package/dist/cli/commands/validate.command.d.ts +7 -0
- package/dist/cli/commands/validate.command.d.ts.map +1 -0
- package/dist/cli/commands/validate.command.js +143 -0
- package/dist/cli/commands/validate.command.js.map +1 -0
- package/dist/cli/index.d.ts +7 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +148 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli/utils/error-formatter.d.ts +19 -0
- package/dist/cli/utils/error-formatter.d.ts.map +1 -0
- package/dist/cli/utils/error-formatter.js +330 -0
- package/dist/cli/utils/error-formatter.js.map +1 -0
- package/dist/deploy/base-driver.d.ts +39 -0
- package/dist/deploy/base-driver.d.ts.map +1 -0
- package/dist/deploy/base-driver.js +63 -0
- package/dist/deploy/base-driver.js.map +1 -0
- package/dist/deploy/docker-driver.d.ts +32 -0
- package/dist/deploy/docker-driver.d.ts.map +1 -0
- package/dist/deploy/docker-driver.js +246 -0
- package/dist/deploy/docker-driver.js.map +1 -0
- package/dist/deploy/index.d.ts +15 -0
- package/dist/deploy/index.d.ts.map +1 -0
- package/dist/deploy/index.js +28 -0
- package/dist/deploy/index.js.map +1 -0
- package/dist/deploy/k8s-driver.d.ts +40 -0
- package/dist/deploy/k8s-driver.d.ts.map +1 -0
- package/dist/deploy/k8s-driver.js +372 -0
- package/dist/deploy/k8s-driver.js.map +1 -0
- package/dist/deploy/local-driver.d.ts +20 -0
- package/dist/deploy/local-driver.d.ts.map +1 -0
- package/dist/deploy/local-driver.js +150 -0
- package/dist/deploy/local-driver.js.map +1 -0
- package/dist/deploy/types.d.ts +103 -0
- package/dist/deploy/types.d.ts.map +1 -0
- package/dist/deploy/types.js +6 -0
- package/dist/deploy/types.js.map +1 -0
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +14 -0
- package/dist/di-container.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/mesh/client.d.ts +144 -0
- package/dist/mesh/client.d.ts.map +1 -0
- package/dist/mesh/client.js +424 -0
- package/dist/mesh/client.js.map +1 -0
- package/dist/mesh/discovery.d.ts +176 -0
- package/dist/mesh/discovery.d.ts.map +1 -0
- package/dist/mesh/discovery.js +288 -0
- package/dist/mesh/discovery.js.map +1 -0
- package/dist/mesh/index.d.ts +89 -0
- package/dist/mesh/index.d.ts.map +1 -0
- package/dist/mesh/index.js +92 -0
- package/dist/mesh/index.js.map +1 -0
- package/dist/mesh/routing.d.ts +158 -0
- package/dist/mesh/routing.d.ts.map +1 -0
- package/dist/mesh/routing.js +360 -0
- package/dist/mesh/routing.js.map +1 -0
- package/dist/mesh/types.d.ts +439 -0
- package/dist/mesh/types.d.ts.map +1 -0
- package/dist/mesh/types.js +6 -0
- package/dist/mesh/types.js.map +1 -0
- package/dist/messaging/broker.d.ts +76 -0
- package/dist/messaging/broker.d.ts.map +1 -0
- package/dist/messaging/broker.js +145 -0
- package/dist/messaging/broker.js.map +1 -0
- package/dist/messaging/channels.d.ts +70 -0
- package/dist/messaging/channels.d.ts.map +1 -0
- package/dist/messaging/channels.js +183 -0
- package/dist/messaging/channels.js.map +1 -0
- package/dist/messaging/index.d.ts +10 -0
- package/dist/messaging/index.d.ts.map +1 -0
- package/dist/messaging/index.js +10 -0
- package/dist/messaging/index.js.map +1 -0
- package/dist/messaging/protocols/memory.d.ts +83 -0
- package/dist/messaging/protocols/memory.d.ts.map +1 -0
- package/dist/messaging/protocols/memory.js +293 -0
- package/dist/messaging/protocols/memory.js.map +1 -0
- package/dist/messaging/protocols/redis.d.ts +83 -0
- package/dist/messaging/protocols/redis.d.ts.map +1 -0
- package/dist/messaging/protocols/redis.js +223 -0
- package/dist/messaging/protocols/redis.js.map +1 -0
- package/dist/messaging/types.d.ts +180 -0
- package/dist/messaging/types.d.ts.map +1 -0
- package/dist/messaging/types.js +6 -0
- package/dist/messaging/types.js.map +1 -0
- package/dist/repositories/manifest.repository.d.ts +1 -1
- package/dist/repositories/manifest.repository.d.ts.map +1 -1
- package/dist/repositories/manifest.repository.js +7 -6
- package/dist/repositories/manifest.repository.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts +4 -0
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +10 -3
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/sdk/events/cloudevents-emitter.d.ts +56 -0
- package/dist/sdk/events/cloudevents-emitter.d.ts.map +1 -0
- package/dist/sdk/events/cloudevents-emitter.js +101 -0
- package/dist/sdk/events/cloudevents-emitter.js.map +1 -0
- package/dist/sdk/events/index.d.ts +2 -0
- package/dist/sdk/events/index.d.ts.map +1 -0
- package/dist/sdk/events/index.js +2 -0
- package/dist/sdk/events/index.js.map +1 -0
- package/dist/sdk/tracing/index.d.ts +2 -0
- package/dist/sdk/tracing/index.d.ts.map +1 -0
- package/dist/sdk/tracing/index.js +2 -0
- package/dist/sdk/tracing/index.js.map +1 -0
- package/dist/sdk/tracing/w3c-baggage.d.ts +40 -0
- package/dist/sdk/tracing/w3c-baggage.d.ts.map +1 -0
- package/dist/sdk/tracing/w3c-baggage.js +148 -0
- package/dist/sdk/tracing/w3c-baggage.js.map +1 -0
- package/dist/services/agent-services/qdrant.service.d.ts +60 -0
- package/dist/services/agent-services/qdrant.service.d.ts.map +1 -0
- package/dist/services/agent-services/qdrant.service.js +168 -0
- package/dist/services/agent-services/qdrant.service.js.map +1 -0
- package/dist/services/agents-md/agents-md.service.d.ts +61 -0
- package/dist/services/agents-md/agents-md.service.d.ts.map +1 -0
- package/dist/services/agents-md/agents-md.service.js +348 -0
- package/dist/services/agents-md/agents-md.service.js.map +1 -0
- package/dist/services/deployment/deployment.service.d.ts +19 -0
- package/dist/services/deployment/deployment.service.d.ts.map +1 -0
- package/dist/services/deployment/deployment.service.js +87 -0
- package/dist/services/deployment/deployment.service.js.map +1 -0
- package/dist/services/generation.service.d.ts +3 -1
- package/dist/services/generation.service.d.ts.map +1 -1
- package/dist/services/generation.service.js +34 -68
- package/dist/services/generation.service.js.map +1 -1
- package/dist/services/github-sync/github-client.js +2 -2
- package/dist/services/github-sync/github-client.js.map +1 -1
- package/dist/services/github-sync/schemas.d.ts +1 -1
- package/dist/services/github-sync/schemas.d.ts.map +1 -1
- package/dist/services/github-sync/schemas.js.map +1 -1
- package/dist/services/github-sync/sync.service.d.ts.map +1 -1
- package/dist/services/github-sync/sync.service.js +4 -2
- package/dist/services/github-sync/sync.service.js.map +1 -1
- package/dist/services/gitlab-agent.service.d.ts.map +1 -1
- package/dist/services/gitlab-agent.service.js +3 -1
- package/dist/services/gitlab-agent.service.js.map +1 -1
- package/dist/services/messaging/example.d.ts +6 -0
- package/dist/services/messaging/example.d.ts.map +1 -0
- package/dist/services/messaging/example.js +260 -0
- package/dist/services/messaging/example.js.map +1 -0
- package/dist/services/messaging/index.d.ts +81 -0
- package/dist/services/messaging/index.d.ts.map +1 -0
- package/dist/services/messaging/index.js +85 -0
- package/dist/services/messaging/index.js.map +1 -0
- package/dist/services/messaging/memory-broker.d.ts +103 -0
- package/dist/services/messaging/memory-broker.d.ts.map +1 -0
- package/dist/services/messaging/memory-broker.js +435 -0
- package/dist/services/messaging/memory-broker.js.map +1 -0
- package/dist/services/messaging/messaging.service.d.ts +150 -0
- package/dist/services/messaging/messaging.service.d.ts.map +1 -0
- package/dist/services/messaging/messaging.service.js +456 -0
- package/dist/services/messaging/messaging.service.js.map +1 -0
- package/dist/services/messaging/messaging.types.d.ts +319 -0
- package/dist/services/messaging/messaging.types.d.ts.map +1 -0
- package/dist/services/messaging/messaging.types.js +68 -0
- package/dist/services/messaging/messaging.types.js.map +1 -0
- package/dist/services/migration.service.d.ts +45 -4
- package/dist/services/migration.service.d.ts.map +1 -1
- package/dist/services/migration.service.js +248 -31
- package/dist/services/migration.service.js.map +1 -1
- package/dist/services/registry/registry.service.d.ts +39 -0
- package/dist/services/registry/registry.service.d.ts.map +1 -0
- package/dist/services/registry/registry.service.js +169 -0
- package/dist/services/registry/registry.service.js.map +1 -0
- package/dist/services/release-automation/base-crud.service.d.ts.map +1 -1
- package/dist/services/release-automation/base-crud.service.js.map +1 -1
- package/dist/services/release-automation/merge-request.service.d.ts.map +1 -1
- package/dist/services/release-automation/merge-request.service.js +4 -4
- package/dist/services/release-automation/merge-request.service.js.map +1 -1
- package/dist/services/release-automation/milestone.service.d.ts.map +1 -1
- package/dist/services/release-automation/milestone.service.js.map +1 -1
- package/dist/services/release-automation/release.service.d.ts +4 -4
- package/dist/services/release-automation/release.service.d.ts.map +1 -1
- package/dist/services/release-automation/release.service.js +1 -3
- package/dist/services/release-automation/release.service.js.map +1 -1
- package/dist/services/release-automation/schemas/release.schema.d.ts +3 -3
- package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -1
- package/dist/services/release-automation/schemas/release.schema.js +11 -23
- package/dist/services/release-automation/schemas/release.schema.js.map +1 -1
- package/dist/services/release-automation/tag.service.d.ts.map +1 -1
- package/dist/services/release-automation/tag.service.js +4 -1
- package/dist/services/release-automation/tag.service.js.map +1 -1
- package/dist/services/release-automation/webhook.service.d.ts +2 -2
- package/dist/services/release-automation/webhook.service.d.ts.map +1 -1
- package/dist/services/release-automation/webhook.service.js +27 -14
- package/dist/services/release-automation/webhook.service.js.map +1 -1
- package/dist/services/runtime/anthropic.adapter.d.ts +145 -0
- package/dist/services/runtime/anthropic.adapter.d.ts.map +1 -0
- package/dist/services/runtime/anthropic.adapter.js +525 -0
- package/dist/services/runtime/anthropic.adapter.js.map +1 -0
- package/dist/services/runtime/azure.adapter.d.ts +389 -0
- package/dist/services/runtime/azure.adapter.d.ts.map +1 -0
- package/dist/services/runtime/azure.adapter.js +515 -0
- package/dist/services/runtime/azure.adapter.js.map +1 -0
- package/dist/services/runtime/bedrock.adapter.d.ts +170 -0
- package/dist/services/runtime/bedrock.adapter.d.ts.map +1 -0
- package/dist/services/runtime/bedrock.adapter.js +667 -0
- package/dist/services/runtime/bedrock.adapter.js.map +1 -0
- package/dist/services/runtime/claude/capability-mapper.d.ts.map +1 -1
- package/dist/services/runtime/claude/capability-mapper.js.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.js +3 -7
- package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
- package/dist/services/runtime/claude/manifest-parser.d.ts.map +1 -1
- package/dist/services/runtime/claude/manifest-parser.js +2 -2
- package/dist/services/runtime/claude/manifest-parser.js.map +1 -1
- package/dist/services/runtime/gemini.adapter.d.ts +190 -0
- package/dist/services/runtime/gemini.adapter.d.ts.map +1 -0
- package/dist/services/runtime/gemini.adapter.js +603 -0
- package/dist/services/runtime/gemini.adapter.js.map +1 -0
- package/dist/services/runtime/mistral.adapter.d.ts +201 -0
- package/dist/services/runtime/mistral.adapter.d.ts.map +1 -0
- package/dist/services/runtime/mistral.adapter.js +654 -0
- package/dist/services/runtime/mistral.adapter.js.map +1 -0
- package/dist/services/runtime/ollama.adapter.d.ts +187 -0
- package/dist/services/runtime/ollama.adapter.d.ts.map +1 -0
- package/dist/services/runtime/ollama.adapter.js +525 -0
- package/dist/services/runtime/ollama.adapter.js.map +1 -0
- package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
- package/dist/services/runtime/openai.adapter.js.map +1 -1
- package/dist/services/test-runner/test-runner.service.d.ts +21 -0
- package/dist/services/test-runner/test-runner.service.d.ts.map +1 -0
- package/dist/services/test-runner/test-runner.service.js +91 -0
- package/dist/services/test-runner/test-runner.service.js.map +1 -0
- package/dist/services/validation.service.d.ts.map +1 -1
- package/dist/services/validation.service.js +38 -13
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
- package/dist/services/validators/anthropic.validator.js +2 -5
- package/dist/services/validators/anthropic.validator.js.map +1 -1
- package/dist/services/validators/autogen.validator.d.ts.map +1 -1
- package/dist/services/validators/autogen.validator.js +1 -2
- package/dist/services/validators/autogen.validator.js.map +1 -1
- package/dist/services/validators/contract.validator.d.ts +90 -0
- package/dist/services/validators/contract.validator.d.ts.map +1 -0
- package/dist/services/validators/contract.validator.js +508 -0
- package/dist/services/validators/contract.validator.js.map +1 -0
- package/dist/services/validators/crewai.validator.d.ts.map +1 -1
- package/dist/services/validators/crewai.validator.js.map +1 -1
- package/dist/services/validators/cursor.validator.d.ts.map +1 -1
- package/dist/services/validators/cursor.validator.js.map +1 -1
- package/dist/services/validators/dependencies.validator.d.ts +104 -0
- package/dist/services/validators/dependencies.validator.d.ts.map +1 -0
- package/dist/services/validators/dependencies.validator.js +386 -0
- package/dist/services/validators/dependencies.validator.js.map +1 -0
- package/dist/services/validators/index.d.ts +1 -0
- package/dist/services/validators/index.d.ts.map +1 -1
- package/dist/services/validators/index.js +1 -0
- package/dist/services/validators/index.js.map +1 -1
- package/dist/services/validators/langchain.validator.d.ts.map +1 -1
- package/dist/services/validators/langchain.validator.js +4 -13
- package/dist/services/validators/langchain.validator.js.map +1 -1
- package/dist/services/validators/langflow.validator.d.ts.map +1 -1
- package/dist/services/validators/langflow.validator.js +1 -2
- package/dist/services/validators/langflow.validator.js.map +1 -1
- package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
- package/dist/services/validators/langgraph.validator.js +1 -2
- package/dist/services/validators/langgraph.validator.js.map +1 -1
- package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
- package/dist/services/validators/llamaindex.validator.js +4 -13
- package/dist/services/validators/llamaindex.validator.js.map +1 -1
- package/dist/services/validators/messaging.validator.d.ts +77 -0
- package/dist/services/validators/messaging.validator.d.ts.map +1 -0
- package/dist/services/validators/messaging.validator.js +296 -0
- package/dist/services/validators/messaging.validator.js.map +1 -0
- package/dist/services/validators/openai.validator.d.ts.map +1 -1
- package/dist/services/validators/openai.validator.js +1 -6
- package/dist/services/validators/openai.validator.js.map +1 -1
- package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
- package/dist/services/validators/vercel-ai.validator.js +1 -3
- package/dist/services/validators/vercel-ai.validator.js.map +1 -1
- package/dist/spec/extensions/a2a-messaging.md +471 -0
- package/dist/spec/extensions/manifest-extensions.md +550 -0
- package/dist/spec/registry/README.md +472 -0
- package/dist/spec/registry/openapi.yaml +1124 -0
- package/dist/spec/registry/registry-api.schema.json +731 -0
- package/dist/spec/registry/registry-spec.md +2239 -0
- package/dist/spec/schema/agent-test.schema.json +117 -0
- package/dist/spec/schema/components/activity-stream.schema.json +94 -0
- package/dist/spec/schema/components/constraints.schema.json +84 -0
- package/dist/spec/schema/components/dependencies.schema.json +147 -0
- package/dist/spec/schema/components/encryption.schema.json +115 -0
- package/dist/spec/schema/components/identity.schema.json +48 -0
- package/dist/spec/schema/components/index.json +37 -0
- package/dist/spec/schema/components/llm-config.schema.json +67 -0
- package/dist/spec/schema/components/metadata.schema.json +37 -0
- package/dist/spec/schema/components/tool.schema.json +64 -0
- package/dist/spec/schema/extensions/a2a.extension.schema.json +127 -0
- package/dist/spec/v0.2.8/ossa-0.2.8.schema.json +95 -1
- package/dist/spec/v0.3.0/UNIFIED-SCHEMA.md +120 -0
- package/dist/spec/v0.3.0/adapters/drupal.md +541 -0
- package/dist/spec/v0.3.0/adapters/symfony.md +659 -0
- package/dist/spec/v0.3.0/agent-test.schema.json +75 -0
- package/dist/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +110 -0
- package/dist/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/dist/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/dist/spec/v0.3.0/extensions/drupal.md +417 -0
- package/dist/spec/v0.3.0/ossa-0.3.0.schema.json +2787 -0
- package/dist/spec/v0.3.0/protocols/sse.md +494 -0
- package/dist/spec/v0.3.0/protocols/webrtc.md +600 -0
- package/dist/spec/v0.3.0/protocols/websocket.md +362 -0
- package/dist/spec/v0.3.0/schemas/agent-unified.yaml +165 -0
- package/dist/spec/v0.3.0/schemas/capabilities.yaml +102 -0
- package/dist/spec/v0.3.0/schemas/functions.yaml +75 -0
- package/dist/spec/v0.3.0/schemas/messaging/channel.schema.json +245 -0
- package/dist/spec/v0.3.0/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/dist/spec/v0.3.0/schemas/messaging/message.schema.json +205 -0
- package/dist/spec/v0.3.0/schemas/messaging/subscription.schema.json +214 -0
- package/dist/spec/v0.3.0/schemas/runtime.yaml +102 -0
- package/dist/spec/v0.3.0/schemas/taxonomy.yaml +533 -0
- package/dist/spec/v0.3.0/schemas/unified-llm.yaml +91 -0
- package/dist/spec/v0.3.0/taxonomy.yaml +256 -0
- package/dist/testing/fixtures.d.ts +61 -0
- package/dist/testing/fixtures.d.ts.map +1 -0
- package/dist/testing/fixtures.js +291 -0
- package/dist/testing/fixtures.js.map +1 -0
- package/dist/testing/index.d.ts +10 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/index.js +10 -0
- package/dist/testing/index.js.map +1 -0
- package/dist/testing/reporters/base.d.ts +24 -0
- package/dist/testing/reporters/base.d.ts.map +1 -0
- package/dist/testing/reporters/base.js +5 -0
- package/dist/testing/reporters/base.js.map +1 -0
- package/dist/testing/reporters/console.d.ts +18 -0
- package/dist/testing/reporters/console.d.ts.map +1 -0
- package/dist/testing/reporters/console.js +76 -0
- package/dist/testing/reporters/console.js.map +1 -0
- package/dist/testing/reporters/json.d.ts +29 -0
- package/dist/testing/reporters/json.d.ts.map +1 -0
- package/dist/testing/reporters/json.js +40 -0
- package/dist/testing/reporters/json.js.map +1 -0
- package/dist/testing/runner.d.ts +96 -0
- package/dist/testing/runner.d.ts.map +1 -0
- package/dist/testing/runner.js +401 -0
- package/dist/testing/runner.js.map +1 -0
- package/dist/transports/index.d.ts +8 -0
- package/dist/transports/index.d.ts.map +1 -0
- package/dist/transports/index.js +11 -0
- package/dist/transports/index.js.map +1 -0
- package/dist/transports/sse.d.ts +166 -0
- package/dist/transports/sse.d.ts.map +1 -0
- package/dist/transports/sse.js +309 -0
- package/dist/transports/sse.js.map +1 -0
- package/dist/transports/webrtc.d.ts +183 -0
- package/dist/transports/webrtc.d.ts.map +1 -0
- package/dist/transports/webrtc.js +478 -0
- package/dist/transports/webrtc.js.map +1 -0
- package/dist/transports/websocket.d.ts +204 -0
- package/dist/transports/websocket.d.ts.map +1 -0
- package/dist/transports/websocket.js +397 -0
- package/dist/transports/websocket.js.map +1 -0
- package/dist/types/generated/ossa-0.3.0.types.d.ts +316 -0
- package/dist/types/generated/ossa-0.3.0.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.0.types.js +8 -0
- package/dist/types/generated/ossa-0.3.0.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.0.zod.d.ts +17 -0
- package/dist/types/generated/ossa-0.3.0.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.0.zod.js +3 -0
- package/dist/types/generated/ossa-0.3.0.zod.js.map +1 -0
- package/dist/types/index.d.ts +124 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +8 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/messaging.d.ts +116 -0
- package/dist/types/messaging.d.ts.map +1 -0
- package/dist/types/messaging.js +6 -0
- package/dist/types/messaging.js.map +1 -0
- package/dist/types/policy.d.ts.map +1 -1
- package/dist/types/policy.js.map +1 -1
- package/dist/types/task.d.ts +222 -0
- package/dist/types/task.d.ts.map +1 -0
- package/dist/types/task.js +40 -0
- package/dist/types/task.js.map +1 -0
- package/dist/types/workflow.d.ts +283 -0
- package/dist/types/workflow.d.ts.map +1 -0
- package/dist/types/workflow.js +51 -0
- package/dist/types/workflow.js.map +1 -0
- package/dist/utils/path-validator.d.ts +24 -0
- package/dist/utils/path-validator.d.ts.map +1 -0
- package/dist/utils/path-validator.js +70 -0
- package/dist/utils/path-validator.js.map +1 -0
- package/dist/utils/version.d.ts +17 -8
- package/dist/utils/version.d.ts.map +1 -1
- package/dist/utils/version.js +84 -30
- package/dist/utils/version.js.map +1 -1
- package/dist/utils/yaml-parser.d.ts +23 -0
- package/dist/utils/yaml-parser.d.ts.map +1 -0
- package/dist/utils/yaml-parser.js +34 -0
- package/dist/utils/yaml-parser.js.map +1 -0
- package/examples/adapters/drupal-eca-mapping.yaml +153 -0
- package/examples/adapters/drupal-eca-task.yaml +48 -0
- package/examples/adapters/drupal-flowdrop-mapping.yaml +463 -0
- package/examples/adapters/drupal-maestro-mapping.yaml +369 -0
- package/examples/adapters/mistral-README.md +367 -0
- package/examples/adapters/mistral-agent.yaml +147 -0
- package/examples/adapters/symfony-messenger-task.yaml +135 -0
- package/examples/adapters/symfony-messenger-workflow.yaml +352 -0
- 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 -18
- 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/agent-mesh/README.ts +311 -0
- package/examples/agent-mesh/basic-usage.ts +461 -0
- package/examples/agents/architecture-healer-enterprise.yaml +143 -0
- package/examples/agents/dependency-healer-npm.yaml +81 -0
- package/examples/agents/spec-healer-openapi.yaml +59 -0
- package/examples/agents/wiki-healer-production.yaml +131 -0
- package/examples/agents-md/code-agent.ossa.json +1 -1
- package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
- package/examples/anthropic/claude-assistant.ossa.json +1 -1
- package/examples/anthropic-adapter-example.ts +374 -0
- package/examples/anthropic-simple.ts +70 -0
- package/examples/autogen/multi-agent.ossa.json +1 -1
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +37 -0
- package/examples/bridges/.gitlab-ci.yml +293 -0
- package/examples/bridges/k8s/deployment.yaml +14 -14
- package/examples/ci/multi-project-release-example.yml +401 -0
- 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/common_npm/agent-router.v0.2.2.ossa.yaml +1 -1
- package/examples/contracts/data-consumer.ossa.yaml +171 -0
- package/examples/contracts/data-producer-v2.ossa.yaml +227 -0
- package/examples/contracts/data-producer.ossa.yaml +217 -0
- package/examples/coordinator-agent/README.md +180 -0
- package/examples/coordinator-agent/index.ts +440 -0
- package/examples/coordinator-agent/manifest.yaml +41 -0
- package/examples/crewai/research-team.ossa.json +1 -1
- package/examples/cursor/code-review-agent.ossa.json +1 -1
- package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +37 -0
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
- package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +1 -1
- package/examples/extensions/agents-md-advanced.yml +177 -0
- package/examples/extensions/agents-md-basic.yml +74 -0
- package/examples/extensions/agents-md-sync.yml +96 -0
- package/examples/extensions/agents-md-v1.yml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/encryption-multi-provider.yaml +120 -0
- package/examples/extensions/kagent-v1.yml +2 -2
- package/examples/extensions/knowledge-sources.yaml +59 -0
- package/examples/extensions/mcp-full-featured.yaml +150 -0
- package/examples/getting-started/01-minimal-agent.ossa.yaml +376 -0
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +866 -0
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +868 -0
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +829 -0
- package/examples/getting-started/05-workflow-composition.ossa.yaml +209 -0
- package/examples/getting-started/README.md +69 -0
- 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-v1.v0.2.2.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 +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/messaging/dependency-healer.ossa.yaml +354 -0
- package/examples/messaging/incident-responder.ossa.yaml +477 -0
- package/examples/messaging/routing-rules.ossa.yaml +307 -0
- package/examples/messaging/security-scanner.ossa.yaml +328 -0
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/mistral-adapter-example.ts +435 -0
- package/examples/mistral-simple.ts +56 -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/observability/activity-stream-full.yaml +133 -0
- package/examples/observability/gitlab-ci-template.yml +304 -0
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/openai/multi-tool-agent.ossa.json +1 -1
- package/examples/openai/swarm-agent.ossa.json +1 -1
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/rag-agent/README.md +136 -0
- package/examples/rag-agent/index.ts +272 -0
- package/examples/rag-agent/manifest.yaml +45 -0
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +163 -0
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +235 -0
- package/examples/reference-implementations/README.md +321 -0
- package/examples/reference-implementations/curl-scripts/01-search-agents.sh +72 -0
- package/examples/reference-implementations/curl-scripts/02-get-agent-details.sh +74 -0
- package/examples/reference-implementations/curl-scripts/03-publish-agent.sh +136 -0
- package/examples/reference-implementations/curl-scripts/04-a2a-messaging.sh +178 -0
- package/examples/reference-implementations/curl-scripts/05-discovery.sh +98 -0
- package/examples/reference-implementations/curl-scripts/README.md +277 -0
- package/examples/reference-implementations/python-client/README.md +282 -0
- package/examples/reference-implementations/python-client/examples/basic_usage.py +84 -0
- package/examples/reference-implementations/python-client/examples/publish_agent.py +137 -0
- package/examples/reference-implementations/python-client/ossa_client/__init__.py +80 -0
- package/examples/reference-implementations/python-client/ossa_client/agents.py +240 -0
- package/examples/reference-implementations/python-client/ossa_client/client.py +164 -0
- package/examples/reference-implementations/python-client/ossa_client/discovery.py +153 -0
- package/examples/reference-implementations/python-client/ossa_client/messaging.py +227 -0
- package/examples/reference-implementations/python-client/requirements.txt +2 -0
- package/examples/reference-implementations/python-client/setup.py +40 -0
- package/examples/reference-implementations/typescript-client/README.md +227 -0
- package/examples/reference-implementations/typescript-client/examples/basic-usage.ts +86 -0
- package/examples/reference-implementations/typescript-client/examples/messaging.ts +185 -0
- package/examples/reference-implementations/typescript-client/examples/publish-agent.ts +138 -0
- package/examples/reference-implementations/typescript-client/package.json +40 -0
- package/examples/reference-implementations/typescript-client/src/agents.ts +285 -0
- package/examples/reference-implementations/typescript-client/src/client.ts +161 -0
- package/examples/reference-implementations/typescript-client/src/discovery.ts +244 -0
- package/examples/reference-implementations/typescript-client/src/index.ts +67 -0
- package/examples/reference-implementations/typescript-client/src/messaging.ts +385 -0
- package/examples/reference-implementations/typescript-client/tsconfig.json +25 -0
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +465 -0
- package/examples/schema/reusable-components.yaml +95 -0
- package/examples/tasks/batch-email-sender.yaml +105 -0
- package/examples/tasks/data-transform.yaml +82 -0
- package/examples/tasks/publish-content.yaml +86 -0
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +311 -0
- package/examples/vercel/edge-agent.ossa.json +1 -1
- package/examples/workflow-agent/README.md +175 -0
- package/examples/workflow-agent/index.ts +408 -0
- package/examples/workflow-agent/manifest.yaml +41 -0
- package/examples/workflows/batch-email-campaign.yaml +140 -0
- package/examples/workflows/content-review-publish.yaml +156 -0
- package/examples/workflows/simple-etl.yaml +151 -0
- package/openapi/agent-communication.yaml +1113 -0
- package/openapi/agent-crud.yaml +1124 -0
- package/openapi/agent-discovery.yaml +677 -0
- package/openapi/agent-identity.yaml +620 -0
- package/openapi/protocols/sse-streams.yaml +479 -0
- package/openapi/protocols/websocket-events.yaml +427 -0
- package/openapi/schemas/discovery.json +488 -0
- package/package.json +91 -33
- package/schemas/agent.json +523 -0
- package/schemas/communication.json +897 -0
- package/schemas/identity.json +482 -0
- package/spec/extensions/a2a-messaging.md +471 -0
- package/spec/extensions/manifest-extensions.md +550 -0
- package/spec/registry/README.md +472 -0
- package/spec/registry/openapi.yaml +1124 -0
- package/spec/registry/registry-api.schema.json +731 -0
- package/spec/registry/registry-spec.md +2239 -0
- package/spec/schema/agent-test.schema.json +117 -0
- package/spec/schema/components/activity-stream.schema.json +94 -0
- package/spec/schema/components/constraints.schema.json +84 -0
- package/spec/schema/components/dependencies.schema.json +147 -0
- package/spec/schema/components/encryption.schema.json +115 -0
- package/spec/schema/components/identity.schema.json +48 -0
- package/spec/schema/components/index.json +37 -0
- package/spec/schema/components/llm-config.schema.json +67 -0
- package/spec/schema/components/metadata.schema.json +37 -0
- package/spec/schema/components/tool.schema.json +64 -0
- package/spec/schema/extensions/a2a.extension.schema.json +127 -0
- package/spec/v0.2.8/ossa-0.2.8.schema.json +95 -1
- package/spec/v0.3.0/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.0/adapters/drupal.md +541 -0
- package/spec/v0.3.0/adapters/symfony.md +659 -0
- package/spec/v0.3.0/agent-test.schema.json +75 -0
- package/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +110 -0
- package/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/spec/v0.3.0/extensions/drupal.md +417 -0
- package/spec/v0.3.0/ossa-0.3.0.schema.json +2787 -0
- package/spec/v0.3.0/protocols/sse.md +494 -0
- package/spec/v0.3.0/protocols/webrtc.md +600 -0
- package/spec/v0.3.0/protocols/websocket.md +362 -0
- package/spec/v0.3.0/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.0/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.0/schemas/functions.yaml +75 -0
- package/spec/v0.3.0/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.0/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.0/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.0/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.0/schemas/runtime.yaml +102 -0
- package/spec/v0.3.0/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.0/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.0/taxonomy.yaml +256 -0
- package/.cursorrules +0 -84
- package/.devfile.yaml +0 -87
- package/.env.example +0 -63
- package/.eslintrc.cjs +0 -43
- package/.github/AGENTS.md +0 -245
- package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -63
- package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -40
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -39
- package/.github/agents/github-issue-triage.ossa.yaml +0 -99
- package/.github/agents/github-pr-triage.ossa.yaml +0 -137
- package/.github/dependabot.yml +0 -58
- package/.github/workflows/ci.yml +0 -154
- package/.github/workflows/codeql.yml +0 -41
- package/.github/workflows/dependabot-auto-merge.yml +0 -28
- package/.github/workflows/dependabot-comment.yml +0 -34
- package/.github/workflows/issue-sync-to-gitlab.yml +0 -138
- package/.github/workflows/pr-triage-to-gitlab.yml +0 -164
- package/.github/workflows/release.yml +0 -103
- package/.husky/pre-commit +0 -5
- package/.kiro/config.json +0 -21
- package/.kiro/settings/mcp.json +0 -61
- package/.kiro/specs/scripts-migration-api-first/design.md +0 -883
- package/.kiro/specs/scripts-migration-api-first/requirements.md +0 -165
- package/.kiro/specs/scripts-migration-api-first/tasks.md +0 -539
- package/.kiro/specs/website-brand-identity/design.md +0 -1060
- package/.kiro/specs/website-brand-identity/requirements.md +0 -287
- package/.kiro/specs/website-brand-identity/tasks.md +0 -981
- package/.prettierignore +0 -7
- package/.prettierrc.json +0 -10
- package/.redocly.yaml +0 -9
- package/.releaserc.json +0 -85
- package/.version.json +0 -6
- package/.wiki-config.json +0 -24
- package/CODEOWNERS +0 -75
- package/CONTRIBUTING.md +0 -366
- package/bin/validate-ossa-0.2.2.ts +0 -244
- package/bin/validate-ossa-0.2.4.ts +0 -244
- package/docs/brand-guide/01-brand-overview.md +0 -37
- package/docs/brand-guide/02-logo-usage.md +0 -43
- package/docs/brand-guide/03-color-palette.md +0 -70
- package/docs/brand-guide/04-typography.md +0 -82
- package/docs/brand-guide/05-voice-and-tone.md +0 -108
- package/docs/brand-guide/06-visual-elements.md +0 -137
- package/docs/brand-guide/07-application-examples.md +0 -153
- package/docs/brand-guide/OssaLogo/OssA_Logo.svg +0 -21
- package/docs/brand-guide/OssaLogo/brand.af +0 -0
- package/docs/brand-guide/README.md +0 -107
- package/docs/comparison.md +0 -315
- package/docs/operations/automation-roadmap.md +0 -245
- package/docs/operations/github-sync-strategy.md +0 -357
- package/docs/specs/policy-dsl.md +0 -925
- package/eslint-report.json +0 -1
- package/gl-code-quality-report.json +0 -62
- package/infrastructure/docker-compose.yml +0 -33
- package/infrastructure/gitlab-agent/rbac.yaml +0 -126
- package/infrastructure/gitlab-agent/values.yaml +0 -150
- package/infrastructure/k8s/monitoring/00-namespace.yaml +0 -7
- package/infrastructure/k8s/monitoring/01-prometheus.yaml +0 -142
- package/infrastructure/k8s/monitoring/02-grafana.yaml +0 -63
- package/infrastructure/k8s/monitoring/03-lightweight.yaml +0 -121
- package/infrastructure/k8s/monitoring/README.md +0 -73
- package/infrastructure/k8s/monitoring/deploy.sh +0 -38
- package/junit.xml +0 -1
- package/llms-ctx-full.txt +0 -39
- package/llms-ctx.txt +0 -39
- package/llms.txt +0 -47
- package/release.config.js +0 -79
- package/scripts/README.md +0 -128
- package/scripts/auto-rebase-mrs.ts +0 -106
- package/scripts/batch-dependabot.sh +0 -57
- package/scripts/bump-version.ts +0 -57
- package/scripts/compliance-audit.ts +0 -796
- package/scripts/configure-gitlab-branch-protection.ts +0 -95
- package/scripts/create-issue-helper.ts +0 -238
- package/scripts/create-milestone-issue.ts +0 -73
- package/scripts/enhanced-version-manager.ts +0 -257
- package/scripts/eslint-to-codequality.cjs +0 -34
- package/scripts/fix-schema-formats.js +0 -82
- package/scripts/gen-types.ts +0 -51
- package/scripts/gen-zod.ts +0 -51
- package/scripts/generate-agents-catalog.ts +0 -78
- package/scripts/generate-api-docs.ts +0 -219
- package/scripts/generate-cli-docs.ts +0 -410
- package/scripts/generate-config-docs.ts +0 -109
- package/scripts/generate-errors-docs.ts +0 -76
- package/scripts/generate-examples-docs.ts +0 -100
- package/scripts/generate-llms-ctx.sh +0 -17
- package/scripts/generate-schema-docs.ts +0 -317
- package/scripts/generate-types-docs.ts +0 -48
- package/scripts/lowercase-docs.ts +0 -43
- package/scripts/manage-milestone-mrs.ts +0 -279
- package/scripts/process-doc-templates.ts +0 -37
- package/scripts/rebase-all-mrs.sh +0 -75
- package/scripts/schemas/package.schema.ts +0 -75
- package/scripts/setup-branch-protection.sh +0 -33
- package/scripts/sync-github-pr.sh +0 -48
- package/scripts/sync-version.js +0 -32
- package/scripts/sync-version.ts +0 -39
- package/scripts/sync-versions.ts +0 -488
- package/scripts/sync-wiki.sh +0 -50
- package/scripts/validate-all.js +0 -127
- package/scripts/validate-schema.ts +0 -50
- package/test-results/junit.xml +0 -337
- package/test-results.xml +0 -1
|
@@ -1,539 +0,0 @@
|
|
|
1
|
-
# Implementation Plan
|
|
2
|
-
|
|
3
|
-
- [ ] 1. Set up foundation and shared infrastructure
|
|
4
|
-
- Create base repository interface and error hierarchy
|
|
5
|
-
- Move utilities from scripts/lib to src/utils
|
|
6
|
-
- Set up Zod schema directory structure
|
|
7
|
-
- Create OpenAPI spec templates
|
|
8
|
-
- _Requirements: 1.3, 6.1, 12.1_
|
|
9
|
-
|
|
10
|
-
- [ ] 1.1 Create base repository interface
|
|
11
|
-
- Define IRepository<T, ID> interface with CRUD methods
|
|
12
|
-
- Define IFileRepository<T> interface extending IRepository
|
|
13
|
-
- Add TypeScript types for repository operations
|
|
14
|
-
- _Requirements: 6.1_
|
|
15
|
-
|
|
16
|
-
- [ ] 1.2 Create error hierarchy
|
|
17
|
-
- Implement DomainError base class with code and details
|
|
18
|
-
- Implement ValidationError, NotFoundError, GitLabError, SchemaError
|
|
19
|
-
- Add error code constants
|
|
20
|
-
- _Requirements: 6.4, 12.5_
|
|
21
|
-
|
|
22
|
-
- [ ]* 1.3 Write property test for error types
|
|
23
|
-
- **Property 14: Repository Error Types**
|
|
24
|
-
- **Validates: Requirements 6.4**
|
|
25
|
-
|
|
26
|
-
- [ ]* 1.4 Write property test for utility error types
|
|
27
|
-
- **Property 24: Utility Error Types**
|
|
28
|
-
- **Validates: Requirements 12.5**
|
|
29
|
-
|
|
30
|
-
- [ ] 1.5 Move scripts/lib utilities to src/utils
|
|
31
|
-
- Move file-ops.ts to src/utils/file-ops.ts
|
|
32
|
-
- Move exec.ts to src/utils/exec.ts
|
|
33
|
-
- Move version.ts to src/utils/version.ts
|
|
34
|
-
- Update imports to use @utils/\* path aliases
|
|
35
|
-
- _Requirements: 12.1, 12.3_
|
|
36
|
-
|
|
37
|
-
- [ ]* 1.6 Write unit tests for file-ops utility
|
|
38
|
-
- Test readFile, writeFile, fileExists, requireFile
|
|
39
|
-
- Test error handling for missing files
|
|
40
|
-
- _Requirements: 12.1_
|
|
41
|
-
|
|
42
|
-
- [ ]* 1.7 Write unit tests for exec utility
|
|
43
|
-
- Test execCommand with valid commands
|
|
44
|
-
- Test error handling for failed commands
|
|
45
|
-
- _Requirements: 12.1_
|
|
46
|
-
|
|
47
|
-
- [ ] 1.8 Create Zod schema directory structure
|
|
48
|
-
- Create src/schemas/ directory
|
|
49
|
-
- Create placeholder files for version, documentation, gitlab, schema schemas
|
|
50
|
-
- Add index.ts for schema exports
|
|
51
|
-
- _Requirements: 7.5_
|
|
52
|
-
|
|
53
|
-
- [ ] 1.9 Create OpenAPI spec templates
|
|
54
|
-
- Create openapi/services/ directory
|
|
55
|
-
- Create template structure for service specs
|
|
56
|
-
- Add Redocly configuration for validation
|
|
57
|
-
- _Requirements: 8.1_
|
|
58
|
-
|
|
59
|
-
- [ ] 2. Implement Version Service and Repository
|
|
60
|
-
- Define OpenAPI spec for VersionService
|
|
61
|
-
- Implement VersionRepository with CRUD operations
|
|
62
|
-
- Implement VersionService with version management logic
|
|
63
|
-
- Create CLI commands for version operations
|
|
64
|
-
- _Requirements: 2.1, 2.2, 2.3, 2.4, 2.5_
|
|
65
|
-
|
|
66
|
-
- [ ] 2.1 Define OpenAPI spec for VersionService
|
|
67
|
-
- Create openapi/services/version-service.openapi.yaml
|
|
68
|
-
- Define operations: getCurrentVersion, bumpVersion, syncVersions, validateVersion
|
|
69
|
-
- Define schemas for VersionInfo, BumpType, SyncResult
|
|
70
|
-
- _Requirements: 8.1, 8.2_
|
|
71
|
-
|
|
72
|
-
- [ ] 2.2 Validate OpenAPI spec with Redocly
|
|
73
|
-
- Run Redocly CLI validation on version-service spec
|
|
74
|
-
- Fix any validation errors
|
|
75
|
-
- _Requirements: 8.4_
|
|
76
|
-
|
|
77
|
-
- [ ]* 2.3 Write property test for OpenAPI spec validity
|
|
78
|
-
- **Property 17: OpenAPI Specification Validity**
|
|
79
|
-
- **Validates: Requirements 8.4**
|
|
80
|
-
|
|
81
|
-
- [ ] 2.4 Create version domain types and schemas
|
|
82
|
-
- Create src/types/version.types.ts with VersionConfig, PackageJson, VersionBump interfaces
|
|
83
|
-
- Create src/schemas/version.schemas.ts with Zod schemas
|
|
84
|
-
- Add semver validation regex pattern
|
|
85
|
-
- _Requirements: 2.2, 7.1_
|
|
86
|
-
|
|
87
|
-
- [ ]* 2.5 Write property test for version string validation
|
|
88
|
-
- **Property 2: Version String Validation**
|
|
89
|
-
- **Validates: Requirements 2.2**
|
|
90
|
-
|
|
91
|
-
- [ ] 2.6 Implement VersionRepository
|
|
92
|
-
- Create src/repositories/version.repository.ts
|
|
93
|
-
- Implement CRUD operations for .version.json
|
|
94
|
-
- Implement read/write for package.json version field
|
|
95
|
-
- Add Zod validation for all data operations
|
|
96
|
-
- _Requirements: 2.3, 6.2, 6.3, 6.5_
|
|
97
|
-
|
|
98
|
-
- [ ]* 2.7 Write property test for repository data validation
|
|
99
|
-
- **Property 12: Repository Data Validation**
|
|
100
|
-
- **Validates: Requirements 6.2**
|
|
101
|
-
|
|
102
|
-
- [ ]* 2.8 Write property test for repository type safety
|
|
103
|
-
- **Property 13: Repository Type Safety**
|
|
104
|
-
- **Validates: Requirements 6.3**
|
|
105
|
-
|
|
106
|
-
- [ ]* 2.9 Write unit tests for VersionRepository
|
|
107
|
-
- Test create, read, update, delete, list operations
|
|
108
|
-
- Test error handling for missing files
|
|
109
|
-
- Mock file system operations
|
|
110
|
-
- _Requirements: 2.3, 6.1_
|
|
111
|
-
|
|
112
|
-
- [ ] 2.10 Implement VersionService
|
|
113
|
-
- Create src/services/version.service.ts
|
|
114
|
-
- Implement getCurrentVersion, bumpVersion, syncVersions, validateVersion methods
|
|
115
|
-
- Add input validation with Zod schemas
|
|
116
|
-
- Add output validation with Zod schemas
|
|
117
|
-
- Register service in DI container
|
|
118
|
-
- _Requirements: 2.1, 2.4, 2.5, 1.4, 7.2_
|
|
119
|
-
|
|
120
|
-
- [ ]* 2.11 Write property test for version bump correctness
|
|
121
|
-
- **Property 3: Version Bump Correctness**
|
|
122
|
-
- **Validates: Requirements 2.4**
|
|
123
|
-
|
|
124
|
-
- [ ]* 2.12 Write property test for version sync consistency
|
|
125
|
-
- **Property 4: Version Sync Consistency**
|
|
126
|
-
- **Validates: Requirements 2.5**
|
|
127
|
-
|
|
128
|
-
- [ ]* 2.13 Write property test for input validation
|
|
129
|
-
- **Property 1: Input Validation Universality**
|
|
130
|
-
- **Validates: Requirements 1.4, 7.1, 7.3**
|
|
131
|
-
|
|
132
|
-
- [ ]* 2.14 Write property test for output validation
|
|
133
|
-
- **Property 15: Service Output Validation**
|
|
134
|
-
- **Validates: Requirements 7.2**
|
|
135
|
-
|
|
136
|
-
- [ ]* 2.15 Write unit tests for VersionService
|
|
137
|
-
- Test getCurrentVersion with mocked repository
|
|
138
|
-
- Test bumpVersion for all bump types (major, minor, patch, rc, release)
|
|
139
|
-
- Test syncVersions with multiple files
|
|
140
|
-
- Test validateVersion with valid and invalid versions
|
|
141
|
-
- Test error handling
|
|
142
|
-
- _Requirements: 2.1, 2.4, 2.5_
|
|
143
|
-
|
|
144
|
-
- [ ] 2.16 Create CLI commands for version operations
|
|
145
|
-
- Create src/cli/commands/version.command.ts
|
|
146
|
-
- Implement bump, sync, current, validate subcommands
|
|
147
|
-
- Add argument validation with Zod
|
|
148
|
-
- Add service resolution from DI container
|
|
149
|
-
- Add error formatting
|
|
150
|
-
- _Requirements: 9.1, 9.2, 9.3, 9.4_
|
|
151
|
-
|
|
152
|
-
- [ ]* 2.17 Write property test for CLI service resolution
|
|
153
|
-
- **Property 18: CLI Service Resolution**
|
|
154
|
-
- **Validates: Requirements 9.2**
|
|
155
|
-
|
|
156
|
-
- [ ]* 2.18 Write property test for CLI argument validation
|
|
157
|
-
- **Property 19: CLI Argument Validation**
|
|
158
|
-
- **Validates: Requirements 9.3**
|
|
159
|
-
|
|
160
|
-
- [ ]* 2.19 Write property test for CLI error formatting
|
|
161
|
-
- **Property 20: CLI Error Formatting**
|
|
162
|
-
- **Validates: Requirements 9.4**
|
|
163
|
-
|
|
164
|
-
- [ ]* 2.20 Write integration tests for version CLI commands
|
|
165
|
-
- Test bump command end-to-end with temp directory
|
|
166
|
-
- Test sync command with multiple files
|
|
167
|
-
- Test error scenarios
|
|
168
|
-
- _Requirements: 9.1, 9.2, 9.3, 9.4_
|
|
169
|
-
|
|
170
|
-
- [ ] 2.21 Create deprecated wrapper scripts
|
|
171
|
-
- Create scripts/bump-version.ts wrapper with deprecation warning
|
|
172
|
-
- Create scripts/sync-version.ts wrapper with deprecation warning
|
|
173
|
-
- Create scripts/sync-versions.ts wrapper with deprecation warning
|
|
174
|
-
- Create scripts/enhanced-version-manager.ts wrapper with deprecation warning
|
|
175
|
-
- _Requirements: 11.1, 11.4_
|
|
176
|
-
|
|
177
|
-
- [ ]* 2.22 Write property test for migration backward compatibility
|
|
178
|
-
- **Property 21: Migration Backward Compatibility**
|
|
179
|
-
- **Validates: Requirements 11.1**
|
|
180
|
-
|
|
181
|
-
- [ ]* 2.23 Write property test for deprecation warnings
|
|
182
|
-
- **Property 22: Deprecation Warning Presence**
|
|
183
|
-
- **Validates: Requirements 11.4**
|
|
184
|
-
|
|
185
|
-
- [ ] 3. Checkpoint - Ensure all tests pass
|
|
186
|
-
- Ensure all tests pass, ask the user if questions arise.
|
|
187
|
-
|
|
188
|
-
- [ ] 4. Implement Documentation Service and Repository
|
|
189
|
-
- Define OpenAPI spec for DocumentationService
|
|
190
|
-
- Implement DocumentationRepository
|
|
191
|
-
- Implement MarkdownBuilder and OpenAPIParser utilities
|
|
192
|
-
- Implement DocumentationService
|
|
193
|
-
- Create CLI commands for documentation operations
|
|
194
|
-
- _Requirements: 3.1, 3.2, 3.3, 3.4, 3.5_
|
|
195
|
-
|
|
196
|
-
- [ ] 4.1 Define OpenAPI spec for DocumentationService
|
|
197
|
-
- Create openapi/services/documentation-service.openapi.yaml
|
|
198
|
-
- Define operations: generateApiDocs, generateCliDocs, generateSchemaDocs, generateExamplesDocs, generateAllDocs
|
|
199
|
-
- Define schemas for ApiDocsOptions, GenerationResult
|
|
200
|
-
- _Requirements: 8.1, 8.2_
|
|
201
|
-
|
|
202
|
-
- [ ] 4.2 Validate OpenAPI spec with Redocly
|
|
203
|
-
- Run Redocly CLI validation on documentation-service spec
|
|
204
|
-
- Fix any validation errors
|
|
205
|
-
- _Requirements: 8.4_
|
|
206
|
-
|
|
207
|
-
- [ ] 4.3 Create documentation domain types and schemas
|
|
208
|
-
- Create src/types/documentation.types.ts with OpenAPISpec, DocumentationMetadata, MarkdownSection interfaces
|
|
209
|
-
- Create src/schemas/documentation.schemas.ts with Zod schemas
|
|
210
|
-
- _Requirements: 3.2, 7.1_
|
|
211
|
-
|
|
212
|
-
- [ ]* 4.4 Write property test for documentation input validation
|
|
213
|
-
- **Property 5: Documentation Input Validation**
|
|
214
|
-
- **Validates: Requirements 3.2**
|
|
215
|
-
|
|
216
|
-
- [ ] 4.5 Implement MarkdownBuilder utility
|
|
217
|
-
- Create src/utils/markdown-builder.ts
|
|
218
|
-
- Implement methods for headings, code blocks, lists, tables, links
|
|
219
|
-
- Add fluent API for chaining operations
|
|
220
|
-
- _Requirements: 3.4_
|
|
221
|
-
|
|
222
|
-
- [ ]* 4.6 Write unit tests for MarkdownBuilder
|
|
223
|
-
- Test heading generation at different levels
|
|
224
|
-
- Test code block generation with language hints
|
|
225
|
-
- Test list and table generation
|
|
226
|
-
- Test link generation
|
|
227
|
-
- _Requirements: 3.4_
|
|
228
|
-
|
|
229
|
-
- [ ] 4.7 Implement OpenAPIParser utility
|
|
230
|
-
- Create src/utils/openapi-parser.ts
|
|
231
|
-
- Implement parsing of OpenAPI YAML/JSON specs
|
|
232
|
-
- Add type-safe interfaces for OpenAPI objects
|
|
233
|
-
- Add validation for required fields
|
|
234
|
-
- _Requirements: 3.3_
|
|
235
|
-
|
|
236
|
-
- [ ]* 4.8 Write unit tests for OpenAPIParser
|
|
237
|
-
- Test parsing valid OpenAPI specs
|
|
238
|
-
- Test error handling for invalid specs
|
|
239
|
-
- Test extraction of paths, operations, schemas
|
|
240
|
-
- _Requirements: 3.3_
|
|
241
|
-
|
|
242
|
-
- [ ] 4.9 Implement DocumentationRepository
|
|
243
|
-
- Create src/repositories/documentation.repository.ts
|
|
244
|
-
- Implement CRUD operations for markdown files
|
|
245
|
-
- Add directory creation and management
|
|
246
|
-
- Add Zod validation for documentation metadata
|
|
247
|
-
- _Requirements: 3.5, 6.1, 6.2_
|
|
248
|
-
|
|
249
|
-
- [ ]* 4.10 Write unit tests for DocumentationRepository
|
|
250
|
-
- Test create, read, update, delete operations for markdown files
|
|
251
|
-
- Test directory creation
|
|
252
|
-
- Test error handling
|
|
253
|
-
- _Requirements: 3.5, 6.1_
|
|
254
|
-
|
|
255
|
-
- [ ] 4.11 Implement DocumentationService
|
|
256
|
-
- Create src/services/documentation.service.ts
|
|
257
|
-
- Implement generateApiDocs, generateCliDocs, generateSchemaDocs, generateExamplesDocs methods
|
|
258
|
-
- Implement generateAllDocs orchestration method
|
|
259
|
-
- Add input validation with Zod schemas
|
|
260
|
-
- Add output validation with Zod schemas
|
|
261
|
-
- Register service in DI container
|
|
262
|
-
- _Requirements: 3.1, 3.2, 1.4, 7.2_
|
|
263
|
-
|
|
264
|
-
- [ ]* 4.12 Write property test for validation error detail
|
|
265
|
-
- **Property 16: Validation Error Detail**
|
|
266
|
-
- **Validates: Requirements 7.3**
|
|
267
|
-
|
|
268
|
-
- [ ]* 4.13 Write unit tests for DocumentationService
|
|
269
|
-
- Test generateApiDocs with mocked repository and parser
|
|
270
|
-
- Test generateCliDocs with mocked dependencies
|
|
271
|
-
- Test generateSchemaDocs with mocked dependencies
|
|
272
|
-
- Test generateAllDocs orchestration
|
|
273
|
-
- Test error handling
|
|
274
|
-
- _Requirements: 3.1, 3.2_
|
|
275
|
-
|
|
276
|
-
- [ ] 4.14 Create CLI commands for documentation operations
|
|
277
|
-
- Create src/cli/commands/docs.command.ts
|
|
278
|
-
- Implement api, cli, schema, examples, all subcommands
|
|
279
|
-
- Add argument validation with Zod
|
|
280
|
-
- Add service resolution from DI container
|
|
281
|
-
- Add progress indicators
|
|
282
|
-
- _Requirements: 9.1, 9.2, 9.3, 9.5_
|
|
283
|
-
|
|
284
|
-
- [ ]* 4.15 Write integration tests for documentation CLI commands
|
|
285
|
-
- Test api docs generation end-to-end
|
|
286
|
-
- Test all docs generation with multiple specs
|
|
287
|
-
- Test error scenarios
|
|
288
|
-
- _Requirements: 9.1, 9.2, 9.3_
|
|
289
|
-
|
|
290
|
-
- [ ] 4.16 Create deprecated wrapper scripts
|
|
291
|
-
- Create wrappers for all generate-\*-docs.ts scripts (8 total)
|
|
292
|
-
- Add deprecation warnings to each wrapper
|
|
293
|
-
- Delegate to DocumentationService methods
|
|
294
|
-
- _Requirements: 11.1, 11.4_
|
|
295
|
-
|
|
296
|
-
- [ ] 5. Checkpoint - Ensure all tests pass
|
|
297
|
-
- Ensure all tests pass, ask the user if questions arise.
|
|
298
|
-
|
|
299
|
-
- [ ] 6. Implement GitLab Service
|
|
300
|
-
- Define OpenAPI spec for GitLabService
|
|
301
|
-
- Implement retry utility with exponential backoff
|
|
302
|
-
- Implement GitLabService with GitLab operations
|
|
303
|
-
- Create CLI commands for GitLab operations
|
|
304
|
-
- _Requirements: 4.1, 4.2, 4.3, 4.4, 4.5_
|
|
305
|
-
|
|
306
|
-
- [ ] 6.1 Define OpenAPI spec for GitLabService
|
|
307
|
-
- Create openapi/services/gitlab-service.openapi.yaml
|
|
308
|
-
- Define operations: rebaseMergeRequests, configureBranchProtection, createIssue, createMilestoneIssue, manageMilestoneMRs
|
|
309
|
-
- Define schemas for RebaseOptions, RebaseResult, BranchProtectionConfig, IssueData, MilestoneData
|
|
310
|
-
- _Requirements: 8.1, 8.2_
|
|
311
|
-
|
|
312
|
-
- [ ] 6.2 Validate OpenAPI spec with Redocly
|
|
313
|
-
- Run Redocly CLI validation on gitlab-service spec
|
|
314
|
-
- Fix any validation errors
|
|
315
|
-
- _Requirements: 8.4_
|
|
316
|
-
|
|
317
|
-
- [ ] 6.3 Create GitLab domain types and schemas
|
|
318
|
-
- Create src/types/gitlab.types.ts with MergeRequest, Issue, Milestone interfaces
|
|
319
|
-
- Create src/schemas/gitlab.schemas.ts with Zod schemas
|
|
320
|
-
- Add validation for project IDs, MR IDs, issue data
|
|
321
|
-
- _Requirements: 4.3, 7.1_
|
|
322
|
-
|
|
323
|
-
- [ ]* 6.4 Write property test for GitLab input validation
|
|
324
|
-
- **Property 6: GitLab Input Validation**
|
|
325
|
-
- **Validates: Requirements 4.3**
|
|
326
|
-
|
|
327
|
-
- [ ] 6.5 Implement retry utility
|
|
328
|
-
- Create src/utils/retry.ts
|
|
329
|
-
- Implement exponential backoff algorithm
|
|
330
|
-
- Add configurable max retries and base delay
|
|
331
|
-
- Add retry condition predicate
|
|
332
|
-
- _Requirements: 4.4_
|
|
333
|
-
|
|
334
|
-
- [ ]* 6.6 Write property test for GitLab retry behavior
|
|
335
|
-
- **Property 7: GitLab Retry Behavior**
|
|
336
|
-
- **Validates: Requirements 4.4**
|
|
337
|
-
|
|
338
|
-
- [ ]* 6.7 Write unit tests for retry utility
|
|
339
|
-
- Test successful retry after failures
|
|
340
|
-
- Test exponential backoff timing
|
|
341
|
-
- Test max retries limit
|
|
342
|
-
- Test retry condition predicate
|
|
343
|
-
- _Requirements: 4.4_
|
|
344
|
-
|
|
345
|
-
- [ ] 6.8 Implement GitLabService
|
|
346
|
-
- Create src/services/gitlab.service.ts
|
|
347
|
-
- Implement rebaseMergeRequests, configureBranchProtection, createIssue, createMilestoneIssue, manageMilestoneMRs methods
|
|
348
|
-
- Add input validation with Zod schemas
|
|
349
|
-
- Add retry logic for rate limiting
|
|
350
|
-
- Add authentication token validation
|
|
351
|
-
- Register service in DI container
|
|
352
|
-
- _Requirements: 4.1, 4.2, 4.3, 4.4, 4.5, 1.4_
|
|
353
|
-
|
|
354
|
-
- [ ]* 6.9 Write property test for GitLab authentication validation
|
|
355
|
-
- **Property 8: GitLab Authentication Validation**
|
|
356
|
-
- **Validates: Requirements 4.5**
|
|
357
|
-
|
|
358
|
-
- [ ]* 6.10 Write unit tests for GitLabService
|
|
359
|
-
- Test rebaseMergeRequests with mocked GitLab client
|
|
360
|
-
- Test configureBranchProtection with mocked client
|
|
361
|
-
- Test createIssue and createMilestoneIssue
|
|
362
|
-
- Test manageMilestoneMRs
|
|
363
|
-
- Test retry logic with rate limit errors
|
|
364
|
-
- Test authentication validation
|
|
365
|
-
- _Requirements: 4.1, 4.2, 4.3, 4.4, 4.5_
|
|
366
|
-
|
|
367
|
-
- [ ] 6.11 Create CLI commands for GitLab operations
|
|
368
|
-
- Create src/cli/commands/gitlab.command.ts
|
|
369
|
-
- Implement rebase, protect, issue, milestone subcommands
|
|
370
|
-
- Add argument validation with Zod
|
|
371
|
-
- Add service resolution from DI container
|
|
372
|
-
- _Requirements: 9.1, 9.2, 9.3_
|
|
373
|
-
|
|
374
|
-
- [ ]* 6.12 Write integration tests for GitLab CLI commands
|
|
375
|
-
- Test rebase command with mocked GitLab API
|
|
376
|
-
- Test branch protection command
|
|
377
|
-
- Test issue creation command
|
|
378
|
-
- Test error scenarios
|
|
379
|
-
- _Requirements: 9.1, 9.2, 9.3_
|
|
380
|
-
|
|
381
|
-
- [ ] 6.13 Create deprecated wrapper scripts
|
|
382
|
-
- Create wrappers for auto-rebase-mrs.ts, configure-gitlab-branch-protection.ts, create-issue-helper.ts, create-milestone-issue.ts, manage-milestone-mrs.ts
|
|
383
|
-
- Add deprecation warnings to each wrapper
|
|
384
|
-
- Delegate to GitLabService methods
|
|
385
|
-
- _Requirements: 11.1, 11.4_
|
|
386
|
-
|
|
387
|
-
- [ ] 7. Checkpoint - Ensure all tests pass
|
|
388
|
-
- Ensure all tests pass, ask the user if questions arise.
|
|
389
|
-
|
|
390
|
-
- [ ] 8. Implement Schema Service
|
|
391
|
-
- Define OpenAPI spec for SchemaService
|
|
392
|
-
- Extend existing SchemaRepository
|
|
393
|
-
- Implement SchemaService extending existing validation service
|
|
394
|
-
- Create CLI commands for schema operations
|
|
395
|
-
- _Requirements: 5.1, 5.2, 5.3, 5.4, 5.5_
|
|
396
|
-
|
|
397
|
-
- [ ] 8.1 Define OpenAPI spec for SchemaService
|
|
398
|
-
- Create openapi/services/schema-service.openapi.yaml
|
|
399
|
-
- Define operations: validateSchema, fixSchemaFormats, generateTypes, generateZodSchemas
|
|
400
|
-
- Define schemas for ValidationOptions, FixResult, GenerationResult
|
|
401
|
-
- _Requirements: 8.1, 8.2_
|
|
402
|
-
|
|
403
|
-
- [ ] 8.2 Validate OpenAPI spec with Redocly
|
|
404
|
-
- Run Redocly CLI validation on schema-service spec
|
|
405
|
-
- Fix any validation errors
|
|
406
|
-
- _Requirements: 8.4_
|
|
407
|
-
|
|
408
|
-
- [ ] 8.3 Create schema operation types and schemas
|
|
409
|
-
- Create src/schemas/schema.schemas.ts with Zod schemas for schema operations
|
|
410
|
-
- Add validation for schema paths, options, formats
|
|
411
|
-
- _Requirements: 7.1_
|
|
412
|
-
|
|
413
|
-
- [ ] 8.4 Extend SchemaRepository
|
|
414
|
-
- Update src/repositories/schema.repository.ts
|
|
415
|
-
- Add methods for schema format fixing
|
|
416
|
-
- Add methods for type generation output
|
|
417
|
-
- _Requirements: 5.2, 6.1_
|
|
418
|
-
|
|
419
|
-
- [ ]* 8.5 Write unit tests for extended SchemaRepository
|
|
420
|
-
- Test new methods for format fixing
|
|
421
|
-
- Test type generation output handling
|
|
422
|
-
- _Requirements: 5.2, 6.1_
|
|
423
|
-
|
|
424
|
-
- [ ] 8.6 Implement SchemaService
|
|
425
|
-
- Create src/services/schema.service.ts extending existing validation service
|
|
426
|
-
- Implement validateSchema, fixSchemaFormats, generateTypes, generateZodSchemas methods
|
|
427
|
-
- Add input validation with Zod schemas
|
|
428
|
-
- Use json-schema-to-typescript for type generation
|
|
429
|
-
- Use json-schema-to-zod for Zod schema generation
|
|
430
|
-
- Register service in DI container
|
|
431
|
-
- _Requirements: 5.1, 5.2, 5.3, 5.4, 5.5, 1.4_
|
|
432
|
-
|
|
433
|
-
- [ ]* 8.7 Write property test for TypeScript generation validity
|
|
434
|
-
- **Property 9: TypeScript Generation Validity**
|
|
435
|
-
- **Validates: Requirements 5.3**
|
|
436
|
-
|
|
437
|
-
- [ ]* 8.8 Write property test for Zod schema generation validity
|
|
438
|
-
- **Property 10: Zod Schema Generation Validity**
|
|
439
|
-
- **Validates: Requirements 5.4**
|
|
440
|
-
|
|
441
|
-
- [ ]* 8.9 Write property test for schema format fix preservation
|
|
442
|
-
- **Property 11: Schema Format Fix Preservation**
|
|
443
|
-
- **Validates: Requirements 5.5**
|
|
444
|
-
|
|
445
|
-
- [ ]* 8.10 Write unit tests for SchemaService
|
|
446
|
-
- Test validateSchema with valid and invalid schemas
|
|
447
|
-
- Test fixSchemaFormats with unsupported formats
|
|
448
|
-
- Test generateTypes with various JSON schemas
|
|
449
|
-
- Test generateZodSchemas with various JSON schemas
|
|
450
|
-
- Test error handling
|
|
451
|
-
- _Requirements: 5.1, 5.2, 5.3, 5.4, 5.5_
|
|
452
|
-
|
|
453
|
-
- [ ] 8.11 Create CLI commands for schema operations
|
|
454
|
-
- Create src/cli/commands/schema.command.ts
|
|
455
|
-
- Implement validate, fix, gen-types, gen-zod subcommands
|
|
456
|
-
- Add argument validation with Zod
|
|
457
|
-
- Add service resolution from DI container
|
|
458
|
-
- _Requirements: 9.1, 9.2, 9.3_
|
|
459
|
-
|
|
460
|
-
- [ ]* 8.12 Write integration tests for schema CLI commands
|
|
461
|
-
- Test validate command with real schemas
|
|
462
|
-
- Test fix command with schemas containing unsupported formats
|
|
463
|
-
- Test gen-types command end-to-end
|
|
464
|
-
- Test gen-zod command end-to-end
|
|
465
|
-
- _Requirements: 9.1, 9.2, 9.3_
|
|
466
|
-
|
|
467
|
-
- [ ] 8.13 Create deprecated wrapper scripts
|
|
468
|
-
- Create wrappers for validate-schema.ts, fix-schema-formats.js, gen-types.ts, gen-zod.ts
|
|
469
|
-
- Add deprecation warnings to each wrapper
|
|
470
|
-
- Delegate to SchemaService methods
|
|
471
|
-
- _Requirements: 11.1, 11.4_
|
|
472
|
-
|
|
473
|
-
- [ ] 9. Checkpoint - Ensure all tests pass
|
|
474
|
-
- Ensure all tests pass, ask the user if questions arise.
|
|
475
|
-
|
|
476
|
-
- [ ] 10. Implement utility configuration validation
|
|
477
|
-
- Add configuration schemas for all utilities
|
|
478
|
-
- Add validation for utility configurations
|
|
479
|
-
- _Requirements: 12.4_
|
|
480
|
-
|
|
481
|
-
- [ ] 10.1 Create configuration schemas
|
|
482
|
-
- Add Zod schemas for file-ops configuration
|
|
483
|
-
- Add Zod schemas for exec configuration
|
|
484
|
-
- Add Zod schemas for retry configuration
|
|
485
|
-
- _Requirements: 12.4_
|
|
486
|
-
|
|
487
|
-
- [ ]* 10.2 Write property test for utility configuration validation
|
|
488
|
-
- **Property 23: Utility Configuration Validation**
|
|
489
|
-
- **Validates: Requirements 12.4**
|
|
490
|
-
|
|
491
|
-
- [ ]* 10.3 Write unit tests for configuration validation
|
|
492
|
-
- Test valid configurations pass validation
|
|
493
|
-
- Test invalid configurations are rejected
|
|
494
|
-
- _Requirements: 12.4_
|
|
495
|
-
|
|
496
|
-
- [ ] 11. Final integration and cleanup
|
|
497
|
-
- Verify all wrapper scripts work correctly
|
|
498
|
-
- Update all documentation
|
|
499
|
-
- Run full test suite
|
|
500
|
-
- Verify code coverage meets 80% threshold
|
|
501
|
-
- _Requirements: 11.1, 11.4, 11.5_
|
|
502
|
-
|
|
503
|
-
- [ ] 11.1 Verify wrapper script compatibility
|
|
504
|
-
- Run each wrapper script with test inputs
|
|
505
|
-
- Compare output with original script behavior
|
|
506
|
-
- Fix any discrepancies
|
|
507
|
-
- _Requirements: 11.1_
|
|
508
|
-
|
|
509
|
-
- [ ]* 11.2 Write integration tests for all wrapper scripts
|
|
510
|
-
- Test each wrapper produces same output as original
|
|
511
|
-
- Test deprecation warnings appear
|
|
512
|
-
- Test error handling matches original
|
|
513
|
-
- _Requirements: 11.1, 11.4_
|
|
514
|
-
|
|
515
|
-
- [ ] 11.3 Update documentation
|
|
516
|
-
- Update README.md with new service architecture
|
|
517
|
-
- Create migration guide for users
|
|
518
|
-
- Update CLI documentation
|
|
519
|
-
- Update API documentation
|
|
520
|
-
- Add architecture diagrams
|
|
521
|
-
- _Requirements: 11.5_
|
|
522
|
-
|
|
523
|
-
- [ ] 11.4 Run full test suite and verify coverage
|
|
524
|
-
- Run all unit tests
|
|
525
|
-
- Run all property-based tests
|
|
526
|
-
- Run all integration tests
|
|
527
|
-
- Generate coverage report
|
|
528
|
-
- Verify 80%+ coverage for all services
|
|
529
|
-
- _Requirements: 10.1_
|
|
530
|
-
|
|
531
|
-
- [ ] 11.5 Create migration guide
|
|
532
|
-
- Document migration process for users
|
|
533
|
-
- Provide examples of old vs new usage
|
|
534
|
-
- Document breaking changes (if any)
|
|
535
|
-
- Add troubleshooting section
|
|
536
|
-
- _Requirements: 11.4, 11.5_
|
|
537
|
-
|
|
538
|
-
- [ ] 12. Final Checkpoint - Ensure all tests pass
|
|
539
|
-
- Ensure all tests pass, ask the user if questions arise.
|