spectra-cli 4.1.1
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/LICENSE +21 -0
- package/README.md +350 -0
- package/dist/adapters/go-adapter.d.ts +38 -0
- package/dist/adapters/go-adapter.d.ts.map +1 -0
- package/dist/adapters/go-adapter.js +58 -0
- package/dist/adapters/go-adapter.js.map +1 -0
- package/dist/adapters/index.d.ts +21 -0
- package/dist/adapters/index.d.ts.map +1 -0
- package/dist/adapters/index.js +36 -0
- package/dist/adapters/index.js.map +1 -0
- package/dist/adapters/java-adapter.d.ts +39 -0
- package/dist/adapters/java-adapter.d.ts.map +1 -0
- package/dist/adapters/java-adapter.js +65 -0
- package/dist/adapters/java-adapter.js.map +1 -0
- package/dist/adapters/language-adapter-registry.d.ts +56 -0
- package/dist/adapters/language-adapter-registry.d.ts.map +1 -0
- package/dist/adapters/language-adapter-registry.js +110 -0
- package/dist/adapters/language-adapter-registry.js.map +1 -0
- package/dist/adapters/language-adapter.d.ts +127 -0
- package/dist/adapters/language-adapter.d.ts.map +1 -0
- package/dist/adapters/language-adapter.js +2 -0
- package/dist/adapters/language-adapter.js.map +1 -0
- package/dist/adapters/python-adapter.d.ts +61 -0
- package/dist/adapters/python-adapter.d.ts.map +1 -0
- package/dist/adapters/python-adapter.js +260 -0
- package/dist/adapters/python-adapter.js.map +1 -0
- package/dist/adapters/tree-sitter-comment-extractor.d.ts +15 -0
- package/dist/adapters/tree-sitter-comment-extractor.d.ts.map +1 -0
- package/dist/adapters/tree-sitter-comment-extractor.js +105 -0
- package/dist/adapters/tree-sitter-comment-extractor.js.map +1 -0
- package/dist/adapters/ts-js-adapter.d.ts +38 -0
- package/dist/adapters/ts-js-adapter.d.ts.map +1 -0
- package/dist/adapters/ts-js-adapter.js +164 -0
- package/dist/adapters/ts-js-adapter.js.map +1 -0
- package/dist/auth/auth-detector.d.ts +41 -0
- package/dist/auth/auth-detector.d.ts.map +1 -0
- package/dist/auth/auth-detector.js +324 -0
- package/dist/auth/auth-detector.js.map +1 -0
- package/dist/auth/cli-proxy.d.ts +35 -0
- package/dist/auth/cli-proxy.d.ts.map +1 -0
- package/dist/auth/cli-proxy.js +225 -0
- package/dist/auth/cli-proxy.js.map +1 -0
- package/dist/auth/codex-proxy.d.ts +22 -0
- package/dist/auth/codex-proxy.d.ts.map +1 -0
- package/dist/auth/codex-proxy.js +199 -0
- package/dist/auth/codex-proxy.js.map +1 -0
- package/dist/batch/batch-orchestrator.d.ts +214 -0
- package/dist/batch/batch-orchestrator.d.ts.map +1 -0
- package/dist/batch/batch-orchestrator.js +1552 -0
- package/dist/batch/batch-orchestrator.js.map +1 -0
- package/dist/batch/batch-readme-generator.d.ts +32 -0
- package/dist/batch/batch-readme-generator.d.ts.map +1 -0
- package/dist/batch/batch-readme-generator.js +153 -0
- package/dist/batch/batch-readme-generator.js.map +1 -0
- package/dist/batch/budget-gate.d.ts +107 -0
- package/dist/batch/budget-gate.d.ts.map +1 -0
- package/dist/batch/budget-gate.js +279 -0
- package/dist/batch/budget-gate.js.map +1 -0
- package/dist/batch/checkpoint.d.ts +25 -0
- package/dist/batch/checkpoint.d.ts.map +1 -0
- package/dist/batch/checkpoint.js +68 -0
- package/dist/batch/checkpoint.js.map +1 -0
- package/dist/batch/cost-summary.d.ts +78 -0
- package/dist/batch/cost-summary.d.ts.map +1 -0
- package/dist/batch/cost-summary.js +191 -0
- package/dist/batch/cost-summary.js.map +1 -0
- package/dist/batch/delta-regenerator.d.ts +41 -0
- package/dist/batch/delta-regenerator.d.ts.map +1 -0
- package/dist/batch/delta-regenerator.js +267 -0
- package/dist/batch/delta-regenerator.js.map +1 -0
- package/dist/batch/directory-classifier.d.ts +79 -0
- package/dist/batch/directory-classifier.d.ts.map +1 -0
- package/dist/batch/directory-classifier.js +270 -0
- package/dist/batch/directory-classifier.js.map +1 -0
- package/dist/batch/language-grouper.d.ts +28 -0
- package/dist/batch/language-grouper.d.ts.map +1 -0
- package/dist/batch/language-grouper.js +67 -0
- package/dist/batch/language-grouper.js.map +1 -0
- package/dist/batch/model-override-decision.d.ts +27 -0
- package/dist/batch/model-override-decision.d.ts.map +1 -0
- package/dist/batch/model-override-decision.js +14 -0
- package/dist/batch/model-override-decision.js.map +1 -0
- package/dist/batch/module-grouper.d.ts +59 -0
- package/dist/batch/module-grouper.d.ts.map +1 -0
- package/dist/batch/module-grouper.js +286 -0
- package/dist/batch/module-grouper.js.map +1 -0
- package/dist/batch/progress-reporter.d.ts +68 -0
- package/dist/batch/progress-reporter.d.ts.map +1 -0
- package/dist/batch/progress-reporter.js +273 -0
- package/dist/batch/progress-reporter.js.map +1 -0
- package/dist/batch/readme-graph-section.d.ts +53 -0
- package/dist/batch/readme-graph-section.d.ts.map +1 -0
- package/dist/batch/readme-graph-section.js +183 -0
- package/dist/batch/readme-graph-section.js.map +1 -0
- package/dist/cli/commands/auth-status.d.ts +10 -0
- package/dist/cli/commands/auth-status.d.ts.map +1 -0
- package/dist/cli/commands/auth-status.js +50 -0
- package/dist/cli/commands/auth-status.js.map +1 -0
- package/dist/cli/commands/batch.d.ts +10 -0
- package/dist/cli/commands/batch.d.ts.map +1 -0
- package/dist/cli/commands/batch.js +133 -0
- package/dist/cli/commands/batch.js.map +1 -0
- package/dist/cli/commands/cache.d.ts +13 -0
- package/dist/cli/commands/cache.d.ts.map +1 -0
- package/dist/cli/commands/cache.js +65 -0
- package/dist/cli/commands/cache.js.map +1 -0
- package/dist/cli/commands/community.d.ts +10 -0
- package/dist/cli/commands/community.d.ts.map +1 -0
- package/dist/cli/commands/community.js +92 -0
- package/dist/cli/commands/community.js.map +1 -0
- package/dist/cli/commands/diff.d.ts +10 -0
- package/dist/cli/commands/diff.d.ts.map +1 -0
- package/dist/cli/commands/diff.js +49 -0
- package/dist/cli/commands/diff.js.map +1 -0
- package/dist/cli/commands/direction-audit.d.ts +12 -0
- package/dist/cli/commands/direction-audit.d.ts.map +1 -0
- package/dist/cli/commands/direction-audit.js +458 -0
- package/dist/cli/commands/direction-audit.js.map +1 -0
- package/dist/cli/commands/export.d.ts +22 -0
- package/dist/cli/commands/export.d.ts.map +1 -0
- package/dist/cli/commands/export.js +123 -0
- package/dist/cli/commands/export.js.map +1 -0
- package/dist/cli/commands/generate.d.ts +10 -0
- package/dist/cli/commands/generate.d.ts.map +1 -0
- package/dist/cli/commands/generate.js +50 -0
- package/dist/cli/commands/generate.js.map +1 -0
- package/dist/cli/commands/graph.d.ts +20 -0
- package/dist/cli/commands/graph.d.ts.map +1 -0
- package/dist/cli/commands/graph.js +189 -0
- package/dist/cli/commands/graph.js.map +1 -0
- package/dist/cli/commands/init.d.ts +10 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +33 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/commands/install.d.ts +11 -0
- package/dist/cli/commands/install.d.ts.map +1 -0
- package/dist/cli/commands/install.js +52 -0
- package/dist/cli/commands/install.js.map +1 -0
- package/dist/cli/commands/mcp-server.d.ts +23 -0
- package/dist/cli/commands/mcp-server.d.ts.map +1 -0
- package/dist/cli/commands/mcp-server.js +90 -0
- package/dist/cli/commands/mcp-server.js.map +1 -0
- package/dist/cli/commands/panoramic.d.ts +7 -0
- package/dist/cli/commands/panoramic.d.ts.map +1 -0
- package/dist/cli/commands/panoramic.js +43 -0
- package/dist/cli/commands/panoramic.js.map +1 -0
- package/dist/cli/commands/prepare.d.ts +13 -0
- package/dist/cli/commands/prepare.d.ts.map +1 -0
- package/dist/cli/commands/prepare.js +148 -0
- package/dist/cli/commands/prepare.js.map +1 -0
- package/dist/cli/commands/query.d.ts +13 -0
- package/dist/cli/commands/query.d.ts.map +1 -0
- package/dist/cli/commands/query.js +116 -0
- package/dist/cli/commands/query.js.map +1 -0
- package/dist/cli/commands/watch.d.ts +16 -0
- package/dist/cli/commands/watch.d.ts.map +1 -0
- package/dist/cli/commands/watch.js +188 -0
- package/dist/cli/commands/watch.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 +193 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli/utils/error-handler.d.ts +41 -0
- package/dist/cli/utils/error-handler.d.ts.map +1 -0
- package/dist/cli/utils/error-handler.js +90 -0
- package/dist/cli/utils/error-handler.js.map +1 -0
- package/dist/cli/utils/parse-args.d.ts +111 -0
- package/dist/cli/utils/parse-args.d.ts.map +1 -0
- package/dist/cli/utils/parse-args.js +756 -0
- package/dist/cli/utils/parse-args.js.map +1 -0
- package/dist/config/project-config.d.ts +49 -0
- package/dist/config/project-config.d.ts.map +1 -0
- package/dist/config/project-config.js +118 -0
- package/dist/config/project-config.js.map +1 -0
- package/dist/config/spec-driver-config.d.ts +32 -0
- package/dist/config/spec-driver-config.d.ts.map +1 -0
- package/dist/config/spec-driver-config.js +91 -0
- package/dist/config/spec-driver-config.js.map +1 -0
- package/dist/core/ast-analyzer.d.ts +49 -0
- package/dist/core/ast-analyzer.d.ts.map +1 -0
- package/dist/core/ast-analyzer.js +439 -0
- package/dist/core/ast-analyzer.js.map +1 -0
- package/dist/core/code-slice-extractor.d.ts +47 -0
- package/dist/core/code-slice-extractor.d.ts.map +1 -0
- package/dist/core/code-slice-extractor.js +227 -0
- package/dist/core/code-slice-extractor.js.map +1 -0
- package/dist/core/context-assembler.d.ts +80 -0
- package/dist/core/context-assembler.d.ts.map +1 -0
- package/dist/core/context-assembler.js +262 -0
- package/dist/core/context-assembler.js.map +1 -0
- package/dist/core/grammar-manager.d.ts +79 -0
- package/dist/core/grammar-manager.d.ts.map +1 -0
- package/dist/core/grammar-manager.js +188 -0
- package/dist/core/grammar-manager.js.map +1 -0
- package/dist/core/llm-client.d.ts +120 -0
- package/dist/core/llm-client.d.ts.map +1 -0
- package/dist/core/llm-client.js +608 -0
- package/dist/core/llm-client.js.map +1 -0
- package/dist/core/model-selection.d.ts +50 -0
- package/dist/core/model-selection.d.ts.map +1 -0
- package/dist/core/model-selection.js +410 -0
- package/dist/core/model-selection.js.map +1 -0
- package/dist/core/query-mappers/base-mapper.d.ts +22 -0
- package/dist/core/query-mappers/base-mapper.d.ts.map +1 -0
- package/dist/core/query-mappers/base-mapper.js +2 -0
- package/dist/core/query-mappers/base-mapper.js.map +1 -0
- package/dist/core/query-mappers/go-mapper.d.ts +46 -0
- package/dist/core/query-mappers/go-mapper.d.ts.map +1 -0
- package/dist/core/query-mappers/go-mapper.js +477 -0
- package/dist/core/query-mappers/go-mapper.js.map +1 -0
- package/dist/core/query-mappers/index.d.ts +6 -0
- package/dist/core/query-mappers/index.d.ts.map +1 -0
- package/dist/core/query-mappers/index.js +5 -0
- package/dist/core/query-mappers/index.js.map +1 -0
- package/dist/core/query-mappers/java-mapper.d.ts +40 -0
- package/dist/core/query-mappers/java-mapper.d.ts.map +1 -0
- package/dist/core/query-mappers/java-mapper.js +405 -0
- package/dist/core/query-mappers/java-mapper.js.map +1 -0
- package/dist/core/query-mappers/python-mapper.d.ts +65 -0
- package/dist/core/query-mappers/python-mapper.d.ts.map +1 -0
- package/dist/core/query-mappers/python-mapper.js +673 -0
- package/dist/core/query-mappers/python-mapper.js.map +1 -0
- package/dist/core/query-mappers/typescript-mapper.d.ts +54 -0
- package/dist/core/query-mappers/typescript-mapper.d.ts.map +1 -0
- package/dist/core/query-mappers/typescript-mapper.js +706 -0
- package/dist/core/query-mappers/typescript-mapper.js.map +1 -0
- package/dist/core/secret-redactor.d.ts +10 -0
- package/dist/core/secret-redactor.d.ts.map +1 -0
- package/dist/core/secret-redactor.js +208 -0
- package/dist/core/secret-redactor.js.map +1 -0
- package/dist/core/single-spec-orchestrator.d.ts +103 -0
- package/dist/core/single-spec-orchestrator.d.ts.map +1 -0
- package/dist/core/single-spec-orchestrator.js +911 -0
- package/dist/core/single-spec-orchestrator.js.map +1 -0
- package/dist/core/token-counter.d.ts +48 -0
- package/dist/core/token-counter.d.ts.map +1 -0
- package/dist/core/token-counter.js +136 -0
- package/dist/core/token-counter.js.map +1 -0
- package/dist/core/tree-sitter-analyzer.d.ts +62 -0
- package/dist/core/tree-sitter-analyzer.d.ts.map +1 -0
- package/dist/core/tree-sitter-analyzer.js +229 -0
- package/dist/core/tree-sitter-analyzer.js.map +1 -0
- package/dist/core/tree-sitter-fallback.d.ts +14 -0
- package/dist/core/tree-sitter-fallback.d.ts.map +1 -0
- package/dist/core/tree-sitter-fallback.js +423 -0
- package/dist/core/tree-sitter-fallback.js.map +1 -0
- package/dist/debt-scanner/aggregator/quality-report-patcher.d.ts +22 -0
- package/dist/debt-scanner/aggregator/quality-report-patcher.d.ts.map +1 -0
- package/dist/debt-scanner/aggregator/quality-report-patcher.js +107 -0
- package/dist/debt-scanner/aggregator/quality-report-patcher.js.map +1 -0
- package/dist/debt-scanner/aggregator/readme-indexer.d.ts +6 -0
- package/dist/debt-scanner/aggregator/readme-indexer.d.ts.map +1 -0
- package/dist/debt-scanner/aggregator/readme-indexer.js +52 -0
- package/dist/debt-scanner/aggregator/readme-indexer.js.map +1 -0
- package/dist/debt-scanner/aggregator/report-builder.d.ts +25 -0
- package/dist/debt-scanner/aggregator/report-builder.d.ts.map +1 -0
- package/dist/debt-scanner/aggregator/report-builder.js +162 -0
- package/dist/debt-scanner/aggregator/report-builder.js.map +1 -0
- package/dist/debt-scanner/comments/debt-classifier.d.ts +28 -0
- package/dist/debt-scanner/comments/debt-classifier.d.ts.map +1 -0
- package/dist/debt-scanner/comments/debt-classifier.js +50 -0
- package/dist/debt-scanner/comments/debt-classifier.js.map +1 -0
- package/dist/debt-scanner/comments/index.d.ts +32 -0
- package/dist/debt-scanner/comments/index.d.ts.map +1 -0
- package/dist/debt-scanner/comments/index.js +103 -0
- package/dist/debt-scanner/comments/index.js.map +1 -0
- package/dist/debt-scanner/comments/symbol-resolver.d.ts +18 -0
- package/dist/debt-scanner/comments/symbol-resolver.d.ts.map +1 -0
- package/dist/debt-scanner/comments/symbol-resolver.js +18 -0
- package/dist/debt-scanner/comments/symbol-resolver.js.map +1 -0
- package/dist/debt-scanner/design-docs/doc-discoverer.d.ts +6 -0
- package/dist/debt-scanner/design-docs/doc-discoverer.d.ts.map +1 -0
- package/dist/debt-scanner/design-docs/doc-discoverer.js +62 -0
- package/dist/debt-scanner/design-docs/doc-discoverer.js.map +1 -0
- package/dist/debt-scanner/design-docs/index.d.ts +28 -0
- package/dist/debt-scanner/design-docs/index.d.ts.map +1 -0
- package/dist/debt-scanner/design-docs/index.js +60 -0
- package/dist/debt-scanner/design-docs/index.js.map +1 -0
- package/dist/debt-scanner/design-docs/llm-topic-inferrer.d.ts +68 -0
- package/dist/debt-scanner/design-docs/llm-topic-inferrer.d.ts.map +1 -0
- package/dist/debt-scanner/design-docs/llm-topic-inferrer.js +151 -0
- package/dist/debt-scanner/design-docs/llm-topic-inferrer.js.map +1 -0
- package/dist/debt-scanner/design-docs/markdown-sections.d.ts +24 -0
- package/dist/debt-scanner/design-docs/markdown-sections.d.ts.map +1 -0
- package/dist/debt-scanner/design-docs/markdown-sections.js +92 -0
- package/dist/debt-scanner/design-docs/markdown-sections.js.map +1 -0
- package/dist/debt-scanner/design-docs/rule-detector.d.ts +18 -0
- package/dist/debt-scanner/design-docs/rule-detector.d.ts.map +1 -0
- package/dist/debt-scanner/design-docs/rule-detector.js +46 -0
- package/dist/debt-scanner/design-docs/rule-detector.js.map +1 -0
- package/dist/debt-scanner/index.d.ts +43 -0
- package/dist/debt-scanner/index.d.ts.map +1 -0
- package/dist/debt-scanner/index.js +177 -0
- package/dist/debt-scanner/index.js.map +1 -0
- package/dist/debt-scanner/llm-clients.d.ts +33 -0
- package/dist/debt-scanner/llm-clients.d.ts.map +1 -0
- package/dist/debt-scanner/llm-clients.js +78 -0
- package/dist/debt-scanner/llm-clients.js.map +1 -0
- package/dist/debt-scanner/types.d.ts +97 -0
- package/dist/debt-scanner/types.d.ts.map +1 -0
- package/dist/debt-scanner/types.js +7 -0
- package/dist/debt-scanner/types.js.map +1 -0
- package/dist/diff/drift-orchestrator.d.ts +25 -0
- package/dist/diff/drift-orchestrator.d.ts.map +1 -0
- package/dist/diff/drift-orchestrator.js +248 -0
- package/dist/diff/drift-orchestrator.js.map +1 -0
- package/dist/diff/noise-filter.d.ts +27 -0
- package/dist/diff/noise-filter.d.ts.map +1 -0
- package/dist/diff/noise-filter.js +129 -0
- package/dist/diff/noise-filter.js.map +1 -0
- package/dist/diff/semantic-diff.d.ts +12 -0
- package/dist/diff/semantic-diff.d.ts.map +1 -0
- package/dist/diff/semantic-diff.js +94 -0
- package/dist/diff/semantic-diff.js.map +1 -0
- package/dist/diff/structural-diff.d.ts +16 -0
- package/dist/diff/structural-diff.d.ts.map +1 -0
- package/dist/diff/structural-diff.js +171 -0
- package/dist/diff/structural-diff.js.map +1 -0
- package/dist/extraction/artifact-classifier.d.ts +19 -0
- package/dist/extraction/artifact-classifier.d.ts.map +1 -0
- package/dist/extraction/artifact-classifier.js +104 -0
- package/dist/extraction/artifact-classifier.js.map +1 -0
- package/dist/extraction/extraction-cache.d.ts +32 -0
- package/dist/extraction/extraction-cache.d.ts.map +1 -0
- package/dist/extraction/extraction-cache.js +117 -0
- package/dist/extraction/extraction-cache.js.map +1 -0
- package/dist/extraction/extraction-pipeline.d.ts +44 -0
- package/dist/extraction/extraction-pipeline.d.ts.map +1 -0
- package/dist/extraction/extraction-pipeline.js +286 -0
- package/dist/extraction/extraction-pipeline.js.map +1 -0
- package/dist/extraction/extraction-types.d.ts +180 -0
- package/dist/extraction/extraction-types.d.ts.map +1 -0
- package/dist/extraction/extraction-types.js +63 -0
- package/dist/extraction/extraction-types.js.map +1 -0
- package/dist/extraction/image-extractor.d.ts +21 -0
- package/dist/extraction/image-extractor.d.ts.map +1 -0
- package/dist/extraction/image-extractor.js +211 -0
- package/dist/extraction/image-extractor.js.map +1 -0
- package/dist/extraction/index.d.ts +8 -0
- package/dist/extraction/index.d.ts.map +1 -0
- package/dist/extraction/index.js +6 -0
- package/dist/extraction/index.js.map +1 -0
- package/dist/extraction/markdown-extractor.d.ts +11 -0
- package/dist/extraction/markdown-extractor.d.ts.map +1 -0
- package/dist/extraction/markdown-extractor.js +212 -0
- package/dist/extraction/markdown-extractor.js.map +1 -0
- package/dist/extraction/openapi-extractor.d.ts +10 -0
- package/dist/extraction/openapi-extractor.d.ts.map +1 -0
- package/dist/extraction/openapi-extractor.js +449 -0
- package/dist/extraction/openapi-extractor.js.map +1 -0
- package/dist/generator/frontmatter.d.ts +58 -0
- package/dist/generator/frontmatter.d.ts.map +1 -0
- package/dist/generator/frontmatter.js +100 -0
- package/dist/generator/frontmatter.js.map +1 -0
- package/dist/generator/index-generator.d.ts +27 -0
- package/dist/generator/index-generator.d.ts.map +1 -0
- package/dist/generator/index-generator.js +129 -0
- package/dist/generator/index-generator.js.map +1 -0
- package/dist/generator/mermaid-class-diagram.d.ts +14 -0
- package/dist/generator/mermaid-class-diagram.d.ts.map +1 -0
- package/dist/generator/mermaid-class-diagram.js +115 -0
- package/dist/generator/mermaid-class-diagram.js.map +1 -0
- package/dist/generator/mermaid-dependency-graph.d.ts +15 -0
- package/dist/generator/mermaid-dependency-graph.d.ts.map +1 -0
- package/dist/generator/mermaid-dependency-graph.js +84 -0
- package/dist/generator/mermaid-dependency-graph.js.map +1 -0
- package/dist/generator/spec-renderer.d.ts +24 -0
- package/dist/generator/spec-renderer.d.ts.map +1 -0
- package/dist/generator/spec-renderer.js +110 -0
- package/dist/generator/spec-renderer.js.map +1 -0
- package/dist/graph/dependency-graph.d.ts +24 -0
- package/dist/graph/dependency-graph.d.ts.map +1 -0
- package/dist/graph/dependency-graph.js +206 -0
- package/dist/graph/dependency-graph.js.map +1 -0
- package/dist/graph/directory-graph.d.ts +16 -0
- package/dist/graph/directory-graph.d.ts.map +1 -0
- package/dist/graph/directory-graph.js +281 -0
- package/dist/graph/directory-graph.js.map +1 -0
- package/dist/graph/mermaid-renderer.d.ts +22 -0
- package/dist/graph/mermaid-renderer.d.ts.map +1 -0
- package/dist/graph/mermaid-renderer.js +133 -0
- package/dist/graph/mermaid-renderer.js.map +1 -0
- package/dist/graph/topological-sort.d.ts +31 -0
- package/dist/graph/topological-sort.d.ts.map +1 -0
- package/dist/graph/topological-sort.js +167 -0
- package/dist/graph/topological-sort.js.map +1 -0
- package/dist/hooks/git-hook-installer.d.ts +37 -0
- package/dist/hooks/git-hook-installer.d.ts.map +1 -0
- package/dist/hooks/git-hook-installer.js +136 -0
- package/dist/hooks/git-hook-installer.js.map +1 -0
- package/dist/hooks/hook-installer.d.ts +39 -0
- package/dist/hooks/hook-installer.d.ts.map +1 -0
- package/dist/hooks/hook-installer.js +164 -0
- package/dist/hooks/hook-installer.js.map +1 -0
- package/dist/installer/skill-installer.d.ts +63 -0
- package/dist/installer/skill-installer.d.ts.map +1 -0
- package/dist/installer/skill-installer.js +203 -0
- package/dist/installer/skill-installer.js.map +1 -0
- package/dist/installer/skill-templates.d.ts +19 -0
- package/dist/installer/skill-templates.d.ts.map +1 -0
- package/dist/installer/skill-templates.js +42 -0
- package/dist/installer/skill-templates.js.map +1 -0
- package/dist/mcp/graph-tools.d.ts +17 -0
- package/dist/mcp/graph-tools.d.ts.map +1 -0
- package/dist/mcp/graph-tools.js +269 -0
- package/dist/mcp/graph-tools.js.map +1 -0
- package/dist/mcp/index.d.ts +10 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +18 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/server.d.ts +10 -0
- package/dist/mcp/server.d.ts.map +1 -0
- package/dist/mcp/server.js +235 -0
- package/dist/mcp/server.js.map +1 -0
- package/dist/models/code-skeleton.d.ts +394 -0
- package/dist/models/code-skeleton.d.ts.map +1 -0
- package/dist/models/code-skeleton.js +119 -0
- package/dist/models/code-skeleton.js.map +1 -0
- package/dist/models/dependency-graph.d.ts +172 -0
- package/dist/models/dependency-graph.d.ts.map +1 -0
- package/dist/models/dependency-graph.js +44 -0
- package/dist/models/dependency-graph.js.map +1 -0
- package/dist/models/drift-item.d.ts +104 -0
- package/dist/models/drift-item.d.ts.map +1 -0
- package/dist/models/drift-item.js +38 -0
- package/dist/models/drift-item.js.map +1 -0
- package/dist/models/module-spec.d.ts +1905 -0
- package/dist/models/module-spec.d.ts.map +1 -0
- package/dist/models/module-spec.js +272 -0
- package/dist/models/module-spec.js.map +1 -0
- package/dist/panoramic/abstract-registry.d.ts +87 -0
- package/dist/panoramic/abstract-registry.d.ts.map +1 -0
- package/dist/panoramic/abstract-registry.js +88 -0
- package/dist/panoramic/abstract-registry.js.map +1 -0
- package/dist/panoramic/anchoring/chunker.d.ts +34 -0
- package/dist/panoramic/anchoring/chunker.d.ts.map +1 -0
- package/dist/panoramic/anchoring/chunker.js +274 -0
- package/dist/panoramic/anchoring/chunker.js.map +1 -0
- package/dist/panoramic/anchoring/edge-builder.d.ts +53 -0
- package/dist/panoramic/anchoring/edge-builder.d.ts.map +1 -0
- package/dist/panoramic/anchoring/edge-builder.js +183 -0
- package/dist/panoramic/anchoring/edge-builder.js.map +1 -0
- package/dist/panoramic/anchoring/embedding-provider.d.ts +51 -0
- package/dist/panoramic/anchoring/embedding-provider.d.ts.map +1 -0
- package/dist/panoramic/anchoring/embedding-provider.js +7 -0
- package/dist/panoramic/anchoring/embedding-provider.js.map +1 -0
- package/dist/panoramic/anchoring/index.d.ts +73 -0
- package/dist/panoramic/anchoring/index.d.ts.map +1 -0
- package/dist/panoramic/anchoring/index.js +91 -0
- package/dist/panoramic/anchoring/index.js.map +1 -0
- package/dist/panoramic/anchoring/providers/factory.d.ts +35 -0
- package/dist/panoramic/anchoring/providers/factory.d.ts.map +1 -0
- package/dist/panoramic/anchoring/providers/factory.js +33 -0
- package/dist/panoramic/anchoring/providers/factory.js.map +1 -0
- package/dist/panoramic/anchoring/providers/local-provider.d.ts +48 -0
- package/dist/panoramic/anchoring/providers/local-provider.d.ts.map +1 -0
- package/dist/panoramic/anchoring/providers/local-provider.js +145 -0
- package/dist/panoramic/anchoring/providers/local-provider.js.map +1 -0
- package/dist/panoramic/anchoring/providers/openai-provider.d.ts +45 -0
- package/dist/panoramic/anchoring/providers/openai-provider.d.ts.map +1 -0
- package/dist/panoramic/anchoring/providers/openai-provider.js +78 -0
- package/dist/panoramic/anchoring/providers/openai-provider.js.map +1 -0
- package/dist/panoramic/anchoring/similarity.d.ts +37 -0
- package/dist/panoramic/anchoring/similarity.d.ts.map +1 -0
- package/dist/panoramic/anchoring/similarity.js +75 -0
- package/dist/panoramic/anchoring/similarity.js.map +1 -0
- package/dist/panoramic/api-surface/endpoint-utils.d.ts +15 -0
- package/dist/panoramic/api-surface/endpoint-utils.d.ts.map +1 -0
- package/dist/panoramic/api-surface/endpoint-utils.js +145 -0
- package/dist/panoramic/api-surface/endpoint-utils.js.map +1 -0
- package/dist/panoramic/api-surface/express-extractor.d.ts +3 -0
- package/dist/panoramic/api-surface/express-extractor.d.ts.map +1 -0
- package/dist/panoramic/api-surface/express-extractor.js +288 -0
- package/dist/panoramic/api-surface/express-extractor.js.map +1 -0
- package/dist/panoramic/api-surface/fastapi-extractor.d.ts +6 -0
- package/dist/panoramic/api-surface/fastapi-extractor.d.ts.map +1 -0
- package/dist/panoramic/api-surface/fastapi-extractor.js +287 -0
- package/dist/panoramic/api-surface/fastapi-extractor.js.map +1 -0
- package/dist/panoramic/api-surface/framework-introspection.d.ts +3 -0
- package/dist/panoramic/api-surface/framework-introspection.d.ts.map +1 -0
- package/dist/panoramic/api-surface/framework-introspection.js +189 -0
- package/dist/panoramic/api-surface/framework-introspection.js.map +1 -0
- package/dist/panoramic/api-surface/index.d.ts +13 -0
- package/dist/panoramic/api-surface/index.d.ts.map +1 -0
- package/dist/panoramic/api-surface/index.js +238 -0
- package/dist/panoramic/api-surface/index.js.map +1 -0
- package/dist/panoramic/api-surface/openapi-extractor.d.ts +3 -0
- package/dist/panoramic/api-surface/openapi-extractor.d.ts.map +1 -0
- package/dist/panoramic/api-surface/openapi-extractor.js +247 -0
- package/dist/panoramic/api-surface/openapi-extractor.js.map +1 -0
- package/dist/panoramic/api-surface/types.d.ts +140 -0
- package/dist/panoramic/api-surface/types.d.ts.map +1 -0
- package/dist/panoramic/api-surface/types.js +7 -0
- package/dist/panoramic/api-surface/types.js.map +1 -0
- package/dist/panoramic/api-surface/utils.d.ts +29 -0
- package/dist/panoramic/api-surface/utils.d.ts.map +1 -0
- package/dist/panoramic/api-surface/utils.js +340 -0
- package/dist/panoramic/api-surface/utils.js.map +1 -0
- package/dist/panoramic/batch-project-docs.d.ts +101 -0
- package/dist/panoramic/batch-project-docs.d.ts.map +1 -0
- package/dist/panoramic/batch-project-docs.js +616 -0
- package/dist/panoramic/batch-project-docs.js.map +1 -0
- package/dist/panoramic/builders/architecture-ir-builder.d.ts +19 -0
- package/dist/panoramic/builders/architecture-ir-builder.d.ts.map +1 -0
- package/dist/panoramic/builders/architecture-ir-builder.js +561 -0
- package/dist/panoramic/builders/architecture-ir-builder.js.map +1 -0
- package/dist/panoramic/builders/architecture-ir-mermaid-adapter.d.ts +6 -0
- package/dist/panoramic/builders/architecture-ir-mermaid-adapter.d.ts.map +1 -0
- package/dist/panoramic/builders/architecture-ir-mermaid-adapter.js +98 -0
- package/dist/panoramic/builders/architecture-ir-mermaid-adapter.js.map +1 -0
- package/dist/panoramic/builders/component-view-builder.d.ts +38 -0
- package/dist/panoramic/builders/component-view-builder.d.ts.map +1 -0
- package/dist/panoramic/builders/component-view-builder.js +694 -0
- package/dist/panoramic/builders/component-view-builder.js.map +1 -0
- package/dist/panoramic/builders/doc-graph-builder.d.ts +179 -0
- package/dist/panoramic/builders/doc-graph-builder.d.ts.map +1 -0
- package/dist/panoramic/builders/doc-graph-builder.js +546 -0
- package/dist/panoramic/builders/doc-graph-builder.js.map +1 -0
- package/dist/panoramic/builders/dynamic-scenarios-builder.d.ts +38 -0
- package/dist/panoramic/builders/dynamic-scenarios-builder.d.ts.map +1 -0
- package/dist/panoramic/builders/dynamic-scenarios-builder.js +361 -0
- package/dist/panoramic/builders/dynamic-scenarios-builder.js.map +1 -0
- package/dist/panoramic/cache/cache-key-builder.d.ts +25 -0
- package/dist/panoramic/cache/cache-key-builder.d.ts.map +1 -0
- package/dist/panoramic/cache/cache-key-builder.js +119 -0
- package/dist/panoramic/cache/cache-key-builder.js.map +1 -0
- package/dist/panoramic/cache/cache-manager.d.ts +58 -0
- package/dist/panoramic/cache/cache-manager.d.ts.map +1 -0
- package/dist/panoramic/cache/cache-manager.js +170 -0
- package/dist/panoramic/cache/cache-manager.js.map +1 -0
- package/dist/panoramic/cache/content-hasher.d.ts +47 -0
- package/dist/panoramic/cache/content-hasher.d.ts.map +1 -0
- package/dist/panoramic/cache/content-hasher.js +89 -0
- package/dist/panoramic/cache/content-hasher.js.map +1 -0
- package/dist/panoramic/cache/index.d.ts +10 -0
- package/dist/panoramic/cache/index.d.ts.map +1 -0
- package/dist/panoramic/cache/index.js +13 -0
- package/dist/panoramic/cache/index.js.map +1 -0
- package/dist/panoramic/cache/manifest-manager.d.ts +83 -0
- package/dist/panoramic/cache/manifest-manager.d.ts.map +1 -0
- package/dist/panoramic/cache/manifest-manager.js +119 -0
- package/dist/panoramic/cache/manifest-manager.js.map +1 -0
- package/dist/panoramic/cache/schemas.d.ts +199 -0
- package/dist/panoramic/cache/schemas.d.ts.map +1 -0
- package/dist/panoramic/cache/schemas.js +53 -0
- package/dist/panoramic/cache/schemas.js.map +1 -0
- package/dist/panoramic/cluster-orchestrator.d.ts +278 -0
- package/dist/panoramic/cluster-orchestrator.d.ts.map +1 -0
- package/dist/panoramic/cluster-orchestrator.js +531 -0
- package/dist/panoramic/cluster-orchestrator.js.map +1 -0
- package/dist/panoramic/community/community-detector.d.ts +41 -0
- package/dist/panoramic/community/community-detector.d.ts.map +1 -0
- package/dist/panoramic/community/community-detector.js +190 -0
- package/dist/panoramic/community/community-detector.js.map +1 -0
- package/dist/panoramic/community/god-node-analyzer.d.ts +28 -0
- package/dist/panoramic/community/god-node-analyzer.d.ts.map +1 -0
- package/dist/panoramic/community/god-node-analyzer.js +91 -0
- package/dist/panoramic/community/god-node-analyzer.js.map +1 -0
- package/dist/panoramic/community/graph-report-generator.d.ts +31 -0
- package/dist/panoramic/community/graph-report-generator.d.ts.map +1 -0
- package/dist/panoramic/community/graph-report-generator.js +98 -0
- package/dist/panoramic/community/graph-report-generator.js.map +1 -0
- package/dist/panoramic/community/index.d.ts +31 -0
- package/dist/panoramic/community/index.d.ts.map +1 -0
- package/dist/panoramic/community/index.js +63 -0
- package/dist/panoramic/community/index.js.map +1 -0
- package/dist/panoramic/community/surprising-edges.d.ts +42 -0
- package/dist/panoramic/community/surprising-edges.d.ts.map +1 -0
- package/dist/panoramic/community/surprising-edges.js +154 -0
- package/dist/panoramic/community/surprising-edges.js.map +1 -0
- package/dist/panoramic/cross-reference-index.d.ts +4 -0
- package/dist/panoramic/cross-reference-index.d.ts.map +1 -0
- package/dist/panoramic/cross-reference-index.js +201 -0
- package/dist/panoramic/cross-reference-index.js.map +1 -0
- package/dist/panoramic/exporters/architecture-ir-exporters.d.ts +7 -0
- package/dist/panoramic/exporters/architecture-ir-exporters.d.ts.map +1 -0
- package/dist/panoramic/exporters/architecture-ir-exporters.js +183 -0
- package/dist/panoramic/exporters/architecture-ir-exporters.js.map +1 -0
- package/dist/panoramic/exporters/export-types.d.ts +33 -0
- package/dist/panoramic/exporters/export-types.d.ts.map +1 -0
- package/dist/panoramic/exporters/export-types.js +7 -0
- package/dist/panoramic/exporters/export-types.js.map +1 -0
- package/dist/panoramic/exporters/html-exporter.d.ts +83 -0
- package/dist/panoramic/exporters/html-exporter.d.ts.map +1 -0
- package/dist/panoramic/exporters/html-exporter.js +224 -0
- package/dist/panoramic/exporters/html-exporter.js.map +1 -0
- package/dist/panoramic/exporters/html-template.d.ts +32 -0
- package/dist/panoramic/exporters/html-template.d.ts.map +1 -0
- package/dist/panoramic/exporters/html-template.js +737 -0
- package/dist/panoramic/exporters/html-template.js.map +1 -0
- package/dist/panoramic/exporters/obsidian-exporter.d.ts +67 -0
- package/dist/panoramic/exporters/obsidian-exporter.d.ts.map +1 -0
- package/dist/panoramic/exporters/obsidian-exporter.js +333 -0
- package/dist/panoramic/exporters/obsidian-exporter.js.map +1 -0
- package/dist/panoramic/generator-registry.d.ts +86 -0
- package/dist/panoramic/generator-registry.d.ts.map +1 -0
- package/dist/panoramic/generator-registry.js +194 -0
- package/dist/panoramic/generator-registry.js.map +1 -0
- package/dist/panoramic/generators/architecture-ir-generator.d.ts +36 -0
- package/dist/panoramic/generators/architecture-ir-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/architecture-ir-generator.js +51 -0
- package/dist/panoramic/generators/architecture-ir-generator.js.map +1 -0
- package/dist/panoramic/generators/architecture-overview-generator.d.ts +31 -0
- package/dist/panoramic/generators/architecture-overview-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/architecture-overview-generator.js +454 -0
- package/dist/panoramic/generators/architecture-overview-generator.js.map +1 -0
- package/dist/panoramic/generators/config-reference-generator.d.ts +78 -0
- package/dist/panoramic/generators/config-reference-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/config-reference-generator.js +201 -0
- package/dist/panoramic/generators/config-reference-generator.js.map +1 -0
- package/dist/panoramic/generators/cross-package-analyzer.d.ts +112 -0
- package/dist/panoramic/generators/cross-package-analyzer.d.ts.map +1 -0
- package/dist/panoramic/generators/cross-package-analyzer.js +258 -0
- package/dist/panoramic/generators/cross-package-analyzer.js.map +1 -0
- package/dist/panoramic/generators/data-model-generator.d.ts +528 -0
- package/dist/panoramic/generators/data-model-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/data-model-generator.js +674 -0
- package/dist/panoramic/generators/data-model-generator.js.map +1 -0
- package/dist/panoramic/generators/event-surface-generator.d.ts +52 -0
- package/dist/panoramic/generators/event-surface-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/event-surface-generator.js +634 -0
- package/dist/panoramic/generators/event-surface-generator.js.map +1 -0
- package/dist/panoramic/generators/interface-surface-generator.d.ts +50 -0
- package/dist/panoramic/generators/interface-surface-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/interface-surface-generator.js +393 -0
- package/dist/panoramic/generators/interface-surface-generator.js.map +1 -0
- package/dist/panoramic/generators/mock-readme-generator.d.ts +90 -0
- package/dist/panoramic/generators/mock-readme-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/mock-readme-generator.js +113 -0
- package/dist/panoramic/generators/mock-readme-generator.js.map +1 -0
- package/dist/panoramic/generators/pattern-hints-generator.d.ts +28 -0
- package/dist/panoramic/generators/pattern-hints-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/pattern-hints-generator.js +170 -0
- package/dist/panoramic/generators/pattern-hints-generator.js.map +1 -0
- package/dist/panoramic/generators/runtime-topology-generator.d.ts +77 -0
- package/dist/panoramic/generators/runtime-topology-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/runtime-topology-generator.js +679 -0
- package/dist/panoramic/generators/runtime-topology-generator.js.map +1 -0
- package/dist/panoramic/generators/troubleshooting-generator.d.ts +51 -0
- package/dist/panoramic/generators/troubleshooting-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/troubleshooting-generator.js +464 -0
- package/dist/panoramic/generators/troubleshooting-generator.js.map +1 -0
- package/dist/panoramic/generators/workspace-index-generator.d.ts +148 -0
- package/dist/panoramic/generators/workspace-index-generator.d.ts.map +1 -0
- package/dist/panoramic/generators/workspace-index-generator.js +500 -0
- package/dist/panoramic/generators/workspace-index-generator.js.map +1 -0
- package/dist/panoramic/graph/confidence-mapper.d.ts +39 -0
- package/dist/panoramic/graph/confidence-mapper.d.ts.map +1 -0
- package/dist/panoramic/graph/confidence-mapper.js +55 -0
- package/dist/panoramic/graph/confidence-mapper.js.map +1 -0
- package/dist/panoramic/graph/graph-builder.d.ts +33 -0
- package/dist/panoramic/graph/graph-builder.d.ts.map +1 -0
- package/dist/panoramic/graph/graph-builder.js +382 -0
- package/dist/panoramic/graph/graph-builder.js.map +1 -0
- package/dist/panoramic/graph/graph-paths.d.ts +13 -0
- package/dist/panoramic/graph/graph-paths.d.ts.map +1 -0
- package/dist/panoramic/graph/graph-paths.js +16 -0
- package/dist/panoramic/graph/graph-paths.js.map +1 -0
- package/dist/panoramic/graph/graph-query.d.ts +226 -0
- package/dist/panoramic/graph/graph-query.d.ts.map +1 -0
- package/dist/panoramic/graph/graph-query.js +571 -0
- package/dist/panoramic/graph/graph-query.js.map +1 -0
- package/dist/panoramic/graph/graph-types.d.ts +156 -0
- package/dist/panoramic/graph/graph-types.d.ts.map +1 -0
- package/dist/panoramic/graph/graph-types.js +10 -0
- package/dist/panoramic/graph/graph-types.js.map +1 -0
- package/dist/panoramic/graph/index.d.ts +6 -0
- package/dist/panoramic/graph/index.d.ts.map +1 -0
- package/dist/panoramic/graph/index.js +8 -0
- package/dist/panoramic/graph/index.js.map +1 -0
- package/dist/panoramic/hyperedges/constants.d.ts +16 -0
- package/dist/panoramic/hyperedges/constants.d.ts.map +1 -0
- package/dist/panoramic/hyperedges/constants.js +13 -0
- package/dist/panoramic/hyperedges/constants.js.map +1 -0
- package/dist/panoramic/hyperedges/extractor.d.ts +80 -0
- package/dist/panoramic/hyperedges/extractor.d.ts.map +1 -0
- package/dist/panoramic/hyperedges/extractor.js +133 -0
- package/dist/panoramic/hyperedges/extractor.js.map +1 -0
- package/dist/panoramic/hyperedges/index.d.ts +12 -0
- package/dist/panoramic/hyperedges/index.d.ts.map +1 -0
- package/dist/panoramic/hyperedges/index.js +19 -0
- package/dist/panoramic/hyperedges/index.js.map +1 -0
- package/dist/panoramic/hyperedges/prompt.d.ts +30 -0
- package/dist/panoramic/hyperedges/prompt.d.ts.map +1 -0
- package/dist/panoramic/hyperedges/prompt.js +88 -0
- package/dist/panoramic/hyperedges/prompt.js.map +1 -0
- package/dist/panoramic/hyperedges/schema.d.ts +91 -0
- package/dist/panoramic/hyperedges/schema.d.ts.map +1 -0
- package/dist/panoramic/hyperedges/schema.js +52 -0
- package/dist/panoramic/hyperedges/schema.js.map +1 -0
- package/dist/panoramic/index.d.ts +17 -0
- package/dist/panoramic/index.d.ts.map +1 -0
- package/dist/panoramic/index.js +22 -0
- package/dist/panoramic/index.js.map +1 -0
- package/dist/panoramic/interfaces.d.ts +243 -0
- package/dist/panoramic/interfaces.d.ts.map +1 -0
- package/dist/panoramic/interfaces.js +130 -0
- package/dist/panoramic/interfaces.js.map +1 -0
- package/dist/panoramic/internal.d.ts +67 -0
- package/dist/panoramic/internal.d.ts.map +1 -0
- package/dist/panoramic/internal.js +93 -0
- package/dist/panoramic/internal.js.map +1 -0
- package/dist/panoramic/models/architecture-ir-model.d.ts +92 -0
- package/dist/panoramic/models/architecture-ir-model.d.ts.map +1 -0
- package/dist/panoramic/models/architecture-ir-model.js +14 -0
- package/dist/panoramic/models/architecture-ir-model.js.map +1 -0
- package/dist/panoramic/models/architecture-overview-model.d.ts +77 -0
- package/dist/panoramic/models/architecture-overview-model.d.ts.map +1 -0
- package/dist/panoramic/models/architecture-overview-model.js +31 -0
- package/dist/panoramic/models/architecture-overview-model.js.map +1 -0
- package/dist/panoramic/models/component-view-model.d.ts +127 -0
- package/dist/panoramic/models/component-view-model.d.ts.map +1 -0
- package/dist/panoramic/models/component-view-model.js +65 -0
- package/dist/panoramic/models/component-view-model.js.map +1 -0
- package/dist/panoramic/models/docs-bundle-profiles.d.ts +4 -0
- package/dist/panoramic/models/docs-bundle-profiles.d.ts.map +1 -0
- package/dist/panoramic/models/docs-bundle-profiles.js +82 -0
- package/dist/panoramic/models/docs-bundle-profiles.js.map +1 -0
- package/dist/panoramic/models/docs-bundle-types.d.ts +94 -0
- package/dist/panoramic/models/docs-bundle-types.d.ts.map +1 -0
- package/dist/panoramic/models/docs-bundle-types.js +10 -0
- package/dist/panoramic/models/docs-bundle-types.js.map +1 -0
- package/dist/panoramic/models/docs-quality-model.d.ts +125 -0
- package/dist/panoramic/models/docs-quality-model.d.ts.map +1 -0
- package/dist/panoramic/models/docs-quality-model.js +166 -0
- package/dist/panoramic/models/docs-quality-model.js.map +1 -0
- package/dist/panoramic/models/pattern-hints-model.d.ts +89 -0
- package/dist/panoramic/models/pattern-hints-model.d.ts.map +1 -0
- package/dist/panoramic/models/pattern-hints-model.js +61 -0
- package/dist/panoramic/models/pattern-hints-model.js.map +1 -0
- package/dist/panoramic/models/pattern-knowledge-base.d.ts +31 -0
- package/dist/panoramic/models/pattern-knowledge-base.d.ts.map +1 -0
- package/dist/panoramic/models/pattern-knowledge-base.js +407 -0
- package/dist/panoramic/models/pattern-knowledge-base.js.map +1 -0
- package/dist/panoramic/models/runtime-topology-model.d.ts +145 -0
- package/dist/panoramic/models/runtime-topology-model.d.ts.map +1 -0
- package/dist/panoramic/models/runtime-topology-model.js +300 -0
- package/dist/panoramic/models/runtime-topology-model.js.map +1 -0
- package/dist/panoramic/output-filenames.d.ts +26 -0
- package/dist/panoramic/output-filenames.d.ts.map +1 -0
- package/dist/panoramic/output-filenames.js +48 -0
- package/dist/panoramic/output-filenames.js.map +1 -0
- package/dist/panoramic/parser-registry.d.ts +89 -0
- package/dist/panoramic/parser-registry.d.ts.map +1 -0
- package/dist/panoramic/parser-registry.js +169 -0
- package/dist/panoramic/parser-registry.js.map +1 -0
- package/dist/panoramic/parsers/abstract-artifact-parser.d.ts +48 -0
- package/dist/panoramic/parsers/abstract-artifact-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/abstract-artifact-parser.js +52 -0
- package/dist/panoramic/parsers/abstract-artifact-parser.js.map +1 -0
- package/dist/panoramic/parsers/abstract-config-parser.d.ts +35 -0
- package/dist/panoramic/parsers/abstract-config-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/abstract-config-parser.js +34 -0
- package/dist/panoramic/parsers/abstract-config-parser.js.map +1 -0
- package/dist/panoramic/parsers/behavior-yaml-parser.d.ts +34 -0
- package/dist/panoramic/parsers/behavior-yaml-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/behavior-yaml-parser.js +195 -0
- package/dist/panoramic/parsers/behavior-yaml-parser.js.map +1 -0
- package/dist/panoramic/parsers/comment-tracker.d.ts +37 -0
- package/dist/panoramic/parsers/comment-tracker.d.ts.map +1 -0
- package/dist/panoramic/parsers/comment-tracker.js +50 -0
- package/dist/panoramic/parsers/comment-tracker.js.map +1 -0
- package/dist/panoramic/parsers/dockerfile-parser.d.ts +42 -0
- package/dist/panoramic/parsers/dockerfile-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/dockerfile-parser.js +128 -0
- package/dist/panoramic/parsers/dockerfile-parser.js.map +1 -0
- package/dist/panoramic/parsers/env-config-parser.d.ts +37 -0
- package/dist/panoramic/parsers/env-config-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/env-config-parser.js +73 -0
- package/dist/panoramic/parsers/env-config-parser.js.map +1 -0
- package/dist/panoramic/parsers/index.d.ts +25 -0
- package/dist/panoramic/parsers/index.d.ts.map +1 -0
- package/dist/panoramic/parsers/index.js +25 -0
- package/dist/panoramic/parsers/index.js.map +1 -0
- package/dist/panoramic/parsers/skill-md-parser.d.ts +42 -0
- package/dist/panoramic/parsers/skill-md-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/skill-md-parser.js +105 -0
- package/dist/panoramic/parsers/skill-md-parser.js.map +1 -0
- package/dist/panoramic/parsers/toml-config-parser.d.ts +39 -0
- package/dist/panoramic/parsers/toml-config-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/toml-config-parser.js +98 -0
- package/dist/panoramic/parsers/toml-config-parser.js.map +1 -0
- package/dist/panoramic/parsers/types.d.ts +314 -0
- package/dist/panoramic/parsers/types.d.ts.map +1 -0
- package/dist/panoramic/parsers/types.js +136 -0
- package/dist/panoramic/parsers/types.js.map +1 -0
- package/dist/panoramic/parsers/yaml-config-parser.d.ts +58 -0
- package/dist/panoramic/parsers/yaml-config-parser.d.ts.map +1 -0
- package/dist/panoramic/parsers/yaml-config-parser.js +356 -0
- package/dist/panoramic/parsers/yaml-config-parser.js.map +1 -0
- package/dist/panoramic/pipelines/adr-decision-pipeline.d.ts +74 -0
- package/dist/panoramic/pipelines/adr-decision-pipeline.d.ts.map +1 -0
- package/dist/panoramic/pipelines/adr-decision-pipeline.js +421 -0
- package/dist/panoramic/pipelines/adr-decision-pipeline.js.map +1 -0
- package/dist/panoramic/pipelines/adr-evidence-verifier.d.ts +30 -0
- package/dist/panoramic/pipelines/adr-evidence-verifier.d.ts.map +1 -0
- package/dist/panoramic/pipelines/adr-evidence-verifier.js +141 -0
- package/dist/panoramic/pipelines/adr-evidence-verifier.js.map +1 -0
- package/dist/panoramic/pipelines/adr-mapreduce.d.ts +316 -0
- package/dist/panoramic/pipelines/adr-mapreduce.d.ts.map +1 -0
- package/dist/panoramic/pipelines/adr-mapreduce.js +331 -0
- package/dist/panoramic/pipelines/adr-mapreduce.js.map +1 -0
- package/dist/panoramic/pipelines/adr-migration.d.ts +26 -0
- package/dist/panoramic/pipelines/adr-migration.d.ts.map +1 -0
- package/dist/panoramic/pipelines/adr-migration.js +203 -0
- package/dist/panoramic/pipelines/adr-migration.js.map +1 -0
- package/dist/panoramic/pipelines/architecture-narrative-mapreduce.d.ts +121 -0
- package/dist/panoramic/pipelines/architecture-narrative-mapreduce.d.ts.map +1 -0
- package/dist/panoramic/pipelines/architecture-narrative-mapreduce.js +412 -0
- package/dist/panoramic/pipelines/architecture-narrative-mapreduce.js.map +1 -0
- package/dist/panoramic/pipelines/architecture-narrative.d.ts +123 -0
- package/dist/panoramic/pipelines/architecture-narrative.d.ts.map +1 -0
- package/dist/panoramic/pipelines/architecture-narrative.js +419 -0
- package/dist/panoramic/pipelines/architecture-narrative.js.map +1 -0
- package/dist/panoramic/pipelines/coverage-auditor.d.ts +95 -0
- package/dist/panoramic/pipelines/coverage-auditor.d.ts.map +1 -0
- package/dist/panoramic/pipelines/coverage-auditor.js +290 -0
- package/dist/panoramic/pipelines/coverage-auditor.js.map +1 -0
- package/dist/panoramic/pipelines/debt-intelligence-pipeline.d.ts +32 -0
- package/dist/panoramic/pipelines/debt-intelligence-pipeline.d.ts.map +1 -0
- package/dist/panoramic/pipelines/debt-intelligence-pipeline.js +108 -0
- package/dist/panoramic/pipelines/debt-intelligence-pipeline.js.map +1 -0
- package/dist/panoramic/pipelines/docs-bundle-manifest-reader.d.ts +26 -0
- package/dist/panoramic/pipelines/docs-bundle-manifest-reader.d.ts.map +1 -0
- package/dist/panoramic/pipelines/docs-bundle-manifest-reader.js +108 -0
- package/dist/panoramic/pipelines/docs-bundle-manifest-reader.js.map +1 -0
- package/dist/panoramic/pipelines/docs-bundle-orchestrator.d.ts +16 -0
- package/dist/panoramic/pipelines/docs-bundle-orchestrator.d.ts.map +1 -0
- package/dist/panoramic/pipelines/docs-bundle-orchestrator.js +588 -0
- package/dist/panoramic/pipelines/docs-bundle-orchestrator.js.map +1 -0
- package/dist/panoramic/pipelines/docs-quality-evaluator.d.ts +55 -0
- package/dist/panoramic/pipelines/docs-quality-evaluator.d.ts.map +1 -0
- package/dist/panoramic/pipelines/docs-quality-evaluator.js +1045 -0
- package/dist/panoramic/pipelines/docs-quality-evaluator.js.map +1 -0
- package/dist/panoramic/pipelines/narrative-provenance-adapter.d.ts +8 -0
- package/dist/panoramic/pipelines/narrative-provenance-adapter.d.ts.map +1 -0
- package/dist/panoramic/pipelines/narrative-provenance-adapter.js +99 -0
- package/dist/panoramic/pipelines/narrative-provenance-adapter.js.map +1 -0
- package/dist/panoramic/pipelines/product-ux-docs.d.ts +123 -0
- package/dist/panoramic/pipelines/product-ux-docs.d.ts.map +1 -0
- package/dist/panoramic/pipelines/product-ux-docs.js +959 -0
- package/dist/panoramic/pipelines/product-ux-docs.js.map +1 -0
- package/dist/panoramic/project-context.d.ts +17 -0
- package/dist/panoramic/project-context.d.ts.map +1 -0
- package/dist/panoramic/project-context.js +289 -0
- package/dist/panoramic/project-context.js.map +1 -0
- package/dist/panoramic/qa/citation.d.ts +21 -0
- package/dist/panoramic/qa/citation.d.ts.map +1 -0
- package/dist/panoramic/qa/citation.js +184 -0
- package/dist/panoramic/qa/citation.js.map +1 -0
- package/dist/panoramic/qa/debt-context.d.ts +33 -0
- package/dist/panoramic/qa/debt-context.d.ts.map +1 -0
- package/dist/panoramic/qa/debt-context.js +82 -0
- package/dist/panoramic/qa/debt-context.js.map +1 -0
- package/dist/panoramic/qa/graph-retriever.d.ts +29 -0
- package/dist/panoramic/qa/graph-retriever.d.ts.map +1 -0
- package/dist/panoramic/qa/graph-retriever.js +65 -0
- package/dist/panoramic/qa/graph-retriever.js.map +1 -0
- package/dist/panoramic/qa/index.d.ts +23 -0
- package/dist/panoramic/qa/index.d.ts.map +1 -0
- package/dist/panoramic/qa/index.js +201 -0
- package/dist/panoramic/qa/index.js.map +1 -0
- package/dist/panoramic/qa/llm-caller.d.ts +35 -0
- package/dist/panoramic/qa/llm-caller.d.ts.map +1 -0
- package/dist/panoramic/qa/llm-caller.js +138 -0
- package/dist/panoramic/qa/llm-caller.js.map +1 -0
- package/dist/panoramic/qa/prompt-builder.d.ts +36 -0
- package/dist/panoramic/qa/prompt-builder.d.ts.map +1 -0
- package/dist/panoramic/qa/prompt-builder.js +143 -0
- package/dist/panoramic/qa/prompt-builder.js.map +1 -0
- package/dist/panoramic/qa/rag-reranker.d.ts +43 -0
- package/dist/panoramic/qa/rag-reranker.d.ts.map +1 -0
- package/dist/panoramic/qa/rag-reranker.js +129 -0
- package/dist/panoramic/qa/rag-reranker.js.map +1 -0
- package/dist/panoramic/qa/types.d.ts +126 -0
- package/dist/panoramic/qa/types.d.ts.map +1 -0
- package/dist/panoramic/qa/types.js +6 -0
- package/dist/panoramic/qa/types.js.map +1 -0
- package/dist/panoramic/query.d.ts +29 -0
- package/dist/panoramic/query.d.ts.map +1 -0
- package/dist/panoramic/query.js +80 -0
- package/dist/panoramic/query.js.map +1 -0
- package/dist/panoramic/stored-module-specs.d.ts +26 -0
- package/dist/panoramic/stored-module-specs.d.ts.map +1 -0
- package/dist/panoramic/stored-module-specs.js +155 -0
- package/dist/panoramic/stored-module-specs.js.map +1 -0
- package/dist/panoramic/utils/html-sanitizer.d.ts +33 -0
- package/dist/panoramic/utils/html-sanitizer.d.ts.map +1 -0
- package/dist/panoramic/utils/html-sanitizer.js +170 -0
- package/dist/panoramic/utils/html-sanitizer.js.map +1 -0
- package/dist/panoramic/utils/llm-enricher.d.ts +74 -0
- package/dist/panoramic/utils/llm-enricher.d.ts.map +1 -0
- package/dist/panoramic/utils/llm-enricher.js +315 -0
- package/dist/panoramic/utils/llm-enricher.js.map +1 -0
- package/dist/panoramic/utils/llm-facade.d.ts +66 -0
- package/dist/panoramic/utils/llm-facade.d.ts.map +1 -0
- package/dist/panoramic/utils/llm-facade.js +136 -0
- package/dist/panoramic/utils/llm-facade.js.map +1 -0
- package/dist/panoramic/utils/logger.d.ts +43 -0
- package/dist/panoramic/utils/logger.d.ts.map +1 -0
- package/dist/panoramic/utils/logger.js +76 -0
- package/dist/panoramic/utils/logger.js.map +1 -0
- package/dist/panoramic/utils/mermaid-helpers.d.ts +19 -0
- package/dist/panoramic/utils/mermaid-helpers.d.ts.map +1 -0
- package/dist/panoramic/utils/mermaid-helpers.js +21 -0
- package/dist/panoramic/utils/mermaid-helpers.js.map +1 -0
- package/dist/panoramic/utils/multi-format-writer.d.ts +43 -0
- package/dist/panoramic/utils/multi-format-writer.d.ts.map +1 -0
- package/dist/panoramic/utils/multi-format-writer.js +73 -0
- package/dist/panoramic/utils/multi-format-writer.js.map +1 -0
- package/dist/panoramic/utils/template-loader.d.ts +15 -0
- package/dist/panoramic/utils/template-loader.d.ts.map +1 -0
- package/dist/panoramic/utils/template-loader.js +65 -0
- package/dist/panoramic/utils/template-loader.js.map +1 -0
- package/dist/panoramic/utils/text-segmenter.d.ts +50 -0
- package/dist/panoramic/utils/text-segmenter.d.ts.map +1 -0
- package/dist/panoramic/utils/text-segmenter.js +151 -0
- package/dist/panoramic/utils/text-segmenter.js.map +1 -0
- package/dist/scripts/postinstall.d.ts +7 -0
- package/dist/scripts/postinstall.d.ts.map +1 -0
- package/dist/scripts/postinstall.js +70 -0
- package/dist/scripts/postinstall.js.map +1 -0
- package/dist/scripts/preuninstall.d.ts +7 -0
- package/dist/scripts/preuninstall.d.ts.map +1 -0
- package/dist/scripts/preuninstall.js +62 -0
- package/dist/scripts/preuninstall.js.map +1 -0
- package/dist/spec-store/index.d.ts +9 -0
- package/dist/spec-store/index.d.ts.map +1 -0
- package/dist/spec-store/index.js +9 -0
- package/dist/spec-store/index.js.map +1 -0
- package/dist/spec-store/spec-identity.d.ts +28 -0
- package/dist/spec-store/spec-identity.d.ts.map +1 -0
- package/dist/spec-store/spec-identity.js +24 -0
- package/dist/spec-store/spec-identity.js.map +1 -0
- package/dist/spec-store/spec-store.d.ts +62 -0
- package/dist/spec-store/spec-store.d.ts.map +1 -0
- package/dist/spec-store/spec-store.js +201 -0
- package/dist/spec-store/spec-store.js.map +1 -0
- package/dist/utils/atomic-write.d.ts +10 -0
- package/dist/utils/atomic-write.d.ts.map +1 -0
- package/dist/utils/atomic-write.js +27 -0
- package/dist/utils/atomic-write.js.map +1 -0
- package/dist/utils/chunk-splitter.d.ts +32 -0
- package/dist/utils/chunk-splitter.d.ts.map +1 -0
- package/dist/utils/chunk-splitter.js +116 -0
- package/dist/utils/chunk-splitter.js.map +1 -0
- package/dist/utils/file-scanner.d.ts +38 -0
- package/dist/utils/file-scanner.d.ts.map +1 -0
- package/dist/utils/file-scanner.js +323 -0
- package/dist/utils/file-scanner.js.map +1 -0
- package/dist/utils/git-blame.d.ts +32 -0
- package/dist/utils/git-blame.d.ts.map +1 -0
- package/dist/utils/git-blame.js +151 -0
- package/dist/utils/git-blame.js.map +1 -0
- package/dist/utils/specify-template-sync.d.ts +16 -0
- package/dist/utils/specify-template-sync.d.ts.map +1 -0
- package/dist/utils/specify-template-sync.js +66 -0
- package/dist/utils/specify-template-sync.js.map +1 -0
- package/dist/watcher/file-watcher.d.ts +77 -0
- package/dist/watcher/file-watcher.d.ts.map +1 -0
- package/dist/watcher/file-watcher.js +233 -0
- package/dist/watcher/file-watcher.js.map +1 -0
- package/dist/watcher/index.d.ts +6 -0
- package/dist/watcher/index.d.ts.map +1 -0
- package/dist/watcher/index.js +5 -0
- package/dist/watcher/index.js.map +1 -0
- package/grammars/manifest.json +28 -0
- package/grammars/tree-sitter-go.wasm +0 -0
- package/grammars/tree-sitter-java.wasm +0 -0
- package/grammars/tree-sitter-javascript.wasm +0 -0
- package/grammars/tree-sitter-python.wasm +0 -0
- package/grammars/tree-sitter-typescript.wasm +0 -0
- package/package.json +84 -0
- package/plugins/spec-driver/.claude-plugin/plugin.json +16 -0
- package/plugins/spec-driver/README.md +401 -0
- package/plugins/spec-driver/agents/analyze.artifact.yaml +10 -0
- package/plugins/spec-driver/agents/analyze.md +144 -0
- package/plugins/spec-driver/agents/checklist.artifact.yaml +8 -0
- package/plugins/spec-driver/agents/checklist.md +84 -0
- package/plugins/spec-driver/agents/clarify.artifact.yaml +6 -0
- package/plugins/spec-driver/agents/clarify.md +104 -0
- package/plugins/spec-driver/agents/constitution.artifact.yaml +9 -0
- package/plugins/spec-driver/agents/constitution.md +100 -0
- package/plugins/spec-driver/agents/implement.artifact.yaml +8 -0
- package/plugins/spec-driver/agents/implement.md +159 -0
- package/plugins/spec-driver/agents/plan.artifact.yaml +12 -0
- package/plugins/spec-driver/agents/plan.md +116 -0
- package/plugins/spec-driver/agents/product-research.artifact.yaml +11 -0
- package/plugins/spec-driver/agents/product-research.md +94 -0
- package/plugins/spec-driver/agents/quality-review.artifact.yaml +11 -0
- package/plugins/spec-driver/agents/quality-review.md +165 -0
- package/plugins/spec-driver/agents/refactor-plan.md +132 -0
- package/plugins/spec-driver/agents/spec-review.artifact.yaml +12 -0
- package/plugins/spec-driver/agents/spec-review.md +111 -0
- package/plugins/spec-driver/agents/specify.artifact.yaml +9 -0
- package/plugins/spec-driver/agents/specify.md +109 -0
- package/plugins/spec-driver/agents/sync.artifact.yaml +19 -0
- package/plugins/spec-driver/agents/sync.md +91 -0
- package/plugins/spec-driver/agents/tasks.artifact.yaml +10 -0
- package/plugins/spec-driver/agents/tasks.md +88 -0
- package/plugins/spec-driver/agents/tech-research.artifact.yaml +12 -0
- package/plugins/spec-driver/agents/tech-research.md +102 -0
- package/plugins/spec-driver/agents/verify.artifact.yaml +11 -0
- package/plugins/spec-driver/agents/verify.md +204 -0
- package/plugins/spec-driver/config/orchestration.yaml +779 -0
- package/plugins/spec-driver/contracts/orchestration-overrides-contract.yaml +124 -0
- package/plugins/spec-driver/contracts/orchestration-schema.mjs +301 -0
- package/plugins/spec-driver/contracts/scan-project-output.md +70 -0
- package/plugins/spec-driver/contracts/wrapper-source-of-truth.yaml +44 -0
- package/plugins/spec-driver/hooks/hooks.json +70 -0
- package/plugins/spec-driver/hooks/post-tool-use-format.sh +28 -0
- package/plugins/spec-driver/hooks/pre-tool-use-guard.sh +42 -0
- package/plugins/spec-driver/hooks/stop-task-check.sh +22 -0
- package/plugins/spec-driver/hooks/worktree-lifecycle.sh +33 -0
- package/plugins/spec-driver/lib/orchestration-output-serializer.mjs +219 -0
- package/plugins/spec-driver/lib/orchestration-resolver.mjs +485 -0
- package/plugins/spec-driver/lib/orchestrator-fallback.mjs +98 -0
- package/plugins/spec-driver/lib/orchestrator.mjs +280 -0
- package/plugins/spec-driver/scorecards/default-governance.yaml +63 -0
- package/plugins/spec-driver/scripts/codex-skills.sh +225 -0
- package/plugins/spec-driver/scripts/experimental/README.md +9 -0
- package/plugins/spec-driver/scripts/generate-adoption-insights.mjs +523 -0
- package/plugins/spec-driver/scripts/generate-product-entity-catalog.mjs +472 -0
- package/plugins/spec-driver/scripts/generate-product-quality-reports.mjs +18 -0
- package/plugins/spec-driver/scripts/generate-product-scorecards.mjs +25 -0
- package/plugins/spec-driver/scripts/generate-project-context-suggestions.mjs +622 -0
- package/plugins/spec-driver/scripts/generate-workflow-registry.mjs +16 -0
- package/plugins/spec-driver/scripts/init-project.sh +328 -0
- package/plugins/spec-driver/scripts/lib/config-schema.mjs +433 -0
- package/plugins/spec-driver/scripts/lib/init-project-output.sh +146 -0
- package/plugins/spec-driver/scripts/lib/product-artifact-patchers.mjs +29 -0
- package/plugins/spec-driver/scripts/lib/product-artifact-paths.mjs +129 -0
- package/plugins/spec-driver/scripts/lib/product-governance-helpers.mjs +48 -0
- package/plugins/spec-driver/scripts/lib/product-quality-core.mjs +531 -0
- package/plugins/spec-driver/scripts/lib/product-scorecard-core.mjs +810 -0
- package/plugins/spec-driver/scripts/lib/project-context-paths.mjs +21 -0
- package/plugins/spec-driver/scripts/lib/project-profile-resolver.mjs +704 -0
- package/plugins/spec-driver/scripts/lib/project-profile-schema.mjs +78 -0
- package/plugins/spec-driver/scripts/lib/script-cli-args.mjs +25 -0
- package/plugins/spec-driver/scripts/lib/script-diagnostics.mjs +29 -0
- package/plugins/spec-driver/scripts/lib/script-report-io.mjs +37 -0
- package/plugins/spec-driver/scripts/lib/simple-yaml.mjs +257 -0
- package/plugins/spec-driver/scripts/lib/sync-conflict-resolver.mjs +128 -0
- package/plugins/spec-driver/scripts/lib/sync-merge-strategy.mjs +388 -0
- package/plugins/spec-driver/scripts/lib/sync-product-mapping.mjs +228 -0
- package/plugins/spec-driver/scripts/lib/sync-timeline-builder.mjs +114 -0
- package/plugins/spec-driver/scripts/lib/sync-validator.mjs +174 -0
- package/plugins/spec-driver/scripts/lib/workflow-registry-core.mjs +281 -0
- package/plugins/spec-driver/scripts/orchestrator-cli.mjs +490 -0
- package/plugins/spec-driver/scripts/orchestrator-cli.sh +36 -0
- package/plugins/spec-driver/scripts/postinstall.sh +101 -0
- package/plugins/spec-driver/scripts/record-workflow-run.mjs +332 -0
- package/plugins/spec-driver/scripts/resolve-project-context.mjs +56 -0
- package/plugins/spec-driver/scripts/scan-project.sh +668 -0
- package/plugins/spec-driver/scripts/sync-merge-engine.mjs +663 -0
- package/plugins/spec-driver/scripts/validate-config.mjs +223 -0
- package/plugins/spec-driver/scripts/validate-orchestration-overrides.mjs +190 -0
- package/plugins/spec-driver/scripts/validate-wrapper-sources.mjs +302 -0
- package/plugins/spec-driver/skills/spec-driver-constitution/SKILL.md +77 -0
- package/plugins/spec-driver/skills/spec-driver-doc/SKILL.md +732 -0
- package/plugins/spec-driver/skills/spec-driver-feature/SKILL.md +336 -0
- package/plugins/spec-driver/skills/spec-driver-fix/SKILL.md +457 -0
- package/plugins/spec-driver/skills/spec-driver-implement/SKILL.md +653 -0
- package/plugins/spec-driver/skills/spec-driver-refactor/SKILL.md +250 -0
- package/plugins/spec-driver/skills/spec-driver-resume/SKILL.md +325 -0
- package/plugins/spec-driver/skills/spec-driver-story/SKILL.md +566 -0
- package/plugins/spec-driver/skills/spec-driver-sync/SKILL.md +300 -0
- package/plugins/spec-driver/templates/code-of-conduct-v2.1.md +85 -0
- package/plugins/spec-driver/templates/licenses/Apache-2.0.txt +201 -0
- package/plugins/spec-driver/templates/licenses/BSD-2-Clause.txt +24 -0
- package/plugins/spec-driver/templates/licenses/BSD-3-Clause.txt +28 -0
- package/plugins/spec-driver/templates/licenses/GPL-3.0.txt +232 -0
- package/plugins/spec-driver/templates/licenses/ISC.txt +15 -0
- package/plugins/spec-driver/templates/licenses/MIT.txt +21 -0
- package/plugins/spec-driver/templates/licenses/MPL-2.0.txt +373 -0
- package/plugins/spec-driver/templates/licenses/Unlicense.txt +24 -0
- package/plugins/spec-driver/templates/orchestration-overrides.example.yaml +81 -0
- package/plugins/spec-driver/templates/product-research-template.md +95 -0
- package/plugins/spec-driver/templates/product-spec-template.md +250 -0
- package/plugins/spec-driver/templates/research-synthesis-template.md +102 -0
- package/plugins/spec-driver/templates/spec-driver.config-template.yaml +244 -0
- package/plugins/spec-driver/templates/specify-base/agent-file-template.md +28 -0
- package/plugins/spec-driver/templates/specify-base/checklist-template.md +40 -0
- package/plugins/spec-driver/templates/specify-base/constitution-template.md +50 -0
- package/plugins/spec-driver/templates/specify-base/plan-template.md +134 -0
- package/plugins/spec-driver/templates/specify-base/product-research-template.md +95 -0
- package/plugins/spec-driver/templates/specify-base/project-context-template.yaml +40 -0
- package/plugins/spec-driver/templates/specify-base/research-synthesis-template.md +102 -0
- package/plugins/spec-driver/templates/specify-base/spec-template.md +115 -0
- package/plugins/spec-driver/templates/specify-base/tasks-template.md +266 -0
- package/plugins/spec-driver/templates/specify-base/tech-research-template.md +111 -0
- package/plugins/spec-driver/templates/specify-base/verification-report-template.md +63 -0
- package/plugins/spec-driver/templates/tech-research-template.md +111 -0
- package/plugins/spec-driver/templates/verification-report-template.md +63 -0
- package/plugins/spec-driver/workflows/golden-paths.yaml +39 -0
- package/plugins/spec-driver/workflows/spec-driver-doc.yaml +24 -0
- package/plugins/spec-driver/workflows/spec-driver-feature.yaml +29 -0
- package/plugins/spec-driver/workflows/spec-driver-fix.yaml +21 -0
- package/plugins/spec-driver/workflows/spec-driver-implement.yaml +23 -0
- package/plugins/spec-driver/workflows/spec-driver-resume.yaml +20 -0
- package/plugins/spec-driver/workflows/spec-driver-story.yaml +24 -0
- package/plugins/spec-driver/workflows/spec-driver-sync.yaml +34 -0
- package/plugins/spectra/.claude-plugin/plugin.json +20 -0
- package/plugins/spectra/.mcp.json +8 -0
- package/plugins/spectra/README.md +128 -0
- package/plugins/spectra/contracts/skill-source-of-truth.yaml +34 -0
- package/plugins/spectra/hooks/hooks.json +15 -0
- package/plugins/spectra/scripts/postinstall.sh +12 -0
- package/plugins/spectra/scripts/sync-skill-mirrors.mjs +148 -0
- package/plugins/spectra/scripts/validate-skill-sources.mjs +280 -0
- package/plugins/spectra/skills/spectra/SKILL.md +214 -0
- package/plugins/spectra/skills/spectra-batch/SKILL.md +232 -0
- package/plugins/spectra/skills/spectra-diff/SKILL.md +99 -0
- package/queries/go.scm +54 -0
- package/queries/java.scm +50 -0
- package/queries/javascript.scm +30 -0
- package/queries/python.scm +35 -0
- package/queries/typescript.scm +50 -0
- package/scripts/lifecycle-runner.cjs +33 -0
- package/templates/adr-draft.hbs +51 -0
- package/templates/adr-index.hbs +25 -0
- package/templates/api-surface.hbs +40 -0
- package/templates/architecture-ir.hbs +49 -0
- package/templates/architecture-narrative.hbs +116 -0
- package/templates/architecture-overview.hbs +103 -0
- package/templates/component-view.hbs +87 -0
- package/templates/config-reference.hbs +22 -0
- package/templates/coverage-report.hbs +84 -0
- package/templates/cross-package-analysis.hbs +43 -0
- package/templates/data-model.hbs +72 -0
- package/templates/delta-report.hbs +53 -0
- package/templates/docs-bundle-index.hbs +41 -0
- package/templates/drift-report.hbs +53 -0
- package/templates/dynamic-scenarios.hbs +46 -0
- package/templates/event-surface.hbs +90 -0
- package/templates/feature-brief-index.hbs +27 -0
- package/templates/feature-brief.hbs +28 -0
- package/templates/index-spec.hbs +57 -0
- package/templates/interface-surface.hbs +87 -0
- package/templates/module-spec.hbs +117 -0
- package/templates/pattern-hints.hbs +85 -0
- package/templates/product-overview.hbs +65 -0
- package/templates/quality-report.hbs +130 -0
- package/templates/runtime-topology.hbs +128 -0
- package/templates/troubleshooting.hbs +86 -0
- package/templates/user-journeys.hbs +44 -0
- package/templates/workspace-index.hbs +26 -0
|
@@ -0,0 +1,779 @@
|
|
|
1
|
+
# orchestration.yaml
|
|
2
|
+
# Spec Driver 编排配置 - 所有模式统一编排定义
|
|
3
|
+
# Version: 1.0 (2026-04-06)
|
|
4
|
+
#
|
|
5
|
+
# 此文件定义了 spec-driver 的 8 种模式(feature/story/implement/fix/resume/sync/doc/refactor)
|
|
6
|
+
# 的完整 Phase 序列、Gate 行为、并行组调度策略。
|
|
7
|
+
#
|
|
8
|
+
# 修改指南:
|
|
9
|
+
# - 新增 Phase 时,在对应 modes.{mode}.phases 数组末尾添加
|
|
10
|
+
# - 新增 Gate 时,在 gates 块添加定义,并在 Phase 的 gates_before/after 中引用
|
|
11
|
+
# - 新增并行组时,在 parallel_groups 块添加,并在 Phase 中设置 agent_mode: parallel_group
|
|
12
|
+
|
|
13
|
+
version: "1.0"
|
|
14
|
+
|
|
15
|
+
# ═══════════════════════════════════════════════════════════════
|
|
16
|
+
# 全局并行调度配置
|
|
17
|
+
# ═══════════════════════════════════════════════════════════════
|
|
18
|
+
|
|
19
|
+
parallel_scheduling:
|
|
20
|
+
max_concurrent_tasks: 2 # 单消息最多并行 Task 数(受上下文限制)
|
|
21
|
+
fallback_to_serial_on_failure: true # 并行失败时回退到串行
|
|
22
|
+
fallback_reason_log: true # 记录回退原因日志
|
|
23
|
+
|
|
24
|
+
# ═══════════════════════════════════════════════════════════════
|
|
25
|
+
# 门禁全局定义(6 个 Gate)
|
|
26
|
+
# ═══════════════════════════════════════════════════════════════
|
|
27
|
+
|
|
28
|
+
gates:
|
|
29
|
+
GATE_RESEARCH:
|
|
30
|
+
type: research_checkpoint
|
|
31
|
+
applicable_modes:
|
|
32
|
+
- feature
|
|
33
|
+
description: "调研完整性门禁"
|
|
34
|
+
default_behavior: auto
|
|
35
|
+
severity: non_critical
|
|
36
|
+
hard_gate_modes: null
|
|
37
|
+
insertion_point: null
|
|
38
|
+
|
|
39
|
+
GATE_DESIGN:
|
|
40
|
+
type: design_checkpoint
|
|
41
|
+
applicable_modes:
|
|
42
|
+
- feature
|
|
43
|
+
- story
|
|
44
|
+
- implement
|
|
45
|
+
- fix
|
|
46
|
+
- resume
|
|
47
|
+
- sync
|
|
48
|
+
- doc
|
|
49
|
+
description: "需求规范质量门禁(feature 模式下为硬门禁)"
|
|
50
|
+
default_behavior: always
|
|
51
|
+
severity: critical
|
|
52
|
+
hard_gate_modes:
|
|
53
|
+
- feature
|
|
54
|
+
insertion_point: null
|
|
55
|
+
|
|
56
|
+
GATE_ANALYSIS:
|
|
57
|
+
type: quality_analysis
|
|
58
|
+
applicable_modes:
|
|
59
|
+
- feature
|
|
60
|
+
- implement
|
|
61
|
+
description: "设计一致性分析门禁"
|
|
62
|
+
default_behavior: on_failure
|
|
63
|
+
severity: non_critical
|
|
64
|
+
hard_gate_modes: null
|
|
65
|
+
insertion_point: null
|
|
66
|
+
|
|
67
|
+
GATE_TASKS:
|
|
68
|
+
type: task_generation
|
|
69
|
+
applicable_modes:
|
|
70
|
+
- feature
|
|
71
|
+
- story
|
|
72
|
+
- implement
|
|
73
|
+
- fix
|
|
74
|
+
- resume
|
|
75
|
+
- sync
|
|
76
|
+
- doc
|
|
77
|
+
- refactor
|
|
78
|
+
description: "任务分解完整性门禁"
|
|
79
|
+
default_behavior: always
|
|
80
|
+
severity: critical
|
|
81
|
+
hard_gate_modes: null
|
|
82
|
+
insertion_point: null
|
|
83
|
+
|
|
84
|
+
GATE_IMPLEMENT_MID:
|
|
85
|
+
type: implementation_checkpoint
|
|
86
|
+
applicable_modes:
|
|
87
|
+
- implement
|
|
88
|
+
description: "实现中期检查门禁(Feature 090)"
|
|
89
|
+
default_behavior: on_failure
|
|
90
|
+
severity: non_critical
|
|
91
|
+
hard_gate_modes: null
|
|
92
|
+
insertion_point: "after_task_50_percent" # 声明性元数据,实际触发逻辑在 implement SKILL.md 中
|
|
93
|
+
|
|
94
|
+
GATE_VERIFY:
|
|
95
|
+
type: verification_checkpoint
|
|
96
|
+
applicable_modes:
|
|
97
|
+
- feature
|
|
98
|
+
- story
|
|
99
|
+
- implement
|
|
100
|
+
- fix
|
|
101
|
+
- resume
|
|
102
|
+
- sync
|
|
103
|
+
- doc
|
|
104
|
+
- refactor
|
|
105
|
+
description: "最终验证综合门禁"
|
|
106
|
+
default_behavior: always
|
|
107
|
+
severity: critical
|
|
108
|
+
hard_gate_modes: null
|
|
109
|
+
insertion_point: null
|
|
110
|
+
|
|
111
|
+
# ═══════════════════════════════════════════════════════════════
|
|
112
|
+
# 并行组定义(3 个主要并行组)
|
|
113
|
+
# ═══════════════════════════════════════════════════════════════
|
|
114
|
+
|
|
115
|
+
parallel_groups:
|
|
116
|
+
RESEARCH_GROUP:
|
|
117
|
+
members:
|
|
118
|
+
- "1a"
|
|
119
|
+
- "1b"
|
|
120
|
+
convergence_point: "1c"
|
|
121
|
+
fallback_strategy: serial_fallback
|
|
122
|
+
max_concurrent: 2
|
|
123
|
+
description: "产品调研 + 技术调研并行,进行产研汇总"
|
|
124
|
+
|
|
125
|
+
DESIGN_PREP_GROUP:
|
|
126
|
+
members:
|
|
127
|
+
- clarify
|
|
128
|
+
- quality_checklist
|
|
129
|
+
convergence_point: "3.5"
|
|
130
|
+
fallback_strategy: serial_fallback
|
|
131
|
+
max_concurrent: 2
|
|
132
|
+
description: "需求澄清 + 质量检查并行"
|
|
133
|
+
|
|
134
|
+
VERIFY_GROUP:
|
|
135
|
+
members:
|
|
136
|
+
- "7a"
|
|
137
|
+
- "7b"
|
|
138
|
+
convergence_point: "7c"
|
|
139
|
+
fallback_strategy: serial_fallback
|
|
140
|
+
max_concurrent: 2
|
|
141
|
+
description: "Spec 审查 + 代码质量审查并行,进行综合验证"
|
|
142
|
+
|
|
143
|
+
# ═══════════════════════════════════════════════════════════════
|
|
144
|
+
# 模式定义:7 种 Phase 序列
|
|
145
|
+
# ═══════════════════════════════════════════════════════════════
|
|
146
|
+
|
|
147
|
+
modes:
|
|
148
|
+
|
|
149
|
+
# ─────────────────────────────────────────────────────────────
|
|
150
|
+
# Feature 模式:完整 10 阶段编排(Spec-Driven Development)
|
|
151
|
+
# ─────────────────────────────────────────────────────────────
|
|
152
|
+
feature:
|
|
153
|
+
name: "Spec-Driven Development(完整 10 阶段)"
|
|
154
|
+
description: "包含完整的调研、规范、规划、实现、验证流程"
|
|
155
|
+
phases:
|
|
156
|
+
# Phase 0: 宪法检查
|
|
157
|
+
- id: "0"
|
|
158
|
+
name: constitution_check
|
|
159
|
+
display_name: 项目宪法检查
|
|
160
|
+
agent: null
|
|
161
|
+
agent_mode: inline
|
|
162
|
+
gates_before: null
|
|
163
|
+
gates_after: null
|
|
164
|
+
conditional: null
|
|
165
|
+
skip_if_exists: null
|
|
166
|
+
is_critical: false
|
|
167
|
+
|
|
168
|
+
# Phase 0.5: 调研模式确定
|
|
169
|
+
- id: "0.5"
|
|
170
|
+
name: research_mode_determination
|
|
171
|
+
display_name: 调研模式确定
|
|
172
|
+
agent: null
|
|
173
|
+
agent_mode: inline
|
|
174
|
+
gates_before: null
|
|
175
|
+
gates_after: null
|
|
176
|
+
conditional: null
|
|
177
|
+
skip_if_exists: null
|
|
178
|
+
is_critical: false
|
|
179
|
+
|
|
180
|
+
# Phase 1a: 产品调研(RESEARCH_GROUP 成员)
|
|
181
|
+
- id: "1a"
|
|
182
|
+
name: product_research
|
|
183
|
+
display_name: 产品调研
|
|
184
|
+
agent: product-research
|
|
185
|
+
agent_mode: single
|
|
186
|
+
gates_before: null
|
|
187
|
+
gates_after: null
|
|
188
|
+
conditional: "research_mode in [full, product-only]"
|
|
189
|
+
skip_if_exists: "research/product-research.md"
|
|
190
|
+
is_critical: false
|
|
191
|
+
|
|
192
|
+
# Phase 1b: 技术调研(RESEARCH_GROUP 成员)
|
|
193
|
+
- id: "1b"
|
|
194
|
+
name: tech_research
|
|
195
|
+
display_name: 技术调研
|
|
196
|
+
agent: tech-research
|
|
197
|
+
agent_mode: single
|
|
198
|
+
gates_before: null
|
|
199
|
+
gates_after: null
|
|
200
|
+
conditional: "research_mode in [full, tech-only, codebase-scan, custom]"
|
|
201
|
+
skip_if_exists: "research/tech-research.md"
|
|
202
|
+
is_critical: false
|
|
203
|
+
|
|
204
|
+
# Phase 1c: 产研汇总(RESEARCH_GROUP 汇合点)
|
|
205
|
+
- id: "1c"
|
|
206
|
+
name: research_synthesis
|
|
207
|
+
display_name: 产研汇总
|
|
208
|
+
agent: null
|
|
209
|
+
agent_mode: inline
|
|
210
|
+
gates_before: null
|
|
211
|
+
gates_after:
|
|
212
|
+
- GATE_RESEARCH
|
|
213
|
+
conditional: "research_mode in [full]"
|
|
214
|
+
skip_if_exists: "research/research-synthesis.md"
|
|
215
|
+
is_critical: false
|
|
216
|
+
|
|
217
|
+
# Phase 1d: 在线调研补充
|
|
218
|
+
- id: "1d"
|
|
219
|
+
name: online_research
|
|
220
|
+
display_name: 在线调研补充
|
|
221
|
+
agent: null
|
|
222
|
+
agent_mode: inline
|
|
223
|
+
gates_before: null
|
|
224
|
+
gates_after: null
|
|
225
|
+
conditional: "online_research_required == true"
|
|
226
|
+
skip_if_exists: "research/online-research.md"
|
|
227
|
+
is_critical: false
|
|
228
|
+
|
|
229
|
+
# Phase 2: 需求规范
|
|
230
|
+
- id: "2"
|
|
231
|
+
name: specify
|
|
232
|
+
display_name: 需求规范
|
|
233
|
+
agent: specify
|
|
234
|
+
agent_mode: single
|
|
235
|
+
gates_before:
|
|
236
|
+
- GATE_RESEARCH
|
|
237
|
+
gates_after: null
|
|
238
|
+
conditional: null
|
|
239
|
+
skip_if_exists: "spec.md"
|
|
240
|
+
is_critical: true
|
|
241
|
+
|
|
242
|
+
# Phase 3: 需求澄清 + 质量检查(并行 DESIGN_PREP_GROUP)
|
|
243
|
+
- id: "3"
|
|
244
|
+
name: clarify_and_checklist
|
|
245
|
+
display_name: 需求澄清 + 质量检查
|
|
246
|
+
agent:
|
|
247
|
+
- clarify
|
|
248
|
+
- quality_checklist
|
|
249
|
+
agent_mode: parallel_group
|
|
250
|
+
gates_before: null
|
|
251
|
+
gates_after: null
|
|
252
|
+
conditional: null
|
|
253
|
+
skip_if_exists: null
|
|
254
|
+
is_critical: false
|
|
255
|
+
|
|
256
|
+
# Phase 3.5: GATE_DESIGN(编排器执行)
|
|
257
|
+
- id: "3.5"
|
|
258
|
+
name: gate_design
|
|
259
|
+
display_name: 规范质量门禁
|
|
260
|
+
agent: null
|
|
261
|
+
agent_mode: gate
|
|
262
|
+
gates_before: null
|
|
263
|
+
gates_after:
|
|
264
|
+
- GATE_DESIGN
|
|
265
|
+
conditional: null
|
|
266
|
+
skip_if_exists: null
|
|
267
|
+
is_critical: true
|
|
268
|
+
|
|
269
|
+
# Phase 4: 技术规划
|
|
270
|
+
- id: "4"
|
|
271
|
+
name: plan
|
|
272
|
+
display_name: 技术规划
|
|
273
|
+
agent: plan
|
|
274
|
+
agent_mode: single
|
|
275
|
+
gates_before:
|
|
276
|
+
- GATE_DESIGN
|
|
277
|
+
gates_after: null
|
|
278
|
+
conditional: null
|
|
279
|
+
skip_if_exists: "plan.md"
|
|
280
|
+
is_critical: true
|
|
281
|
+
|
|
282
|
+
# Phase 5: 任务分解
|
|
283
|
+
- id: "5"
|
|
284
|
+
name: tasks
|
|
285
|
+
display_name: 任务分解
|
|
286
|
+
agent: tasks
|
|
287
|
+
agent_mode: single
|
|
288
|
+
gates_before: null
|
|
289
|
+
gates_after: null
|
|
290
|
+
conditional: null
|
|
291
|
+
skip_if_exists: "tasks.md"
|
|
292
|
+
is_critical: true
|
|
293
|
+
|
|
294
|
+
# Phase 5.5: 一致性分析 + GATE_ANALYSIS
|
|
295
|
+
- id: "5.5"
|
|
296
|
+
name: analyze
|
|
297
|
+
display_name: 一致性分析
|
|
298
|
+
agent: analyze
|
|
299
|
+
agent_mode: single
|
|
300
|
+
gates_before: null
|
|
301
|
+
gates_after:
|
|
302
|
+
- GATE_ANALYSIS
|
|
303
|
+
- GATE_TASKS
|
|
304
|
+
conditional: null
|
|
305
|
+
skip_if_exists: null
|
|
306
|
+
is_critical: false
|
|
307
|
+
|
|
308
|
+
# Phase 6: 代码实现
|
|
309
|
+
- id: "6"
|
|
310
|
+
name: implement
|
|
311
|
+
display_name: 代码实现
|
|
312
|
+
agent: implement
|
|
313
|
+
agent_mode: single
|
|
314
|
+
gates_before:
|
|
315
|
+
- GATE_TASKS
|
|
316
|
+
gates_after: null
|
|
317
|
+
conditional: null
|
|
318
|
+
skip_if_exists: null
|
|
319
|
+
is_critical: true
|
|
320
|
+
|
|
321
|
+
# Phase 6.5: 编排器独立验证
|
|
322
|
+
- id: "6.5"
|
|
323
|
+
name: verify_independent
|
|
324
|
+
display_name: 编排器独立验证
|
|
325
|
+
agent: null
|
|
326
|
+
agent_mode: orchestrator_verify
|
|
327
|
+
gates_before: null
|
|
328
|
+
gates_after: null
|
|
329
|
+
conditional: null
|
|
330
|
+
skip_if_exists: null
|
|
331
|
+
is_critical: false
|
|
332
|
+
|
|
333
|
+
# Phase 7a: Spec 合规审查(VERIFY_GROUP 成员)
|
|
334
|
+
- id: "7a"
|
|
335
|
+
name: spec_review
|
|
336
|
+
display_name: Spec 合规审查
|
|
337
|
+
agent: spec-review
|
|
338
|
+
agent_mode: single
|
|
339
|
+
gates_before: null
|
|
340
|
+
gates_after: null
|
|
341
|
+
conditional: null
|
|
342
|
+
skip_if_exists: null
|
|
343
|
+
is_critical: false
|
|
344
|
+
|
|
345
|
+
# Phase 7b: 代码质量审查(VERIFY_GROUP 成员)
|
|
346
|
+
- id: "7b"
|
|
347
|
+
name: quality_review
|
|
348
|
+
display_name: 代码质量审查
|
|
349
|
+
agent: quality-review
|
|
350
|
+
agent_mode: single
|
|
351
|
+
gates_before: null
|
|
352
|
+
gates_after: null
|
|
353
|
+
conditional: null
|
|
354
|
+
skip_if_exists: null
|
|
355
|
+
is_critical: false
|
|
356
|
+
|
|
357
|
+
# Phase 7c: 工具链验证 + 证据核查(VERIFY_GROUP 汇合点)
|
|
358
|
+
- id: "7c"
|
|
359
|
+
name: verify
|
|
360
|
+
display_name: 工具链验证 + 证据核查
|
|
361
|
+
agent: verify
|
|
362
|
+
agent_mode: single
|
|
363
|
+
gates_before: null
|
|
364
|
+
gates_after:
|
|
365
|
+
- GATE_VERIFY
|
|
366
|
+
conditional: null
|
|
367
|
+
skip_if_exists: "verification/verification-report.md"
|
|
368
|
+
is_critical: true
|
|
369
|
+
|
|
370
|
+
# ─────────────────────────────────────────────────────────────
|
|
371
|
+
# Story 模式:故事式快速迭代(7 阶段)
|
|
372
|
+
# ─────────────────────────────────────────────────────────────
|
|
373
|
+
story:
|
|
374
|
+
name: "Story 模式(7 阶段快速迭代)"
|
|
375
|
+
description: "基于 product-research 快速迭代小功能"
|
|
376
|
+
phases:
|
|
377
|
+
- id: "1"
|
|
378
|
+
name: clarify
|
|
379
|
+
display_name: 需求澄清
|
|
380
|
+
agent: clarify
|
|
381
|
+
agent_mode: single
|
|
382
|
+
gates_before: null
|
|
383
|
+
gates_after: null
|
|
384
|
+
conditional: null
|
|
385
|
+
skip_if_exists: "spec.md"
|
|
386
|
+
is_critical: false
|
|
387
|
+
|
|
388
|
+
- id: "2"
|
|
389
|
+
name: specify
|
|
390
|
+
display_name: 需求规范
|
|
391
|
+
agent: specify
|
|
392
|
+
agent_mode: single
|
|
393
|
+
gates_before: null
|
|
394
|
+
gates_after:
|
|
395
|
+
- GATE_DESIGN
|
|
396
|
+
conditional: null
|
|
397
|
+
skip_if_exists: "spec.md"
|
|
398
|
+
is_critical: true
|
|
399
|
+
|
|
400
|
+
- id: "3"
|
|
401
|
+
name: plan
|
|
402
|
+
display_name: 技术规划
|
|
403
|
+
agent: plan
|
|
404
|
+
agent_mode: single
|
|
405
|
+
gates_before:
|
|
406
|
+
- GATE_DESIGN
|
|
407
|
+
gates_after: null
|
|
408
|
+
conditional: null
|
|
409
|
+
skip_if_exists: "plan.md"
|
|
410
|
+
is_critical: true
|
|
411
|
+
|
|
412
|
+
- id: "4"
|
|
413
|
+
name: tasks
|
|
414
|
+
display_name: 任务分解
|
|
415
|
+
agent: tasks
|
|
416
|
+
agent_mode: single
|
|
417
|
+
gates_before: null
|
|
418
|
+
gates_after:
|
|
419
|
+
- GATE_TASKS
|
|
420
|
+
conditional: null
|
|
421
|
+
skip_if_exists: "tasks.md"
|
|
422
|
+
is_critical: true
|
|
423
|
+
|
|
424
|
+
- id: "5"
|
|
425
|
+
name: implement
|
|
426
|
+
display_name: 代码实现
|
|
427
|
+
agent: implement
|
|
428
|
+
agent_mode: single
|
|
429
|
+
gates_before: null
|
|
430
|
+
gates_after: null
|
|
431
|
+
conditional: null
|
|
432
|
+
skip_if_exists: null
|
|
433
|
+
is_critical: true
|
|
434
|
+
|
|
435
|
+
- id: "6"
|
|
436
|
+
name: verify
|
|
437
|
+
display_name: 验证与交付
|
|
438
|
+
agent: verify
|
|
439
|
+
agent_mode: single
|
|
440
|
+
gates_before: null
|
|
441
|
+
gates_after:
|
|
442
|
+
- GATE_VERIFY
|
|
443
|
+
conditional: null
|
|
444
|
+
skip_if_exists: null
|
|
445
|
+
is_critical: true
|
|
446
|
+
|
|
447
|
+
# ─────────────────────────────────────────────────────────────
|
|
448
|
+
# Implement 模式:代码实现专一流程(6 阶段)
|
|
449
|
+
# ─────────────────────────────────────────────────────────────
|
|
450
|
+
implement:
|
|
451
|
+
name: "Implement 模式(6 阶段实现流程)"
|
|
452
|
+
description: "基于已有规范和规划进行代码实现"
|
|
453
|
+
phases:
|
|
454
|
+
- id: "1"
|
|
455
|
+
name: clarify
|
|
456
|
+
display_name: 需求澄清(快速检查)
|
|
457
|
+
agent: clarify
|
|
458
|
+
agent_mode: single
|
|
459
|
+
gates_before: null
|
|
460
|
+
gates_after: null
|
|
461
|
+
conditional: null
|
|
462
|
+
skip_if_exists: "spec.md"
|
|
463
|
+
is_critical: false
|
|
464
|
+
|
|
465
|
+
- id: "2"
|
|
466
|
+
name: plan
|
|
467
|
+
display_name: 技术规划
|
|
468
|
+
agent: plan
|
|
469
|
+
agent_mode: single
|
|
470
|
+
gates_before:
|
|
471
|
+
- GATE_DESIGN
|
|
472
|
+
gates_after: null
|
|
473
|
+
conditional: null
|
|
474
|
+
skip_if_exists: "plan.md"
|
|
475
|
+
is_critical: true
|
|
476
|
+
|
|
477
|
+
- id: "3"
|
|
478
|
+
name: tasks
|
|
479
|
+
display_name: 任务分解
|
|
480
|
+
agent: tasks
|
|
481
|
+
agent_mode: single
|
|
482
|
+
gates_before: null
|
|
483
|
+
gates_after: null
|
|
484
|
+
conditional: null
|
|
485
|
+
skip_if_exists: "tasks.md"
|
|
486
|
+
is_critical: true
|
|
487
|
+
|
|
488
|
+
- id: "4"
|
|
489
|
+
name: analyze
|
|
490
|
+
display_name: 一致性分析
|
|
491
|
+
agent: analyze
|
|
492
|
+
agent_mode: single
|
|
493
|
+
gates_before: null
|
|
494
|
+
gates_after:
|
|
495
|
+
- GATE_ANALYSIS
|
|
496
|
+
- GATE_TASKS
|
|
497
|
+
conditional: null
|
|
498
|
+
skip_if_exists: null
|
|
499
|
+
is_critical: false
|
|
500
|
+
|
|
501
|
+
- id: "5"
|
|
502
|
+
name: implement
|
|
503
|
+
display_name: 代码实现
|
|
504
|
+
agent: implement
|
|
505
|
+
agent_mode: single
|
|
506
|
+
gates_before: null
|
|
507
|
+
gates_after: null
|
|
508
|
+
conditional: null
|
|
509
|
+
skip_if_exists: null
|
|
510
|
+
is_critical: true
|
|
511
|
+
# 特殊:此 Phase 中期触发 GATE_IMPLEMENT_MID(insertion_point: after_task_50_percent)
|
|
512
|
+
|
|
513
|
+
- id: "6"
|
|
514
|
+
name: verify
|
|
515
|
+
display_name: 验证与交付
|
|
516
|
+
agent: verify
|
|
517
|
+
agent_mode: single
|
|
518
|
+
gates_before: null
|
|
519
|
+
gates_after:
|
|
520
|
+
- GATE_VERIFY
|
|
521
|
+
conditional: null
|
|
522
|
+
skip_if_exists: null
|
|
523
|
+
is_critical: true
|
|
524
|
+
|
|
525
|
+
# ─────────────────────────────────────────────────────────────
|
|
526
|
+
# Fix 模式:修复流程(3 阶段最小化)
|
|
527
|
+
# ─────────────────────────────────────────────────────────────
|
|
528
|
+
fix:
|
|
529
|
+
name: "Fix 模式(3 阶段修复流程)"
|
|
530
|
+
description: "快速处理 bug 和小型修复"
|
|
531
|
+
phases:
|
|
532
|
+
- id: "1"
|
|
533
|
+
name: specify
|
|
534
|
+
display_name: 需求规范
|
|
535
|
+
agent: specify
|
|
536
|
+
agent_mode: single
|
|
537
|
+
gates_before: null
|
|
538
|
+
gates_after:
|
|
539
|
+
- GATE_DESIGN
|
|
540
|
+
conditional: null
|
|
541
|
+
skip_if_exists: null
|
|
542
|
+
is_critical: true
|
|
543
|
+
|
|
544
|
+
- id: "2"
|
|
545
|
+
name: implement
|
|
546
|
+
display_name: 代码实现
|
|
547
|
+
agent: implement
|
|
548
|
+
agent_mode: single
|
|
549
|
+
gates_before: null
|
|
550
|
+
gates_after: null
|
|
551
|
+
conditional: null
|
|
552
|
+
skip_if_exists: null
|
|
553
|
+
is_critical: true
|
|
554
|
+
|
|
555
|
+
- id: "3"
|
|
556
|
+
name: verify
|
|
557
|
+
display_name: 验证与交付
|
|
558
|
+
agent: verify
|
|
559
|
+
agent_mode: single
|
|
560
|
+
gates_before: null
|
|
561
|
+
gates_after:
|
|
562
|
+
- GATE_VERIFY
|
|
563
|
+
conditional: null
|
|
564
|
+
skip_if_exists: null
|
|
565
|
+
is_critical: true
|
|
566
|
+
|
|
567
|
+
# ─────────────────────────────────────────────────────────────
|
|
568
|
+
# Resume 模式:中断恢复流程(4 阶段)
|
|
569
|
+
# ─────────────────────────────────────────────────────────────
|
|
570
|
+
resume:
|
|
571
|
+
name: "Resume 模式(4 阶段中断恢复)"
|
|
572
|
+
description: "恢复中断的实现流程,验证已有制品"
|
|
573
|
+
phases:
|
|
574
|
+
- id: "1"
|
|
575
|
+
name: clarify
|
|
576
|
+
display_name: 需求澄清(快速检查)
|
|
577
|
+
agent: clarify
|
|
578
|
+
agent_mode: single
|
|
579
|
+
gates_before: null
|
|
580
|
+
gates_after: null
|
|
581
|
+
conditional: null
|
|
582
|
+
skip_if_exists: null
|
|
583
|
+
is_critical: false
|
|
584
|
+
|
|
585
|
+
- id: "2"
|
|
586
|
+
name: tasks
|
|
587
|
+
display_name: 任务分解(更新)
|
|
588
|
+
agent: tasks
|
|
589
|
+
agent_mode: single
|
|
590
|
+
gates_before: null
|
|
591
|
+
gates_after:
|
|
592
|
+
- GATE_TASKS
|
|
593
|
+
conditional: null
|
|
594
|
+
skip_if_exists: null
|
|
595
|
+
is_critical: true
|
|
596
|
+
|
|
597
|
+
- id: "3"
|
|
598
|
+
name: implement
|
|
599
|
+
display_name: 代码实现
|
|
600
|
+
agent: implement
|
|
601
|
+
agent_mode: single
|
|
602
|
+
gates_before: null
|
|
603
|
+
gates_after: null
|
|
604
|
+
conditional: null
|
|
605
|
+
skip_if_exists: null
|
|
606
|
+
is_critical: true
|
|
607
|
+
|
|
608
|
+
- id: "4"
|
|
609
|
+
name: verify
|
|
610
|
+
display_name: 验证与交付
|
|
611
|
+
agent: verify
|
|
612
|
+
agent_mode: single
|
|
613
|
+
gates_before: null
|
|
614
|
+
gates_after:
|
|
615
|
+
- GATE_VERIFY
|
|
616
|
+
conditional: null
|
|
617
|
+
skip_if_exists: null
|
|
618
|
+
is_critical: true
|
|
619
|
+
|
|
620
|
+
# ─────────────────────────────────────────────────────────────
|
|
621
|
+
# Sync 模式:制品同步模式(3 阶段最小化)
|
|
622
|
+
# ─────────────────────────────────────────────────────────────
|
|
623
|
+
sync:
|
|
624
|
+
name: "Sync 模式(3 阶段制品同步)"
|
|
625
|
+
description: "聚合多个 spec 为产品级文档"
|
|
626
|
+
phases:
|
|
627
|
+
- id: "1"
|
|
628
|
+
name: gather
|
|
629
|
+
display_name: 制品聚合
|
|
630
|
+
agent: null
|
|
631
|
+
agent_mode: inline
|
|
632
|
+
gates_before: null
|
|
633
|
+
gates_after: null
|
|
634
|
+
conditional: null
|
|
635
|
+
skip_if_exists: null
|
|
636
|
+
is_critical: false
|
|
637
|
+
|
|
638
|
+
- id: "2"
|
|
639
|
+
name: sync
|
|
640
|
+
display_name: 制品同步
|
|
641
|
+
agent: sync
|
|
642
|
+
agent_mode: single
|
|
643
|
+
gates_before:
|
|
644
|
+
- GATE_DESIGN
|
|
645
|
+
gates_after:
|
|
646
|
+
- GATE_TASKS
|
|
647
|
+
conditional: null
|
|
648
|
+
skip_if_exists: null
|
|
649
|
+
is_critical: true
|
|
650
|
+
|
|
651
|
+
- id: "3"
|
|
652
|
+
name: verify
|
|
653
|
+
display_name: 质量验证
|
|
654
|
+
agent: verify
|
|
655
|
+
agent_mode: single
|
|
656
|
+
gates_before: null
|
|
657
|
+
gates_after:
|
|
658
|
+
- GATE_VERIFY
|
|
659
|
+
conditional: null
|
|
660
|
+
skip_if_exists: null
|
|
661
|
+
is_critical: true
|
|
662
|
+
|
|
663
|
+
# ─────────────────────────────────────────────────────────────
|
|
664
|
+
# Doc 模式:文档生成模式(3 阶段)
|
|
665
|
+
# ─────────────────────────────────────────────────────────────
|
|
666
|
+
doc:
|
|
667
|
+
name: "Doc 模式(3 阶段文档生成)"
|
|
668
|
+
description: "生成开源标准文档(README、变更日志等)"
|
|
669
|
+
phases:
|
|
670
|
+
- id: "1"
|
|
671
|
+
name: specify
|
|
672
|
+
display_name: 需求规范
|
|
673
|
+
agent: specify
|
|
674
|
+
agent_mode: single
|
|
675
|
+
gates_before: null
|
|
676
|
+
gates_after:
|
|
677
|
+
- GATE_DESIGN
|
|
678
|
+
conditional: null
|
|
679
|
+
skip_if_exists: null
|
|
680
|
+
is_critical: true
|
|
681
|
+
|
|
682
|
+
- id: "2"
|
|
683
|
+
name: doc
|
|
684
|
+
display_name: 文档生成
|
|
685
|
+
agent: doc
|
|
686
|
+
agent_mode: single
|
|
687
|
+
gates_before: null
|
|
688
|
+
gates_after:
|
|
689
|
+
- GATE_TASKS
|
|
690
|
+
conditional: null
|
|
691
|
+
skip_if_exists: null
|
|
692
|
+
is_critical: true
|
|
693
|
+
|
|
694
|
+
- id: "3"
|
|
695
|
+
name: verify
|
|
696
|
+
display_name: 质量验证
|
|
697
|
+
agent: verify
|
|
698
|
+
agent_mode: single
|
|
699
|
+
gates_before: null
|
|
700
|
+
gates_after:
|
|
701
|
+
- GATE_VERIFY
|
|
702
|
+
conditional: null
|
|
703
|
+
skip_if_exists: null
|
|
704
|
+
is_critical: true
|
|
705
|
+
|
|
706
|
+
# ═══════════════════════════════════════════════════════════════
|
|
707
|
+
# Feature 093: refactor 模式(大规模重构流程,5 Phase)
|
|
708
|
+
# ═══════════════════════════════════════════════════════════════
|
|
709
|
+
|
|
710
|
+
refactor:
|
|
711
|
+
name: "Refactor 模式(5 阶段大规模重构)"
|
|
712
|
+
description: "影响分析→分批规划→逐批实现+中间验证→残留扫描→最终验证"
|
|
713
|
+
phases:
|
|
714
|
+
# Phase 1: 影响分析
|
|
715
|
+
- id: "1"
|
|
716
|
+
name: impact_analysis
|
|
717
|
+
display_name: 影响分析
|
|
718
|
+
agent: refactor-plan
|
|
719
|
+
agent_mode: single
|
|
720
|
+
gates_before: null
|
|
721
|
+
gates_after: null
|
|
722
|
+
conditional: null
|
|
723
|
+
skip_if_exists: "impact-report.md"
|
|
724
|
+
is_critical: true
|
|
725
|
+
|
|
726
|
+
# Phase 2: 分批规划
|
|
727
|
+
- id: "2"
|
|
728
|
+
name: batch_planning
|
|
729
|
+
display_name: 分批规划
|
|
730
|
+
agent: refactor-plan
|
|
731
|
+
agent_mode: single
|
|
732
|
+
gates_before: null
|
|
733
|
+
gates_after:
|
|
734
|
+
- GATE_TASKS
|
|
735
|
+
conditional: null
|
|
736
|
+
skip_if_exists: "refactor-plan.md"
|
|
737
|
+
is_critical: true
|
|
738
|
+
|
|
739
|
+
# Phase 3: 逐批实现(batch_loop 模式:每批执行后中间验证)
|
|
740
|
+
- id: "3"
|
|
741
|
+
name: batch_implement
|
|
742
|
+
display_name: 逐批实现
|
|
743
|
+
agent: implement
|
|
744
|
+
agent_mode: batch_loop # 声明性标签,实际循环逻辑在 refactor SKILL.md 中
|
|
745
|
+
gates_before:
|
|
746
|
+
- GATE_TASKS
|
|
747
|
+
gates_after: null
|
|
748
|
+
conditional: null
|
|
749
|
+
skip_if_exists: null
|
|
750
|
+
is_critical: true
|
|
751
|
+
|
|
752
|
+
# Phase 4: 残留扫描(编排器内联执行)
|
|
753
|
+
- id: "4"
|
|
754
|
+
name: residual_scan
|
|
755
|
+
display_name: 残留扫描
|
|
756
|
+
agent: null
|
|
757
|
+
agent_mode: orchestrator_verify
|
|
758
|
+
gates_before: null
|
|
759
|
+
gates_after: null
|
|
760
|
+
conditional: null
|
|
761
|
+
skip_if_exists: null
|
|
762
|
+
is_critical: true
|
|
763
|
+
|
|
764
|
+
# Phase 5: 最终验证
|
|
765
|
+
- id: "5"
|
|
766
|
+
name: final_verify
|
|
767
|
+
display_name: 最终验证
|
|
768
|
+
agent: verify
|
|
769
|
+
agent_mode: single
|
|
770
|
+
gates_before: null
|
|
771
|
+
gates_after:
|
|
772
|
+
- GATE_VERIFY
|
|
773
|
+
conditional: null
|
|
774
|
+
skip_if_exists: null
|
|
775
|
+
is_critical: true
|
|
776
|
+
|
|
777
|
+
# ═══════════════════════════════════════════════════════════════
|
|
778
|
+
# End of orchestration.yaml
|
|
779
|
+
# ═══════════════════════════════════════════════════════════════
|