@libar-dev/architect 1.0.0-pre.3 → 1.0.0-pre.4
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 +1 -1
- package/README.md +5 -5
- package/dist/api/arch-queries.d.ts.map +1 -1
- package/dist/api/context-assembler.d.ts.map +1 -1
- package/dist/api/handoff-generator.d.ts.map +1 -1
- package/dist/api/index.d.ts +8 -8
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +7 -7
- package/dist/api/index.js.map +1 -1
- package/dist/api/{process-state.d.ts → pattern-graph-api.d.ts} +15 -15
- package/dist/api/pattern-graph-api.d.ts.map +1 -0
- package/dist/api/{process-state.js → pattern-graph-api.js} +13 -13
- package/dist/api/pattern-graph-api.js.map +1 -0
- package/dist/api/rules-query.d.ts +6 -6
- package/dist/api/rules-query.d.ts.map +1 -1
- package/dist/api/rules-query.js +4 -4
- package/dist/api/rules-query.js.map +1 -1
- package/dist/api/scope-validator.d.ts.map +1 -1
- package/dist/api/types.d.ts +8 -8
- package/dist/api/types.d.ts.map +1 -1
- package/dist/api/types.js +5 -5
- package/dist/cli/cli-schema.d.ts +3 -3
- package/dist/cli/cli-schema.js +13 -13
- package/dist/cli/cli-schema.js.map +1 -1
- package/dist/cli/output-pipeline.d.ts.map +1 -1
- package/dist/cli/pattern-graph-cli.d.ts.map +1 -0
- package/dist/cli/validate-patterns.d.ts.map +1 -1
- package/dist/generators/built-in/cli-recipe-generator.d.ts +3 -3
- package/dist/generators/built-in/cli-recipe-generator.js +6 -6
- package/dist/generators/built-in/cli-recipe-generator.js.map +1 -1
- package/dist/generators/built-in/cli-reference-generator.d.ts +18 -0
- package/dist/generators/built-in/cli-reference-generator.d.ts.map +1 -0
- package/dist/generators/built-in/{process-api-reference-generator.js → cli-reference-generator.js} +13 -13
- package/dist/generators/built-in/cli-reference-generator.js.map +1 -0
- package/dist/generators/built-in/codec-generators.js +12 -12
- package/dist/generators/built-in/codec-generators.js.map +1 -1
- package/dist/generators/built-in/design-review-generator.d.ts.map +1 -1
- package/dist/generators/built-in/reference-generators.d.ts.map +1 -1
- package/dist/generators/codec-based.d.ts.map +1 -1
- package/dist/generators/index.d.ts.map +1 -1
- package/dist/generators/orchestrator.d.ts.map +1 -1
- package/dist/generators/pipeline/build-pipeline.d.ts +17 -14
- package/dist/generators/pipeline/build-pipeline.d.ts.map +1 -1
- package/dist/generators/pipeline/build-pipeline.js +27 -21
- package/dist/generators/pipeline/build-pipeline.js.map +1 -1
- package/dist/generators/pipeline/index.d.ts.map +1 -1
- package/dist/generators/types.d.ts.map +1 -1
- package/dist/mcp/pipeline-session.d.ts.map +1 -1
- package/dist/renderable/codecs/index-codec.d.ts.map +1 -1
- package/dist/renderable/codecs/index-codec.js +54 -28
- package/dist/renderable/codecs/index-codec.js.map +1 -1
- package/docs/ANNOTATION-GUIDE.md +5 -5
- package/docs/ARCHITECTURE.md +79 -79
- package/docs/{PROCESS-API.md → CLI.md} +6 -6
- package/docs/CONFIGURATION.md +2 -2
- package/docs/DOCS-GAP-ANALYSIS.md +65 -65
- package/docs/INDEX.md +34 -34
- package/docs/MCP-SETUP.md +3 -3
- package/docs/METHODOLOGY.md +1 -1
- package/docs/SESSION-GUIDES.md +3 -3
- package/docs/VALIDATION.md +4 -4
- package/docs-live/ARCHITECTURE.md +48 -42
- package/docs-live/BUSINESS-RULES.md +3 -3
- package/docs-live/CHANGELOG-GENERATED.md +109 -103
- package/docs-live/INDEX.md +21 -21
- package/docs-live/PRODUCT-AREAS.md +7 -7
- package/docs-live/TAXONOMY.md +3 -5
- package/docs-live/_claude-md/annotation/annotation-overview.md +1 -1
- package/docs-live/_claude-md/annotation/annotation-reference.md +5 -5
- package/docs-live/_claude-md/architecture/architecture-types.md +4 -4
- package/docs-live/_claude-md/architecture/reference-sample.md +2 -2
- package/docs-live/_claude-md/data-api/data-api-overview.md +2 -2
- package/docs-live/_claude-md/generation/generation-overview.md +15 -15
- package/docs-live/_claude-md/process/process-overview.md +1 -1
- package/docs-live/_claude-md/validation/validation-overview.md +1 -1
- package/docs-live/business-rules/annotation.md +1 -2
- package/docs-live/business-rules/configuration.md +1 -1
- package/docs-live/business-rules/data-api.md +149 -136
- package/docs-live/business-rules/generation.md +172 -20
- package/docs-live/decisions/adr-003-source-first-pattern-architecture.md +1 -1
- package/docs-live/decisions/adr-005-codec-based-markdown-rendering.md +5 -5
- package/docs-live/decisions/adr-006-single-read-model-architecture.md +24 -24
- package/docs-live/product-areas/ANNOTATION.md +19 -9
- package/docs-live/product-areas/CONFIGURATION.md +39 -19
- package/docs-live/product-areas/DATA-API.md +155 -151
- package/docs-live/product-areas/GENERATION.md +159 -144
- package/docs-live/product-areas/PROCESS.md +4 -4
- package/docs-live/product-areas/VALIDATION.md +35 -20
- package/docs-live/reference/ANNOTATION-REFERENCE.md +5 -5
- package/docs-live/reference/ARCHITECTURE-CODECS.md +11 -11
- package/docs-live/reference/ARCHITECTURE-TYPES.md +28 -25
- package/docs-live/reference/{PROCESS-API-RECIPES.md → CLI-RECIPES.md} +11 -11
- package/docs-live/reference/{PROCESS-API-REFERENCE.md → CLI-REFERENCE.md} +2 -2
- package/docs-live/reference/REFERENCE-SAMPLE.md +56 -56
- package/docs-live/reference/SESSION-WORKFLOW-GUIDE.md +3 -3
- package/docs-live/taxonomy/format-types.md +2 -2
- package/docs-live/taxonomy/metadata-tags.md +1 -23
- package/package.json +7 -7
- package/dist/api/arch-queries.d.ts +0 -95
- package/dist/api/arch-queries.js +0 -310
- package/dist/api/arch-queries.js.map +0 -1
- package/dist/api/context-assembler.d.ts +0 -124
- package/dist/api/context-assembler.js +0 -472
- package/dist/api/context-assembler.js.map +0 -1
- package/dist/api/context-formatter.d.ts +0 -26
- package/dist/api/context-formatter.js +0 -183
- package/dist/api/context-formatter.js.map +0 -1
- package/dist/api/coverage-analyzer.d.ts +0 -38
- package/dist/api/coverage-analyzer.d.ts.map +0 -1
- package/dist/api/coverage-analyzer.js +0 -117
- package/dist/api/coverage-analyzer.js.map +0 -1
- package/dist/api/fuzzy-match.d.ts +0 -75
- package/dist/api/fuzzy-match.d.ts.map +0 -1
- package/dist/api/fuzzy-match.js +0 -150
- package/dist/api/fuzzy-match.js.map +0 -1
- package/dist/api/handoff-generator.d.ts +0 -45
- package/dist/api/handoff-generator.js +0 -139
- package/dist/api/handoff-generator.js.map +0 -1
- package/dist/api/pattern-helpers.d.ts +0 -51
- package/dist/api/pattern-helpers.d.ts.map +0 -1
- package/dist/api/pattern-helpers.js +0 -84
- package/dist/api/pattern-helpers.js.map +0 -1
- package/dist/api/process-state.d.ts.map +0 -1
- package/dist/api/process-state.js.map +0 -1
- package/dist/api/scope-validator.d.ts +0 -56
- package/dist/api/scope-validator.js +0 -293
- package/dist/api/scope-validator.js.map +0 -1
- package/dist/api/stub-resolver.d.ts +0 -117
- package/dist/api/stub-resolver.d.ts.map +0 -1
- package/dist/api/stub-resolver.js +0 -154
- package/dist/api/stub-resolver.js.map +0 -1
- package/dist/api/summarize.d.ts +0 -75
- package/dist/api/summarize.d.ts.map +0 -1
- package/dist/api/summarize.js +0 -97
- package/dist/api/summarize.js.map +0 -1
- package/dist/cache/file-cache.d.ts +0 -72
- package/dist/cache/file-cache.d.ts.map +0 -1
- package/dist/cache/file-cache.js +0 -80
- package/dist/cache/file-cache.js.map +0 -1
- package/dist/cache/index.d.ts +0 -5
- package/dist/cache/index.d.ts.map +0 -1
- package/dist/cache/index.js +0 -5
- package/dist/cache/index.js.map +0 -1
- package/dist/cli/dataset-cache.d.ts +0 -66
- package/dist/cli/dataset-cache.js +0 -179
- package/dist/cli/dataset-cache.js.map +0 -1
- package/dist/cli/error-handler.d.ts +0 -84
- package/dist/cli/error-handler.d.ts.map +0 -1
- package/dist/cli/error-handler.js +0 -197
- package/dist/cli/error-handler.js.map +0 -1
- package/dist/cli/generate-docs.d.ts +0 -30
- package/dist/cli/generate-docs.js +0 -370
- package/dist/cli/generate-docs.js.map +0 -1
- package/dist/cli/lint-patterns.d.ts +0 -57
- package/dist/cli/lint-patterns.d.ts.map +0 -1
- package/dist/cli/lint-patterns.js +0 -257
- package/dist/cli/lint-patterns.js.map +0 -1
- package/dist/cli/lint-process.d.ts +0 -54
- package/dist/cli/lint-process.d.ts.map +0 -1
- package/dist/cli/lint-process.js +0 -319
- package/dist/cli/lint-process.js.map +0 -1
- package/dist/cli/lint-steps.d.ts +0 -32
- package/dist/cli/lint-steps.d.ts.map +0 -1
- package/dist/cli/lint-steps.js +0 -172
- package/dist/cli/lint-steps.js.map +0 -1
- package/dist/cli/mcp-server.d.ts +0 -22
- package/dist/cli/mcp-server.js +0 -57
- package/dist/cli/mcp-server.js.map +0 -1
- package/dist/cli/output-pipeline.d.ts +0 -130
- package/dist/cli/output-pipeline.js +0 -234
- package/dist/cli/output-pipeline.js.map +0 -1
- package/dist/cli/process-api.d.ts +0 -37
- package/dist/cli/process-api.d.ts.map +0 -1
- package/dist/cli/process-api.js +0 -1550
- package/dist/cli/process-api.js.map +0 -1
- package/dist/cli/repl.d.ts +0 -38
- package/dist/cli/repl.js +0 -239
- package/dist/cli/repl.js.map +0 -1
- package/dist/cli/validate-patterns.d.ts +0 -115
- package/dist/cli/validate-patterns.js +0 -707
- package/dist/cli/validate-patterns.js.map +0 -1
- package/dist/cli/version.d.ts +0 -35
- package/dist/cli/version.d.ts.map +0 -1
- package/dist/cli/version.js +0 -64
- package/dist/cli/version.js.map +0 -1
- package/dist/config/config-loader.d.ts +0 -167
- package/dist/config/config-loader.d.ts.map +0 -1
- package/dist/config/config-loader.js +0 -294
- package/dist/config/config-loader.js.map +0 -1
- package/dist/config/defaults.d.ts +0 -92
- package/dist/config/defaults.d.ts.map +0 -1
- package/dist/config/defaults.js +0 -103
- package/dist/config/defaults.js.map +0 -1
- package/dist/config/define-config.d.ts +0 -37
- package/dist/config/define-config.d.ts.map +0 -1
- package/dist/config/define-config.js +0 -38
- package/dist/config/define-config.js.map +0 -1
- package/dist/config/factory.d.ts +0 -79
- package/dist/config/factory.d.ts.map +0 -1
- package/dist/config/factory.js +0 -116
- package/dist/config/factory.js.map +0 -1
- package/dist/config/index.d.ts +0 -45
- package/dist/config/index.d.ts.map +0 -1
- package/dist/config/index.js +0 -48
- package/dist/config/index.js.map +0 -1
- package/dist/config/merge-sources.d.ts +0 -47
- package/dist/config/merge-sources.d.ts.map +0 -1
- package/dist/config/merge-sources.js +0 -61
- package/dist/config/merge-sources.js.map +0 -1
- package/dist/config/presets.d.ts +0 -115
- package/dist/config/presets.d.ts.map +0 -1
- package/dist/config/presets.js +0 -119
- package/dist/config/presets.js.map +0 -1
- package/dist/config/project-config-schema.d.ts +0 -192
- package/dist/config/project-config-schema.d.ts.map +0 -1
- package/dist/config/project-config-schema.js +0 -231
- package/dist/config/project-config-schema.js.map +0 -1
- package/dist/config/project-config.d.ts +0 -229
- package/dist/config/project-config.d.ts.map +0 -1
- package/dist/config/project-config.js +0 -37
- package/dist/config/project-config.js.map +0 -1
- package/dist/config/regex-builders.d.ts +0 -49
- package/dist/config/regex-builders.d.ts.map +0 -1
- package/dist/config/regex-builders.js +0 -85
- package/dist/config/regex-builders.js.map +0 -1
- package/dist/config/resolve-config.d.ts +0 -65
- package/dist/config/resolve-config.d.ts.map +0 -1
- package/dist/config/resolve-config.js +0 -150
- package/dist/config/resolve-config.js.map +0 -1
- package/dist/config/types.d.ts +0 -81
- package/dist/config/types.d.ts.map +0 -1
- package/dist/config/types.js +0 -22
- package/dist/config/types.js.map +0 -1
- package/dist/config/workflow-loader.d.ts +0 -90
- package/dist/config/workflow-loader.d.ts.map +0 -1
- package/dist/config/workflow-loader.js +0 -167
- package/dist/config/workflow-loader.js.map +0 -1
- package/dist/extractor/doc-extractor.d.ts +0 -233
- package/dist/extractor/doc-extractor.d.ts.map +0 -1
- package/dist/extractor/doc-extractor.js +0 -481
- package/dist/extractor/doc-extractor.js.map +0 -1
- package/dist/extractor/dual-source-extractor.d.ts +0 -161
- package/dist/extractor/dual-source-extractor.d.ts.map +0 -1
- package/dist/extractor/dual-source-extractor.js +0 -407
- package/dist/extractor/dual-source-extractor.js.map +0 -1
- package/dist/extractor/gherkin-extractor.d.ts +0 -170
- package/dist/extractor/gherkin-extractor.d.ts.map +0 -1
- package/dist/extractor/gherkin-extractor.js +0 -543
- package/dist/extractor/gherkin-extractor.js.map +0 -1
- package/dist/extractor/index.d.ts +0 -7
- package/dist/extractor/index.d.ts.map +0 -1
- package/dist/extractor/index.js +0 -11
- package/dist/extractor/index.js.map +0 -1
- package/dist/extractor/layer-inference.d.ts +0 -66
- package/dist/extractor/layer-inference.d.ts.map +0 -1
- package/dist/extractor/layer-inference.js +0 -93
- package/dist/extractor/layer-inference.js.map +0 -1
- package/dist/extractor/shape-extractor.d.ts +0 -79
- package/dist/extractor/shape-extractor.d.ts.map +0 -1
- package/dist/extractor/shape-extractor.js +0 -966
- package/dist/extractor/shape-extractor.js.map +0 -1
- package/dist/generators/built-in/codec-generators.d.ts +0 -29
- package/dist/generators/built-in/decision-doc-generator.d.ts +0 -204
- package/dist/generators/built-in/decision-doc-generator.js +0 -654
- package/dist/generators/built-in/decision-doc-generator.js.map +0 -1
- package/dist/generators/built-in/design-review-generator.d.ts +0 -26
- package/dist/generators/built-in/design-review-generator.js +0 -94
- package/dist/generators/built-in/design-review-generator.js.map +0 -1
- package/dist/generators/built-in/index.d.ts +0 -22
- package/dist/generators/built-in/index.js +0 -23
- package/dist/generators/built-in/index.js.map +0 -1
- package/dist/generators/built-in/process-api-reference-generator.d.ts +0 -18
- package/dist/generators/built-in/process-api-reference-generator.d.ts.map +0 -1
- package/dist/generators/built-in/process-api-reference-generator.js.map +0 -1
- package/dist/generators/built-in/reference-generators.d.ts +0 -51
- package/dist/generators/built-in/reference-generators.js +0 -320
- package/dist/generators/built-in/reference-generators.js.map +0 -1
- package/dist/generators/codec-based.d.ts +0 -63
- package/dist/generators/codec-based.js +0 -88
- package/dist/generators/codec-based.js.map +0 -1
- package/dist/generators/content-deduplicator.d.ts +0 -114
- package/dist/generators/content-deduplicator.d.ts.map +0 -1
- package/dist/generators/content-deduplicator.js +0 -356
- package/dist/generators/content-deduplicator.js.map +0 -1
- package/dist/generators/index.d.ts +0 -50
- package/dist/generators/index.js +0 -54
- package/dist/generators/index.js.map +0 -1
- package/dist/generators/orchestrator.d.ts +0 -265
- package/dist/generators/orchestrator.js +0 -570
- package/dist/generators/orchestrator.js.map +0 -1
- package/dist/generators/pipeline/context-inference.d.ts +0 -55
- package/dist/generators/pipeline/context-inference.d.ts.map +0 -1
- package/dist/generators/pipeline/context-inference.js +0 -76
- package/dist/generators/pipeline/context-inference.js.map +0 -1
- package/dist/generators/pipeline/index.d.ts +0 -27
- package/dist/generators/pipeline/index.js +0 -34
- package/dist/generators/pipeline/index.js.map +0 -1
- package/dist/generators/pipeline/merge-patterns.d.ts +0 -33
- package/dist/generators/pipeline/merge-patterns.d.ts.map +0 -1
- package/dist/generators/pipeline/merge-patterns.js +0 -50
- package/dist/generators/pipeline/merge-patterns.js.map +0 -1
- package/dist/generators/pipeline/relationship-resolver.d.ts +0 -47
- package/dist/generators/pipeline/relationship-resolver.d.ts.map +0 -1
- package/dist/generators/pipeline/relationship-resolver.js +0 -132
- package/dist/generators/pipeline/relationship-resolver.js.map +0 -1
- package/dist/generators/pipeline/sequence-utils.d.ts +0 -49
- package/dist/generators/pipeline/sequence-utils.d.ts.map +0 -1
- package/dist/generators/pipeline/sequence-utils.js +0 -235
- package/dist/generators/pipeline/sequence-utils.js.map +0 -1
- package/dist/generators/pipeline/transform-dataset.d.ts +0 -82
- package/dist/generators/pipeline/transform-dataset.d.ts.map +0 -1
- package/dist/generators/pipeline/transform-dataset.js +0 -355
- package/dist/generators/pipeline/transform-dataset.js.map +0 -1
- package/dist/generators/pipeline/transform-types.d.ts +0 -96
- package/dist/generators/pipeline/transform-types.d.ts.map +0 -1
- package/dist/generators/pipeline/transform-types.js +0 -18
- package/dist/generators/pipeline/transform-types.js.map +0 -1
- package/dist/generators/registry.d.ts +0 -64
- package/dist/generators/registry.js +0 -77
- package/dist/generators/registry.js.map +0 -1
- package/dist/generators/source-mapper.d.ts +0 -143
- package/dist/generators/source-mapper.d.ts.map +0 -1
- package/dist/generators/source-mapper.js +0 -602
- package/dist/generators/source-mapper.js.map +0 -1
- package/dist/generators/source-mapping-validator.d.ts +0 -118
- package/dist/generators/source-mapping-validator.d.ts.map +0 -1
- package/dist/generators/source-mapping-validator.js +0 -334
- package/dist/generators/source-mapping-validator.js.map +0 -1
- package/dist/generators/types.d.ts +0 -104
- package/dist/generators/types.js +0 -5
- package/dist/generators/types.js.map +0 -1
- package/dist/generators/warning-collector.d.ts +0 -144
- package/dist/generators/warning-collector.d.ts.map +0 -1
- package/dist/generators/warning-collector.js +0 -166
- package/dist/generators/warning-collector.js.map +0 -1
- package/dist/git/branch-diff.d.ts +0 -44
- package/dist/git/branch-diff.d.ts.map +0 -1
- package/dist/git/branch-diff.js +0 -57
- package/dist/git/branch-diff.js.map +0 -1
- package/dist/git/helpers.d.ts +0 -46
- package/dist/git/helpers.d.ts.map +0 -1
- package/dist/git/helpers.js +0 -67
- package/dist/git/helpers.js.map +0 -1
- package/dist/git/index.d.ts +0 -18
- package/dist/git/index.d.ts.map +0 -1
- package/dist/git/index.js +0 -18
- package/dist/git/index.js.map +0 -1
- package/dist/git/name-status.d.ts +0 -32
- package/dist/git/name-status.d.ts.map +0 -1
- package/dist/git/name-status.js +0 -66
- package/dist/git/name-status.js.map +0 -1
- package/dist/index.d.ts +0 -107
- package/dist/index.js +0 -122
- package/dist/index.js.map +0 -1
- package/dist/lint/engine.d.ts +0 -113
- package/dist/lint/engine.d.ts.map +0 -1
- package/dist/lint/engine.js +0 -228
- package/dist/lint/engine.js.map +0 -1
- package/dist/lint/index.d.ts +0 -26
- package/dist/lint/index.d.ts.map +0 -1
- package/dist/lint/index.js +0 -24
- package/dist/lint/index.js.map +0 -1
- package/dist/lint/process-guard/decider.d.ts +0 -166
- package/dist/lint/process-guard/decider.d.ts.map +0 -1
- package/dist/lint/process-guard/decider.js +0 -412
- package/dist/lint/process-guard/decider.js.map +0 -1
- package/dist/lint/process-guard/derive-state.d.ts +0 -96
- package/dist/lint/process-guard/derive-state.d.ts.map +0 -1
- package/dist/lint/process-guard/derive-state.js +0 -368
- package/dist/lint/process-guard/derive-state.js.map +0 -1
- package/dist/lint/process-guard/detect-changes.d.ts +0 -109
- package/dist/lint/process-guard/detect-changes.d.ts.map +0 -1
- package/dist/lint/process-guard/detect-changes.js +0 -487
- package/dist/lint/process-guard/detect-changes.js.map +0 -1
- package/dist/lint/process-guard/index.d.ts +0 -35
- package/dist/lint/process-guard/index.d.ts.map +0 -1
- package/dist/lint/process-guard/index.js +0 -39
- package/dist/lint/process-guard/index.js.map +0 -1
- package/dist/lint/process-guard/types.d.ts +0 -255
- package/dist/lint/process-guard/types.d.ts.map +0 -1
- package/dist/lint/process-guard/types.js +0 -31
- package/dist/lint/process-guard/types.js.map +0 -1
- package/dist/lint/rules.d.ts +0 -147
- package/dist/lint/rules.d.ts.map +0 -1
- package/dist/lint/rules.js +0 -289
- package/dist/lint/rules.js.map +0 -1
- package/dist/lint/steps/cross-checks.d.ts +0 -66
- package/dist/lint/steps/cross-checks.d.ts.map +0 -1
- package/dist/lint/steps/cross-checks.js +0 -290
- package/dist/lint/steps/cross-checks.js.map +0 -1
- package/dist/lint/steps/feature-checks.d.ts +0 -78
- package/dist/lint/steps/feature-checks.d.ts.map +0 -1
- package/dist/lint/steps/feature-checks.js +0 -279
- package/dist/lint/steps/feature-checks.js.map +0 -1
- package/dist/lint/steps/index.d.ts +0 -22
- package/dist/lint/steps/index.d.ts.map +0 -1
- package/dist/lint/steps/index.js +0 -26
- package/dist/lint/steps/index.js.map +0 -1
- package/dist/lint/steps/pair-resolver.d.ts +0 -29
- package/dist/lint/steps/pair-resolver.d.ts.map +0 -1
- package/dist/lint/steps/pair-resolver.js +0 -76
- package/dist/lint/steps/pair-resolver.js.map +0 -1
- package/dist/lint/steps/runner.d.ts +0 -28
- package/dist/lint/steps/runner.d.ts.map +0 -1
- package/dist/lint/steps/runner.js +0 -143
- package/dist/lint/steps/runner.js.map +0 -1
- package/dist/lint/steps/step-checks.d.ts +0 -41
- package/dist/lint/steps/step-checks.d.ts.map +0 -1
- package/dist/lint/steps/step-checks.js +0 -164
- package/dist/lint/steps/step-checks.js.map +0 -1
- package/dist/lint/steps/types.d.ts +0 -95
- package/dist/lint/steps/types.d.ts.map +0 -1
- package/dist/lint/steps/types.js +0 -79
- package/dist/lint/steps/types.js.map +0 -1
- package/dist/lint/steps/utils.d.ts +0 -22
- package/dist/lint/steps/utils.d.ts.map +0 -1
- package/dist/lint/steps/utils.js +0 -57
- package/dist/lint/steps/utils.js.map +0 -1
- package/dist/mcp/file-watcher.d.ts +0 -24
- package/dist/mcp/file-watcher.js +0 -75
- package/dist/mcp/file-watcher.js.map +0 -1
- package/dist/mcp/index.d.ts +0 -19
- package/dist/mcp/index.js +0 -21
- package/dist/mcp/index.js.map +0 -1
- package/dist/mcp/pipeline-session.d.ts +0 -33
- package/dist/mcp/pipeline-session.js +0 -149
- package/dist/mcp/pipeline-session.js.map +0 -1
- package/dist/mcp/server.d.ts +0 -28
- package/dist/mcp/server.js +0 -197
- package/dist/mcp/server.js.map +0 -1
- package/dist/mcp/tool-registry.d.ts +0 -4
- package/dist/mcp/tool-registry.js +0 -525
- package/dist/mcp/tool-registry.js.map +0 -1
- package/dist/renderable/codecs/adr.d.ts +0 -4730
- package/dist/renderable/codecs/adr.d.ts.map +0 -1
- package/dist/renderable/codecs/adr.js +0 -590
- package/dist/renderable/codecs/adr.js.map +0 -1
- package/dist/renderable/codecs/architecture.d.ts +0 -4760
- package/dist/renderable/codecs/architecture.d.ts.map +0 -1
- package/dist/renderable/codecs/architecture.js +0 -524
- package/dist/renderable/codecs/architecture.js.map +0 -1
- package/dist/renderable/codecs/business-rules.d.ts +0 -4777
- package/dist/renderable/codecs/business-rules.d.ts.map +0 -1
- package/dist/renderable/codecs/business-rules.js +0 -648
- package/dist/renderable/codecs/business-rules.js.map +0 -1
- package/dist/renderable/codecs/claude-module.d.ts +0 -4710
- package/dist/renderable/codecs/claude-module.d.ts.map +0 -1
- package/dist/renderable/codecs/claude-module.js +0 -214
- package/dist/renderable/codecs/claude-module.js.map +0 -1
- package/dist/renderable/codecs/composite.d.ts +0 -84
- package/dist/renderable/codecs/composite.d.ts.map +0 -1
- package/dist/renderable/codecs/composite.js +0 -124
- package/dist/renderable/codecs/composite.js.map +0 -1
- package/dist/renderable/codecs/convention-extractor.d.ts +0 -105
- package/dist/renderable/codecs/convention-extractor.d.ts.map +0 -1
- package/dist/renderable/codecs/convention-extractor.js +0 -353
- package/dist/renderable/codecs/convention-extractor.js.map +0 -1
- package/dist/renderable/codecs/decision-doc.d.ts +0 -308
- package/dist/renderable/codecs/decision-doc.d.ts.map +0 -1
- package/dist/renderable/codecs/decision-doc.js +0 -485
- package/dist/renderable/codecs/decision-doc.js.map +0 -1
- package/dist/renderable/codecs/design-review.d.ts +0 -55
- package/dist/renderable/codecs/design-review.d.ts.map +0 -1
- package/dist/renderable/codecs/design-review.js +0 -532
- package/dist/renderable/codecs/design-review.js.map +0 -1
- package/dist/renderable/codecs/diagram-utils.d.ts +0 -62
- package/dist/renderable/codecs/diagram-utils.d.ts.map +0 -1
- package/dist/renderable/codecs/diagram-utils.js +0 -70
- package/dist/renderable/codecs/diagram-utils.js.map +0 -1
- package/dist/renderable/codecs/helpers.d.ts +0 -553
- package/dist/renderable/codecs/helpers.d.ts.map +0 -1
- package/dist/renderable/codecs/helpers.js +0 -913
- package/dist/renderable/codecs/helpers.js.map +0 -1
- package/dist/renderable/codecs/index-codec.d.ts +0 -4714
- package/dist/renderable/codecs/index.d.ts +0 -46
- package/dist/renderable/codecs/index.d.ts.map +0 -1
- package/dist/renderable/codecs/index.js +0 -70
- package/dist/renderable/codecs/index.js.map +0 -1
- package/dist/renderable/codecs/patterns.d.ts +0 -4757
- package/dist/renderable/codecs/patterns.d.ts.map +0 -1
- package/dist/renderable/codecs/patterns.js +0 -462
- package/dist/renderable/codecs/patterns.js.map +0 -1
- package/dist/renderable/codecs/planning.d.ts +0 -14055
- package/dist/renderable/codecs/planning.d.ts.map +0 -1
- package/dist/renderable/codecs/planning.js +0 -449
- package/dist/renderable/codecs/planning.js.map +0 -1
- package/dist/renderable/codecs/pr-changes.d.ts +0 -4742
- package/dist/renderable/codecs/pr-changes.d.ts.map +0 -1
- package/dist/renderable/codecs/pr-changes.js +0 -425
- package/dist/renderable/codecs/pr-changes.js.map +0 -1
- package/dist/renderable/codecs/reference.d.ts +0 -215
- package/dist/renderable/codecs/reference.d.ts.map +0 -1
- package/dist/renderable/codecs/reference.js +0 -1578
- package/dist/renderable/codecs/reference.js.map +0 -1
- package/dist/renderable/codecs/reporting.d.ts +0 -14026
- package/dist/renderable/codecs/reporting.d.ts.map +0 -1
- package/dist/renderable/codecs/reporting.js +0 -365
- package/dist/renderable/codecs/reporting.js.map +0 -1
- package/dist/renderable/codecs/requirements.d.ts +0 -4743
- package/dist/renderable/codecs/requirements.d.ts.map +0 -1
- package/dist/renderable/codecs/requirements.js +0 -428
- package/dist/renderable/codecs/requirements.js.map +0 -1
- package/dist/renderable/codecs/session.d.ts +0 -9410
- package/dist/renderable/codecs/session.d.ts.map +0 -1
- package/dist/renderable/codecs/session.js +0 -848
- package/dist/renderable/codecs/session.js.map +0 -1
- package/dist/renderable/codecs/shape-matcher.d.ts +0 -54
- package/dist/renderable/codecs/shape-matcher.d.ts.map +0 -1
- package/dist/renderable/codecs/shape-matcher.js +0 -106
- package/dist/renderable/codecs/shape-matcher.js.map +0 -1
- package/dist/renderable/codecs/shared-schema.d.ts +0 -44
- package/dist/renderable/codecs/shared-schema.d.ts.map +0 -1
- package/dist/renderable/codecs/shared-schema.js +0 -43
- package/dist/renderable/codecs/shared-schema.js.map +0 -1
- package/dist/renderable/codecs/taxonomy.d.ts +0 -4733
- package/dist/renderable/codecs/taxonomy.d.ts.map +0 -1
- package/dist/renderable/codecs/taxonomy.js +0 -570
- package/dist/renderable/codecs/taxonomy.js.map +0 -1
- package/dist/renderable/codecs/timeline.d.ts +0 -14094
- package/dist/renderable/codecs/timeline.d.ts.map +0 -1
- package/dist/renderable/codecs/timeline.js +0 -906
- package/dist/renderable/codecs/timeline.js.map +0 -1
- package/dist/renderable/codecs/types/base.d.ts +0 -81
- package/dist/renderable/codecs/types/base.d.ts.map +0 -1
- package/dist/renderable/codecs/types/base.js +0 -56
- package/dist/renderable/codecs/types/base.js.map +0 -1
- package/dist/renderable/codecs/types/index.d.ts +0 -5
- package/dist/renderable/codecs/types/index.d.ts.map +0 -1
- package/dist/renderable/codecs/types/index.js +0 -5
- package/dist/renderable/codecs/types/index.js.map +0 -1
- package/dist/renderable/codecs/validation-rules.d.ts +0 -4773
- package/dist/renderable/codecs/validation-rules.d.ts.map +0 -1
- package/dist/renderable/codecs/validation-rules.js +0 -537
- package/dist/renderable/codecs/validation-rules.js.map +0 -1
- package/dist/renderable/generate.d.ts +0 -338
- package/dist/renderable/generate.d.ts.map +0 -1
- package/dist/renderable/generate.js +0 -437
- package/dist/renderable/generate.js.map +0 -1
- package/dist/renderable/index.d.ts +0 -36
- package/dist/renderable/index.d.ts.map +0 -1
- package/dist/renderable/index.js +0 -58
- package/dist/renderable/index.js.map +0 -1
- package/dist/renderable/load-preamble.d.ts +0 -56
- package/dist/renderable/load-preamble.d.ts.map +0 -1
- package/dist/renderable/load-preamble.js +0 -298
- package/dist/renderable/load-preamble.js.map +0 -1
- package/dist/renderable/render.d.ts +0 -61
- package/dist/renderable/render.d.ts.map +0 -1
- package/dist/renderable/render.js +0 -346
- package/dist/renderable/render.js.map +0 -1
- package/dist/renderable/schema.d.ts +0 -194
- package/dist/renderable/schema.d.ts.map +0 -1
- package/dist/renderable/schema.js +0 -197
- package/dist/renderable/schema.js.map +0 -1
- package/dist/renderable/utils.d.ts +0 -146
- package/dist/renderable/utils.d.ts.map +0 -1
- package/dist/renderable/utils.js +0 -362
- package/dist/renderable/utils.js.map +0 -1
- package/dist/scanner/ast-parser.d.ts +0 -75
- package/dist/scanner/ast-parser.d.ts.map +0 -1
- package/dist/scanner/ast-parser.js +0 -835
- package/dist/scanner/ast-parser.js.map +0 -1
- package/dist/scanner/gherkin-ast-parser.d.ts +0 -166
- package/dist/scanner/gherkin-ast-parser.d.ts.map +0 -1
- package/dist/scanner/gherkin-ast-parser.js +0 -507
- package/dist/scanner/gherkin-ast-parser.js.map +0 -1
- package/dist/scanner/gherkin-scanner.d.ts +0 -106
- package/dist/scanner/gherkin-scanner.d.ts.map +0 -1
- package/dist/scanner/gherkin-scanner.js +0 -149
- package/dist/scanner/gherkin-scanner.js.map +0 -1
- package/dist/scanner/index.d.ts +0 -85
- package/dist/scanner/index.d.ts.map +0 -1
- package/dist/scanner/index.js +0 -102
- package/dist/scanner/index.js.map +0 -1
- package/dist/scanner/pattern-scanner.d.ts +0 -83
- package/dist/scanner/pattern-scanner.d.ts.map +0 -1
- package/dist/scanner/pattern-scanner.js +0 -110
- package/dist/scanner/pattern-scanner.js.map +0 -1
- package/dist/taxonomy/categories.d.ts +0 -47
- package/dist/taxonomy/categories.d.ts.map +0 -1
- package/dist/taxonomy/categories.js +0 -175
- package/dist/taxonomy/categories.js.map +0 -1
- package/dist/taxonomy/claude-section-values.d.ts +0 -12
- package/dist/taxonomy/claude-section-values.d.ts.map +0 -1
- package/dist/taxonomy/claude-section-values.js +0 -17
- package/dist/taxonomy/claude-section-values.js.map +0 -1
- package/dist/taxonomy/conventions.d.ts +0 -13
- package/dist/taxonomy/conventions.d.ts.map +0 -1
- package/dist/taxonomy/conventions.js +0 -27
- package/dist/taxonomy/conventions.js.map +0 -1
- package/dist/taxonomy/deliverable-status.d.ts +0 -99
- package/dist/taxonomy/deliverable-status.d.ts.map +0 -1
- package/dist/taxonomy/deliverable-status.js +0 -131
- package/dist/taxonomy/deliverable-status.js.map +0 -1
- package/dist/taxonomy/format-types.d.ts +0 -17
- package/dist/taxonomy/format-types.d.ts.map +0 -1
- package/dist/taxonomy/format-types.js +0 -23
- package/dist/taxonomy/format-types.js.map +0 -1
- package/dist/taxonomy/generator-options.d.ts +0 -67
- package/dist/taxonomy/generator-options.d.ts.map +0 -1
- package/dist/taxonomy/generator-options.js +0 -75
- package/dist/taxonomy/generator-options.js.map +0 -1
- package/dist/taxonomy/hierarchy-levels.d.ts +0 -23
- package/dist/taxonomy/hierarchy-levels.d.ts.map +0 -1
- package/dist/taxonomy/hierarchy-levels.js +0 -22
- package/dist/taxonomy/hierarchy-levels.js.map +0 -1
- package/dist/taxonomy/index.d.ts +0 -35
- package/dist/taxonomy/index.d.ts.map +0 -1
- package/dist/taxonomy/index.js +0 -56
- package/dist/taxonomy/index.js.map +0 -1
- package/dist/taxonomy/layer-types.d.ts +0 -22
- package/dist/taxonomy/layer-types.d.ts.map +0 -1
- package/dist/taxonomy/layer-types.js +0 -28
- package/dist/taxonomy/layer-types.js.map +0 -1
- package/dist/taxonomy/normalized-status.d.ts +0 -99
- package/dist/taxonomy/normalized-status.d.ts.map +0 -1
- package/dist/taxonomy/normalized-status.js +0 -113
- package/dist/taxonomy/normalized-status.js.map +0 -1
- package/dist/taxonomy/registry-builder.d.ts +0 -104
- package/dist/taxonomy/registry-builder.d.ts.map +0 -1
- package/dist/taxonomy/registry-builder.js +0 -561
- package/dist/taxonomy/registry-builder.js.map +0 -1
- package/dist/taxonomy/risk-levels.d.ts +0 -16
- package/dist/taxonomy/risk-levels.d.ts.map +0 -1
- package/dist/taxonomy/risk-levels.js +0 -15
- package/dist/taxonomy/risk-levels.js.map +0 -1
- package/dist/taxonomy/severity-types.d.ts +0 -6
- package/dist/taxonomy/severity-types.d.ts.map +0 -1
- package/dist/taxonomy/severity-types.js +0 -5
- package/dist/taxonomy/severity-types.js.map +0 -1
- package/dist/taxonomy/status-values.d.ts +0 -39
- package/dist/taxonomy/status-values.d.ts.map +0 -1
- package/dist/taxonomy/status-values.js +0 -42
- package/dist/taxonomy/status-values.js.map +0 -1
- package/dist/types/branded.d.ts +0 -89
- package/dist/types/branded.d.ts.map +0 -1
- package/dist/types/branded.js +0 -57
- package/dist/types/branded.js.map +0 -1
- package/dist/types/errors.d.ts +0 -342
- package/dist/types/errors.d.ts.map +0 -1
- package/dist/types/errors.js +0 -251
- package/dist/types/errors.js.map +0 -1
- package/dist/types/index.d.ts +0 -41
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -5
- package/dist/types/index.js.map +0 -1
- package/dist/types/result.d.ts +0 -78
- package/dist/types/result.d.ts.map +0 -1
- package/dist/types/result.js +0 -78
- package/dist/types/result.js.map +0 -1
- package/dist/utils/collection-utils.d.ts +0 -49
- package/dist/utils/collection-utils.d.ts.map +0 -1
- package/dist/utils/collection-utils.js +0 -58
- package/dist/utils/collection-utils.js.map +0 -1
- package/dist/utils/id-utils.d.ts +0 -46
- package/dist/utils/id-utils.d.ts.map +0 -1
- package/dist/utils/id-utils.js +0 -51
- package/dist/utils/id-utils.js.map +0 -1
- package/dist/utils/index.d.ts +0 -21
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/index.js +0 -21
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/string-utils.d.ts +0 -150
- package/dist/utils/string-utils.d.ts.map +0 -1
- package/dist/utils/string-utils.js +0 -281
- package/dist/utils/string-utils.js.map +0 -1
- package/dist/validation/anti-patterns.d.ts +0 -134
- package/dist/validation/anti-patterns.d.ts.map +0 -1
- package/dist/validation/anti-patterns.js +0 -307
- package/dist/validation/anti-patterns.js.map +0 -1
- package/dist/validation/dod-validator.d.ts +0 -94
- package/dist/validation/dod-validator.d.ts.map +0 -1
- package/dist/validation/dod-validator.js +0 -198
- package/dist/validation/dod-validator.js.map +0 -1
- package/dist/validation/fsm/index.d.ts +0 -59
- package/dist/validation/fsm/index.d.ts.map +0 -1
- package/dist/validation/fsm/index.js +0 -64
- package/dist/validation/fsm/index.js.map +0 -1
- package/dist/validation/fsm/states.d.ts +0 -93
- package/dist/validation/fsm/states.d.ts.map +0 -1
- package/dist/validation/fsm/states.js +0 -98
- package/dist/validation/fsm/states.js.map +0 -1
- package/dist/validation/fsm/transitions.d.ts +0 -100
- package/dist/validation/fsm/transitions.d.ts.map +0 -1
- package/dist/validation/fsm/transitions.js +0 -122
- package/dist/validation/fsm/transitions.js.map +0 -1
- package/dist/validation/fsm/validator.d.ts +0 -163
- package/dist/validation/fsm/validator.d.ts.map +0 -1
- package/dist/validation/fsm/validator.js +0 -205
- package/dist/validation/fsm/validator.js.map +0 -1
- package/dist/validation/index.d.ts +0 -23
- package/dist/validation/index.d.ts.map +0 -1
- package/dist/validation/index.js +0 -25
- package/dist/validation/index.js.map +0 -1
- package/dist/validation/types.d.ts +0 -136
- package/dist/validation/types.d.ts.map +0 -1
- package/dist/validation/types.js +0 -56
- package/dist/validation/types.js.map +0 -1
- package/dist/validation-schemas/codec-utils.d.ts +0 -188
- package/dist/validation-schemas/codec-utils.d.ts.map +0 -1
- package/dist/validation-schemas/codec-utils.js +0 -258
- package/dist/validation-schemas/codec-utils.js.map +0 -1
- package/dist/validation-schemas/config.d.ts +0 -99
- package/dist/validation-schemas/config.d.ts.map +0 -1
- package/dist/validation-schemas/config.js +0 -178
- package/dist/validation-schemas/config.js.map +0 -1
- package/dist/validation-schemas/doc-directive.d.ts +0 -195
- package/dist/validation-schemas/doc-directive.d.ts.map +0 -1
- package/dist/validation-schemas/doc-directive.js +0 -239
- package/dist/validation-schemas/doc-directive.js.map +0 -1
- package/dist/validation-schemas/dual-source.d.ts +0 -167
- package/dist/validation-schemas/dual-source.d.ts.map +0 -1
- package/dist/validation-schemas/dual-source.js +0 -168
- package/dist/validation-schemas/dual-source.js.map +0 -1
- package/dist/validation-schemas/export-info.d.ts +0 -53
- package/dist/validation-schemas/export-info.d.ts.map +0 -1
- package/dist/validation-schemas/export-info.js +0 -101
- package/dist/validation-schemas/export-info.js.map +0 -1
- package/dist/validation-schemas/extracted-pattern.d.ts +0 -351
- package/dist/validation-schemas/extracted-pattern.d.ts.map +0 -1
- package/dist/validation-schemas/extracted-pattern.js +0 -459
- package/dist/validation-schemas/extracted-pattern.js.map +0 -1
- package/dist/validation-schemas/extracted-shape.d.ts +0 -200
- package/dist/validation-schemas/extracted-shape.d.ts.map +0 -1
- package/dist/validation-schemas/extracted-shape.js +0 -182
- package/dist/validation-schemas/extracted-shape.js.map +0 -1
- package/dist/validation-schemas/feature.d.ts +0 -554
- package/dist/validation-schemas/feature.d.ts.map +0 -1
- package/dist/validation-schemas/feature.js +0 -262
- package/dist/validation-schemas/feature.js.map +0 -1
- package/dist/validation-schemas/index.d.ts +0 -15
- package/dist/validation-schemas/index.d.ts.map +0 -1
- package/dist/validation-schemas/index.js +0 -32
- package/dist/validation-schemas/index.js.map +0 -1
- package/dist/validation-schemas/lint.d.ts +0 -46
- package/dist/validation-schemas/lint.d.ts.map +0 -1
- package/dist/validation-schemas/lint.js +0 -45
- package/dist/validation-schemas/lint.js.map +0 -1
- package/dist/validation-schemas/master-dataset.d.ts +0 -8299
- package/dist/validation-schemas/master-dataset.d.ts.map +0 -1
- package/dist/validation-schemas/master-dataset.js +0 -275
- package/dist/validation-schemas/master-dataset.js.map +0 -1
- package/dist/validation-schemas/output-schemas.d.ts +0 -183
- package/dist/validation-schemas/output-schemas.d.ts.map +0 -1
- package/dist/validation-schemas/output-schemas.js +0 -149
- package/dist/validation-schemas/output-schemas.js.map +0 -1
- package/dist/validation-schemas/scenario-ref.d.ts +0 -80
- package/dist/validation-schemas/scenario-ref.d.ts.map +0 -1
- package/dist/validation-schemas/scenario-ref.js +0 -73
- package/dist/validation-schemas/scenario-ref.js.map +0 -1
- package/dist/validation-schemas/tag-registry.d.ts +0 -210
- package/dist/validation-schemas/tag-registry.d.ts.map +0 -1
- package/dist/validation-schemas/tag-registry.js +0 -248
- package/dist/validation-schemas/tag-registry.js.map +0 -1
- package/dist/validation-schemas/workflow-config.d.ts +0 -125
- package/dist/validation-schemas/workflow-config.d.ts.map +0 -1
- package/dist/validation-schemas/workflow-config.js +0 -138
- package/dist/validation-schemas/workflow-config.js.map +0 -1
|
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
17
17
|
- **Deliverable Status Taxonomy**: Canonical status values for deliverables in Gherkin Background tables.
|
|
18
18
|
- **MCP Tool Registry**: Defines all MCP tools with Zod input schemas and handler functions.
|
|
19
19
|
- **MCP Server Impl**: Main entry point for the Architect MCP server.
|
|
20
|
-
- **MCP Pipeline Session**: Manages the in-memory
|
|
20
|
+
- **MCP Pipeline Session**: Manages the in-memory PatternGraph lifecycle for the MCP server.
|
|
21
21
|
- **MCP Module**: Public API for the MCP server module.
|
|
22
22
|
- **MCP File Watcher**: Watches source file globs and triggers debounced pipeline rebuilds.
|
|
23
23
|
- **Git Name Status Parser**: Parses NUL-delimited git name-status output into categorized file lists.
|
|
@@ -30,60 +30,62 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
30
30
|
- **Source Merger**: Computes effective sources for a specific generator by applying per-generator overrides to the base resolved sources.
|
|
31
31
|
- **Define Config**: Identity function for type-safe project configuration.
|
|
32
32
|
- **File Cache**: Simple Map-based cache for file contents during a single generation run.
|
|
33
|
-
- **Process State Types**: :MasterDataset Type definitions for the ProcessStateAPI query interface.
|
|
34
|
-
- **Pattern Summarizer Impl**: Projects the full ExtractedPattern (~3.5KB per pattern) down to a PatternSummary (~100 bytes) for list queries.
|
|
35
|
-
- **Stub Resolver Impl**: Identifies design session stubs in the MasterDataset and resolves them against the filesystem to determine...
|
|
36
|
-
- **Process State API**: TypeScript interface for querying project state.
|
|
37
|
-
- **Pattern Helpers**: Common helper functions used by context-assembler, arch-queries, and other API modules that need pattern name...
|
|
38
|
-
- **API Module**: Central export for the Process State API, providing a TypeScript interface for querying project state.
|
|
39
|
-
- **Fuzzy Matcher Impl**: Provides fuzzy matching for pattern names with tiered scoring: exact (1.0) > prefix (0.9) > substring (0.7) >...
|
|
40
|
-
- **Coverage Analyzer Impl**: Reports annotation completeness by comparing scannable files (from glob) against annotated patterns in MasterDataset.
|
|
41
|
-
- **Context Formatter Impl**: First plain-text formatter in the codebase.
|
|
42
|
-
- **Context Assembler Impl**: Pure function composition over MasterDataset.
|
|
43
|
-
- **Arch Queries Impl**: Pure functions over MasterDataset for deep architecture exploration.
|
|
44
33
|
- **Repl Mode**: Loads the pipeline once and accepts multiple queries on stdin.
|
|
45
|
-
- **
|
|
34
|
+
- **Pattern Graph CLI Impl**: Exposes PatternGraphAPI methods as CLI subcommands with JSON output.
|
|
46
35
|
- **Output Pipeline Impl**: Post-processing pipeline that transforms raw API results into shaped CLI output.
|
|
47
36
|
- **MCP Server Bin**: Handles stdout isolation, CLI arg parsing, and process lifecycle.
|
|
48
37
|
- **Lint Process CLI**: Validates git changes against workflow rules.
|
|
49
|
-
- **Dataset Cache**: Caches the full PipelineResult (
|
|
38
|
+
- **Dataset Cache**: Caches the full PipelineResult (PatternGraph + ValidationSummary + warnings) to a JSON file.
|
|
39
|
+
- **Pattern Graph API Types**: :PatternGraph Type definitions for the PatternGraphAPI query interface.
|
|
40
|
+
- **Pattern Summarizer Impl**: Projects the full ExtractedPattern (~3.5KB per pattern) down to a PatternSummary (~100 bytes) for list queries.
|
|
41
|
+
- **Stub Resolver Impl**: Identifies design session stubs in the PatternGraph and resolves them against the filesystem to determine...
|
|
42
|
+
- **Pattern Helpers**: Common helper functions used by context-assembler, arch-queries, and other API modules that need pattern name...
|
|
43
|
+
- **Pattern Graph API**: TypeScript interface for querying project state.
|
|
44
|
+
- **API Module**: Central export for the PatternGraphAPI, providing a TypeScript interface for querying the pattern graph and delivery...
|
|
45
|
+
- **Fuzzy Matcher Impl**: Provides fuzzy matching for pattern names with tiered scoring: exact (1.0) > prefix (0.9) > substring (0.7) >...
|
|
46
|
+
- **Coverage Analyzer Impl**: Reports annotation completeness by comparing scannable files (from glob) against annotated patterns in PatternGraph.
|
|
47
|
+
- **Context Formatter Impl**: First plain-text formatter in the codebase.
|
|
48
|
+
- **Context Assembler Impl**: Pure function composition over PatternGraph.
|
|
49
|
+
- **Arch Queries Impl**: Pure functions over PatternGraph for deep architecture exploration.
|
|
50
50
|
- **FSM Validator**: :PDR005MvpWorkflow Pure validation functions following the Decider pattern: - No I/O, no side effects - Return...
|
|
51
51
|
- **FSM Transitions**: :PDR005MvpWorkflow Defines valid transitions between FSM states per PDR-005: ``` roadmap ──→ active ──→ completed │ ...
|
|
52
52
|
- **FSM States**: :PDR005MvpWorkflow Defines the 4-state FSM from PDR-005 MVP Workflow: - roadmap: Planned work (fully editable) -...
|
|
53
53
|
- **FSM Module**: :PDR005MvpWorkflow Central export for the 4-state FSM defined in PDR-005: ``` roadmap ──→ active ──→ completed │ ...
|
|
54
54
|
- **Reference Document Codec**: :Generation A single codec factory that creates reference document codecs from configuration objects.
|
|
55
|
-
- **Design Review Codec**: :Generation Transforms
|
|
55
|
+
- **Design Review Codec**: :Generation Transforms PatternGraph into a RenderableDocument containing design review artifacts: sequence diagrams,...
|
|
56
56
|
- **Composite Codec**: :Generation Assembles reference documents from multiple codec outputs by concatenating RenderableDocument sections.
|
|
57
|
-
- **
|
|
57
|
+
- **Codec Registry Barrel**: Collects all codecMeta exports into a single array.
|
|
58
|
+
- **Claude Module Codec**: :Generation Transforms PatternGraph into RenderableDocuments for CLAUDE.md module generation.
|
|
58
59
|
- **Process Guard Types**: :FSMValidator Defines types for the process guard linter including: - Process state derived from file annotations -...
|
|
59
60
|
- **Process Guard Module**: :FSMValidator,DeriveProcessState,DetectChanges,ProcessGuardDecider Enforces workflow rules by validating changes...
|
|
60
61
|
- **Detect Changes**: Detects changes from git diff including: - Modified, added, deleted files - Status transitions (@architect-status...
|
|
61
62
|
- **Derive Process State**: :GherkinScanner,FSMValidator Derives process state from @architect-\* annotations in files.
|
|
62
63
|
- **Process Guard Decider**: :FSMValidator,DeriveProcessState,DetectChanges Pure function that validates changes against process rules.
|
|
64
|
+
- **Reference Generator Registration**: Registers all reference document generators.
|
|
65
|
+
- **Design Review Generator**: :Generation Generates design review documents for patterns with sequence annotations.
|
|
63
66
|
- **Transform Types**: Type definitions for the dataset transformation pipeline.
|
|
64
67
|
- **Sequence Transform Utils**: :Generation Builds pre-computed SequenceIndexEntry objects from patterns that have sequence diagram annotations.
|
|
65
68
|
- **Relationship Resolver**: Computes reverse relationship lookups (implementedBy, extendedBy, enables, usedBy) and detects dangling references in...
|
|
66
|
-
- **
|
|
67
|
-
- **Design Review Generator**: :Generation Generates design review documents for patterns with sequence annotations.
|
|
68
|
-
- **MCP Server Integration**: Claude Code accesses ProcessStateAPI through subprocess calls to the process-api CLI.
|
|
69
|
+
- **MCP Server Integration**: Claude Code accesses PatternGraphAPI through subprocess calls to the pattern-graph-cli CLI.
|
|
69
70
|
- **Design Review Generation**: Design reviews require manual creation of sequence and component diagrams that duplicate information already captured...
|
|
71
|
+
- **Workflow Config Schemas Validation**: The workflow configuration module defines Zod schemas for validating delivery workflow definitions with statuses,...
|
|
72
|
+
- **Tag Registry Schemas Validation**: The tag registry configuration module provides schema-validated taxonomy definitions for organizing patterns by...
|
|
73
|
+
- **Codec Utils Validation**: The codec utilities provide factory functions for creating type-safe JSON parsing and serialization pipelines using...
|
|
70
74
|
- **Git Branch Diff Testing**: The branch diff utility returns changed files relative to a base branch for PR-scoped generation.
|
|
71
75
|
- **File Cache Testing**: The file cache provides request-scoped content caching for generation runs.
|
|
72
76
|
- **Tag Registry Builder Testing**: The tag registry builder constructs a complete TagRegistry from TypeScript constants.
|
|
73
77
|
- **Normalized Status Testing**: The normalized status module maps any status input — raw FSM states (roadmap, active, completed, deferred),...
|
|
74
78
|
- **Deliverable Status Taxonomy Testing**: The deliverable status module defines the 6 canonical status values for deliverables in Gherkin Background tables:...
|
|
75
|
-
- **Workflow Config Schemas Validation**: The workflow configuration module defines Zod schemas for validating delivery workflow definitions with statuses,...
|
|
76
|
-
- **Tag Registry Schemas Validation**: The tag registry configuration module provides schema-validated taxonomy definitions for organizing patterns by...
|
|
77
|
-
- **Codec Utils Validation**: The codec utilities provide factory functions for creating type-safe JSON parsing and serialization pipelines using...
|
|
78
79
|
- **Load Preamble Parser**: The parseMarkdownToBlocks function converts raw markdown content into a readonly SectionBlock[] array using a 5-state...
|
|
79
80
|
- **Design Review Generation Tests**: Tests the full design review generation pipeline: sequence annotations are extracted from patterns with business...
|
|
80
81
|
- **Design Review Generator Lifecycle Tests**: The design review generator cleans up stale markdown files when annotated patterns are renamed or removed from the...
|
|
82
|
+
- **Claude Metadata Parity Testing**: The extractor must preserve Claude routing metadata from TypeScript directives and keep the sync and async Gherkin...
|
|
81
83
|
- **Architecture Doc Refactoring Testing**: Validates that ARCHITECTURE.md retains its full reference content and that generated documents in docs-live/ coexist...
|
|
82
|
-
- **
|
|
83
|
-
- **
|
|
84
|
-
- **
|
|
85
|
-
- **
|
|
86
|
-
- **
|
|
84
|
+
- **Pattern Graph Cli Repl**: Interactive REPL mode keeps the pipeline loaded for multi-query sessions and supports reload.
|
|
85
|
+
- **Pattern Graph Cli Metadata**: Response metadata includes validation summary and pipeline timing for diagnostics.
|
|
86
|
+
- **Pattern Graph Cli Help**: Per-subcommand help displays usage, flags, and examples for individual subcommands.
|
|
87
|
+
- **Pattern Graph Cli Dry Run**: Dry-run mode shows pipeline scope without processing data.
|
|
88
|
+
- **Pattern Graph Cli Cache**: PatternGraph caching between CLI invocations: cache hits, mtime invalidation, and --no-cache bypass.
|
|
87
89
|
- **Uses Tag Testing**: Tests extraction and processing of @architect-uses and @architect-used-by relationship tags from TypeScript files.
|
|
88
90
|
- **Depends On Tag Testing**: Tests extraction of @architect-depends-on and @architect-enables relationship tags from Gherkin files.
|
|
89
91
|
- **Stub Taxonomy Tag Tests**: Stub metadata (target path, design session) was stored as plain text in JSDoc descriptions, invisible to structured...
|
|
@@ -116,10 +118,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
116
118
|
### Added
|
|
117
119
|
|
|
118
120
|
- **Public API**: Main entry point for the @libar-dev/architect package.
|
|
121
|
+
- **MCPToolRegistry — Tool Definitions with Zod Schemas**: Defines 25 MCP tools mapping to PatternGraphAPI methods and CLI subcommands.
|
|
122
|
+
- **MCPServer — Entry Point and Lifecycle Manager**: Main entry point for the Architect MCP server.
|
|
123
|
+
- **PipelineSessionManager — In-Memory PatternGraph Lifecycle**: Manages the persistent PatternGraph that all MCP tool calls read from.
|
|
124
|
+
- **McpFileWatcher — Debounced Source File Watcher**: Watches TypeScript and Gherkin source files for changes, triggering debounced pipeline rebuilds.
|
|
125
|
+
- **Index Preamble Configuration — DD-3, DD-4 Decisions**: Decision DD-3 (Audience paths: preamble vs annotation-derived): Use full preamble for audience reading paths.
|
|
126
|
+
- **IndexCodec Factory — DD-1 Implementation Stub**: Creates the IndexCodec as a Zod codec (PatternGraph -> RenderableDocument).
|
|
127
|
+
- **IndexCodecOptions — DD-1, DD-5 Decisions**: Decision DD-1 (New IndexCodec vs extend existing): Create a new IndexCodec registered in CodecRegistry, NOT a...
|
|
119
128
|
- **Workflow Config Schema**: Zod schemas for validating workflow configuration files that define status models, phase definitions, and artifact...
|
|
120
129
|
- **Tag Registry Configuration**: Defines the structure and validation for tag taxonomy configuration.
|
|
130
|
+
- **Pattern Graph**: Defines the schema for a pre-computed dataset that holds all extracted patterns along with derived views (by status,...
|
|
121
131
|
- **Output Schemas**: Zod schemas for JSON output formats used by CLI tools.
|
|
122
|
-
- **Master Dataset**: Defines the schema for a pre-computed dataset that holds all extracted patterns along with derived views (by status,...
|
|
123
132
|
- **Extracted Shape Schema**: Zod schema for TypeScript type definitions extracted from source files via the @architect-extract-shapes tag.
|
|
124
133
|
- **Extracted Pattern Schema**: Zod schema for validating complete extracted patterns with code, metadata, relationships, and source information.
|
|
125
134
|
- **Dual Source Schemas**: Zod schemas for dual-source extraction types.
|
|
@@ -133,12 +142,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
133
142
|
- **Utils Module**: Common helper functions used across the Architect package.
|
|
134
143
|
- **Pattern Id Generator**: Generates unique, deterministic pattern IDs based on file path and line number.
|
|
135
144
|
- **Collection Utilities**: Provides shared utilities for working with arrays and collections, such as grouping items by a key function.
|
|
136
|
-
- **Result Monad Types**: Explicit error handling via discriminated union.
|
|
137
|
-
- **Error Factory Types**: Structured, discriminated error types with factory functions.
|
|
138
|
-
- **Pattern Scanner**: Discovers TypeScript files matching glob patterns and filters to only those with `@architect` opt-in.
|
|
139
|
-
- **Gherkin Scanner**: Scans .feature files for pattern metadata encoded in Gherkin tags.
|
|
140
|
-
- **Gherkin AST Parser**: Parses Gherkin feature files using @cucumber/gherkin and extracts structured data including feature metadata, tags,...
|
|
141
|
-
- **TypeScript AST Parser**: Parses TypeScript source files using @typescript-eslint/typescript-estree to extract @architect-\* directives with...
|
|
142
145
|
- **Status Values**: THE single source of truth for FSM state values in the monorepo (per PDR-005 FSM).
|
|
143
146
|
- **Risk Levels**: Three-tier risk classification for roadmap planning.
|
|
144
147
|
- **Tag Registry Builder**: Constructs a complete TagRegistry from TypeScript constants.
|
|
@@ -147,6 +150,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
147
150
|
- **Hierarchy Levels**: Three-level hierarchy for organizing work: - epic: Multi-quarter strategic initiatives - phase: Standard work units...
|
|
148
151
|
- **Format Types**: Defines how tag values are parsed and validated.
|
|
149
152
|
- **Category Definitions**: Categories are used to classify patterns and organize documentation.
|
|
153
|
+
- **Pattern Scanner**: Discovers TypeScript files matching glob patterns and filters to only those with `@architect` opt-in.
|
|
154
|
+
- **Gherkin Scanner**: Scans .feature files for pattern metadata encoded in Gherkin tags.
|
|
155
|
+
- **Gherkin AST Parser**: Parses Gherkin feature files using @cucumber/gherkin and extracts structured data including feature metadata, tags,...
|
|
156
|
+
- **TypeScript AST Parser**: Parses TypeScript source files using @typescript-eslint/typescript-estree to extract @architect-\* directives with...
|
|
150
157
|
- **Renderable Utils**: Utility functions for document codecs.
|
|
151
158
|
- **Renderable Document**: Universal intermediate format for all generated documentation.
|
|
152
159
|
- **Universal Renderer**: Converts RenderableDocument to output strings.
|
|
@@ -155,6 +162,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
155
162
|
- **Lint Rules**: Defines lint rules that check @architect-\* directives for completeness and quality.
|
|
156
163
|
- **Lint Module**: Provides lint rules and engine for pattern annotation quality checking.
|
|
157
164
|
- **Lint Engine**: Orchestrates lint rule execution against parsed directives.
|
|
165
|
+
- **Shape Extractor**: Extracts TypeScript type definitions (interfaces, type aliases, enums, function signatures) from source files for...
|
|
166
|
+
- **Layer Inference**: Infers feature file layer (timeline, domain, integration, e2e, component) from directory path patterns.
|
|
167
|
+
- **Gherkin Extractor**: Transforms scanned Gherkin feature files into ExtractedPattern objects for inclusion in generated documentation.
|
|
168
|
+
- **Dual Source Extractor**: Extracts pattern metadata from both TypeScript code stubs (@architect-_) and Gherkin feature files (@architect-_),...
|
|
169
|
+
- **Document Extractor**: Converts scanned file data into complete ExtractedPattern objects with unique IDs, inferred names, categories, and...
|
|
158
170
|
- **Warning Collector**: Provides a unified system for capturing, categorizing, and reporting non-fatal issues during document generation.
|
|
159
171
|
- **Generator Types**: Minimal interface for pluggable generators that produce documentation from patterns.
|
|
160
172
|
- **Source Mapping Validator**: Performs pre-flight checks on source mapping tables before extraction begins.
|
|
@@ -163,11 +175,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
163
175
|
- **Documentation Generation Orchestrator**: Invariant: The orchestrator is the integration boundary for full docs generation: it delegates dataset construction...
|
|
164
176
|
- **Content Deduplicator**: Identifies and merges duplicate sections extracted from multiple sources.
|
|
165
177
|
- **Codec Based Generator**: Adapts the new RenderableDocument Model (RDM) codec system to the existing DocumentGenerator interface.
|
|
166
|
-
- **Shape Extractor**: Extracts TypeScript type definitions (interfaces, type aliases, enums, function signatures) from source files for...
|
|
167
|
-
- **Layer Inference**: Infers feature file layer (timeline, domain, integration, e2e, component) from directory path patterns.
|
|
168
|
-
- **Gherkin Extractor**: Transforms scanned Gherkin feature files into ExtractedPattern objects for inclusion in generated documentation.
|
|
169
|
-
- **Dual Source Extractor**: Extracts pattern metadata from both TypeScript code stubs (@architect-_) and Gherkin feature files (@architect-_),...
|
|
170
|
-
- **Document Extractor**: Converts scanned file data into complete ExtractedPattern objects with unique IDs, inferred names, categories, and...
|
|
171
178
|
- **Workflow Loader**: Provides the default 6-phase workflow as an inline constant and loads custom workflow overrides from JSON files via...
|
|
172
179
|
- **Configuration Types**: Type definitions for the Architect configuration system.
|
|
173
180
|
- **Regex Builders**: Type-safe regex factory functions for tag detection and normalization.
|
|
@@ -175,54 +182,53 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
175
182
|
- **Architect Factory**: Main factory function for creating configured Architect instances.
|
|
176
183
|
- **Configuration Defaults**: Centralized default constants for the Architect package.
|
|
177
184
|
- **Config Loader**: Discovers and loads `architect.config.ts` or `architect.config.js` files for hierarchical configuration.
|
|
178
|
-
- **
|
|
179
|
-
- **
|
|
180
|
-
- **Handoff Generator Impl**: Pure function that assembles a handoff document from ProcessStateAPI and MasterDataset.
|
|
185
|
+
- **Result Monad Types**: Explicit error handling via discriminated union.
|
|
186
|
+
- **Error Factory Types**: Structured, discriminated error types with factory functions.
|
|
181
187
|
- **CLI Version Helper**: Reads package version from package.json for CLI --version flag.
|
|
182
188
|
- **Validate Patterns CLI**: Cross-validates TypeScript patterns vs Gherkin feature files.
|
|
183
189
|
- **Lint Patterns CLI**: Validates pattern annotations for quality and completeness.
|
|
184
190
|
- **Documentation Generator CLI**: Replaces multiple specialized CLIs with one unified interface that supports multiple generators in a single run.
|
|
185
191
|
- **CLI Error Handler**: Provides type-safe error handling for all CLI commands using the DocError discriminated union pattern.
|
|
186
192
|
- **CLI Schema**: :DataAPI Declarative schema defining all CLI options for the architect command.
|
|
187
|
-
- **
|
|
188
|
-
- **
|
|
189
|
-
- **
|
|
190
|
-
- **
|
|
191
|
-
- **Index Preamble Configuration — DD-3, DD-4 Decisions**: Decision DD-3 (Audience paths: preamble vs annotation-derived): Use full preamble for audience reading paths.
|
|
192
|
-
- **IndexCodec Factory — DD-1 Implementation Stub**: Creates the IndexCodec as a Zod codec (MasterDataset -> RenderableDocument).
|
|
193
|
-
- **IndexCodecOptions — DD-1, DD-5 Decisions**: Decision DD-1 (New IndexCodec vs extend existing): Create a new IndexCodec registered in CodecRegistry, NOT a...
|
|
194
|
-
- **Validation Rules Codec**: :Generation Transforms MasterDataset into a RenderableDocument for Process Guard validation rules reference.
|
|
193
|
+
- **Scope Validator Impl**: Pure function composition over PatternGraphAPI and PatternGraph.
|
|
194
|
+
- **Rules Query Module**: Pure query function for business rules extracted from Gherkin Rule: blocks.
|
|
195
|
+
- **Handoff Generator Impl**: Pure function that assembles a handoff document from PatternGraphAPI and PatternGraph.
|
|
196
|
+
- **Validation Rules Codec**: :Generation Transforms PatternGraph into a RenderableDocument for Process Guard validation rules reference.
|
|
195
197
|
- **Timeline Codec**: :Generation Purpose: Development roadmap organized by phase with progress tracking.
|
|
196
|
-
- **Taxonomy Codec**: :Generation Transforms
|
|
198
|
+
- **Taxonomy Codec**: :Generation Transforms PatternGraph into a RenderableDocument for taxonomy reference output.
|
|
197
199
|
- **Shared Codec Schema**: Provides a simplified RenderableDocument output schema for use with Zod 4 codecs.
|
|
198
200
|
- **Session Codec**: :Generation Purpose: Current session context for AI agents and developers.
|
|
199
|
-
- **Requirements Codec**: :Generation Transforms
|
|
201
|
+
- **Requirements Codec**: :Generation Transforms PatternGraph into RenderableDocument for PRD/requirements output.
|
|
200
202
|
- **Reporting Codecs**: :Generation Purpose: Keep a Changelog format changelog grouped by release version.
|
|
201
|
-
- **
|
|
203
|
+
- **Reference Codec**: All type/interface definitions and shared constants used across the ReferenceDocumentCodec module family.
|
|
204
|
+
- **Reference Codec**: All diagram builder functions: collectScopePatterns, collectNeighborPatterns, prepareDiagramContext, and the five...
|
|
205
|
+
- **Reference Codec**: Section builder functions that transform extracted data into SectionBlock arrays.
|
|
206
|
+
- **Reference Codec**: Static data: PRODUCT_AREA_ARCH_CONTEXT_MAP and PRODUCT_AREA_META.
|
|
207
|
+
- **Pr Changes Codec**: :Generation Transforms PatternGraph into RenderableDocument for PR-scoped output.
|
|
202
208
|
- **Planning Codecs**: :Generation Purpose: Pre-planning questions and Definition of Done validation.
|
|
203
|
-
- **Patterns Codec**: :Generation Transforms
|
|
209
|
+
- **Patterns Codec**: :Generation Transforms PatternGraph into a RenderableDocument for pattern registry output.
|
|
204
210
|
- **Document Codecs**: Barrel export for all document codecs.
|
|
205
|
-
- **Index Codec**: :Generation Purpose: Navigation hub composing editorial preamble with
|
|
211
|
+
- **Index Codec**: :Generation Purpose: Navigation hub composing editorial preamble with PatternGraph statistics.
|
|
206
212
|
- **Rich Content Helpers**: Shared helper functions for rendering Gherkin rich content in document codecs.
|
|
207
213
|
- **Mermaid Diagram Utils**: Sanitization and formatting helpers shared across architecture.ts and reference.ts diagram builders.
|
|
208
214
|
- **Decision Doc Codec**: Parses decision documents (ADR/PDR in .feature format) and extracts content for documentation generation.
|
|
209
|
-
- **Business Rules Codec**: :Generation Transforms
|
|
210
|
-
- **Architecture Codec**: :Generation Transforms
|
|
211
|
-
- **Adr Document Codec**: :Generation Transforms
|
|
212
|
-
- **Transform Dataset**: Transforms raw extracted patterns into a MasterDataset with all pre-computed views.
|
|
213
|
-
- **Merge Patterns**: Merges patterns from TypeScript and Gherkin sources with conflict detection.
|
|
214
|
-
- **Pipeline Module**: Barrel export for the unified transformation pipeline components.
|
|
215
|
-
- **Context Inference Impl**: Auto-infers bounded context from file paths using configurable rules.
|
|
216
|
-
- **Pipeline Factory**: Invariant: `buildMasterDataset()` is the shared factory for Steps 1-8 of the architecture pipeline and returns...
|
|
217
|
-
- **Process Api Reference Generator**: :Generation Generates `PROCESS-API-REFERENCE.md` from the declarative CLI schema.
|
|
215
|
+
- **Business Rules Codec**: :Generation Transforms PatternGraph into a RenderableDocument for business rules output.
|
|
216
|
+
- **Architecture Codec**: :Generation Transforms PatternGraph into a RenderableDocument containing architecture diagrams (Mermaid) generated...
|
|
217
|
+
- **Adr Document Codec**: :Generation Transforms PatternGraph into RenderableDocument for Architecture Decision Records.
|
|
218
218
|
- **Built In Generators**: Registers all codec-based generators on import using the RDM (RenderableDocument Model) architecture.
|
|
219
219
|
- **Decision Doc Generator**: Orchestrates the full pipeline for generating documentation from decision documents (ADR/PDR in .feature format): 1.
|
|
220
220
|
- **Codec Generator Registration**: Registers codec-based generators for the RenderableDocument Model (RDM) system.
|
|
221
|
-
- **
|
|
221
|
+
- **Cli Reference Generator**: :Generation Generates `CLI-REFERENCE.md` from the declarative CLI schema.
|
|
222
|
+
- **Transform Dataset**: Transforms raw extracted patterns into a PatternGraph with all pre-computed views.
|
|
223
|
+
- **Merge Patterns**: Merges patterns from TypeScript and Gherkin sources with conflict detection.
|
|
224
|
+
- **Pipeline Module**: Barrel export for the unified transformation pipeline components.
|
|
225
|
+
- **Context Inference Impl**: Auto-infers bounded context from file paths using configurable rules.
|
|
226
|
+
- **Pipeline Factory**: Invariant: `buildPatternGraph()` is the shared factory for Steps 1-8 of the architecture pipeline and returns...
|
|
227
|
+
- **Codec Base Options**: :Add-createDecodeOnlyCodec-helper Shared types, interfaces, and utilities for all document codecs.
|
|
222
228
|
- **ADR 006 Single Read Model Architecture**: The Architect package applies event sourcing to itself: git is the event store, annotated source files are...
|
|
223
|
-
- **ADR 005 Codec Based Markdown Rendering**: The documentation generator needs to transform structured pattern data (
|
|
229
|
+
- **ADR 005 Codec Based Markdown Rendering**: The documentation generator needs to transform structured pattern data (PatternGraph) into markdown files.
|
|
224
230
|
- **ADR 002 Gherkin Only Testing**: A package that generates documentation from `.feature` files had dual test approaches: 97 legacy `.test.ts` files...
|
|
225
|
-
- **Validator Read Model Consolidation**: `validate-patterns.ts` is the only feature consumer that bypasses the
|
|
231
|
+
- **Validator Read Model Consolidation**: `validate-patterns.ts` is the only feature consumer that bypasses the PatternGraph.
|
|
226
232
|
- **Universal Doc Generator Robustness**: This feature transforms the PoC document generator into a production-ready universal generator capable of operating...
|
|
227
233
|
- **Step Lint Vitest Cucumber**: Hours are lost debugging vitest-cucumber-specific issues that only surface at test runtime.
|
|
228
234
|
- **Step Lint Extended Rules**: The initial lint-steps CLI catches 8 vitest-cucumber traps, but 4 documented traps from...
|
|
@@ -232,11 +238,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
232
238
|
- **Reference Doc Showcase**: The Reference Generation Sample document exercises a small fraction of the reference codec's capabilities: 2...
|
|
233
239
|
- **Readme Rationalization**: `README.md` is 504 lines and serves three different audiences in one document: (a) npm package consumers who need...
|
|
234
240
|
- **Publishing Relocation**: `docs/PUBLISHING.md` (144 lines) is deployed to libar.dev as part of the `docs/` directory, but its content is...
|
|
235
|
-
- **Process State API Relationship Queries**: Problem: ProcessStateAPI currently supports dependency queries (`uses`, `usedBy`, `dependsOn`, `enables`) but lacks...
|
|
236
|
-
- **Process State API CLI**: The ProcessStateAPI provides 27 typed query methods for efficient state queries, but Claude Code sessions cannot use...
|
|
237
|
-
- **Process API Layered Extraction**: `process-api.ts` is 1,700 lines containing two remaining architectural violations of ADR-006: 1.
|
|
238
|
-
- **Process Api Hybrid Generation**: `docs/PROCESS-API.md` (509 lines) contains three reference tables that manually mirror CLI definitions in source...
|
|
239
241
|
- **Procedural Guide Codec**: Two manual docs contain procedural content with no annotation source for generation: `docs/SESSION-GUIDES.md` (389...
|
|
242
|
+
- **Pattern Graph Layered Extraction**: `pattern-graph-cli.ts` is 1,700 lines containing two remaining architectural violations of ADR-006: 1.
|
|
243
|
+
- **Pattern Graph API Relationship Queries**: Problem: PatternGraphAPI currently supports dependency queries (`uses`, `usedBy`, `dependsOn`, `enables`) but lacks...
|
|
244
|
+
- **Pattern Graph API CLI**: The PatternGraphAPI provides 27 typed query methods for efficient state queries, but Claude Code sessions cannot use...
|
|
240
245
|
- **Orchestrator Pipeline Factory Migration**: `orchestrator.ts` is the last feature consumer that wires the 8-step scan-extract-merge-transform pipeline inline...
|
|
241
246
|
- **Gherkin Patterns Restructure**: `docs/GHERKIN-PATTERNS.md` is 515 lines and mixes two distinct concerns: (a) a writing guide for Gherkin authoring...
|
|
242
247
|
- **Generated Doc Quality**: Four quality issues reduce the usefulness of generated docs for both Claude agents and human developers: (1)...
|
|
@@ -248,22 +253,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
248
253
|
- **Declaration Level Shape Tagging**: The current shape extraction system operates at file granularity.
|
|
249
254
|
- **Data API Stub Integration**: Design sessions produce code stubs in `architect/stubs/` with rich metadata: `@architect-target` (destination file...
|
|
250
255
|
- **Data API Design Session Support**: Starting a design or implementation session requires manually compiling elaborate context prompts.
|
|
251
|
-
- **Data API Platform Integration**: The
|
|
252
|
-
- **Data API Output Shaping**: The
|
|
256
|
+
- **Data API Platform Integration**: The pattern-graph-cli CLI requires subprocess invocation for every query, adding shell overhead and preventing...
|
|
257
|
+
- **Data API Output Shaping**: The PatternGraphAPI CLI returns raw `ExtractedPattern` objects via `JSON.stringify`.
|
|
253
258
|
- **Data API Context Assembly**: Starting a Claude Code design or implementation session requires assembling 30-100KB of curated, multi-source context...
|
|
254
|
-
- **Data API CLI Ergonomics**: The
|
|
259
|
+
- **Data API CLI Ergonomics**: The pattern-graph-cli CLI runs the full pipeline (scan, extract, transform) on every invocation, taking 2-5 seconds.
|
|
255
260
|
- **Data API Architecture Queries**: The current `arch` subcommand provides basic queries (roles, context, layer, graph) but lacks deeper analysis needed...
|
|
256
261
|
- **Cross Cutting Document Inclusion**: The reference doc codec assembles content from four sources, each with its own selection mechanism: conventionTags...
|
|
257
|
-
- **Config Based Workflow Definition**: Every `pnpm
|
|
262
|
+
- **Config Based Workflow Definition**: Every `pnpm architect:query` and `pnpm docs:*` invocation prints: `Failed to load default workflow...
|
|
258
263
|
- **Codec Driven Reference Generation**: Each reference document (Process Guard, Taxonomy, Validation, etc.) required a hand-coded recipe feature that...
|
|
259
|
-
- **Cli
|
|
264
|
+
- **Cli Reference Generation**: `docs/CLI.md` (509 lines) contains three reference tables that manually mirror CLI definitions in source code: Global...
|
|
265
|
+
- **Cli Recipe Codec**: `docs/CLI.md` (~509 lines) retains ~460 lines of editorial prose after Phase 43 (CliReferenceGeneration) extracted 3...
|
|
260
266
|
- **Claude Module Generation**: Problem: CLAUDE.md modules are hand-written markdown files that drift from source code over time.
|
|
261
267
|
- **Architecture Doc Refactoring**: ARCHITECTURE.md is 1,287 lines of manually-maintained documentation covering 14 sections.
|
|
262
268
|
- **Architecture Diagram Core**: Problem: Architecture documentation requires manually maintaining mermaid diagrams that duplicate information already...
|
|
263
269
|
- **Architecture Diagram Advanced**: Problem: Core diagram generation (see ArchitectureDiagramCore) produces component-level diagrams from `arch-*` tags.
|
|
264
|
-
- **String Utils**: String utilities provide consistent text transformations across the codebase.
|
|
265
|
-
- **Result Monad**: The Result type provides explicit error handling via a discriminated union.
|
|
266
|
-
- **Error Factories**: Error factories create structured, discriminated error types with consistent message formatting.
|
|
267
270
|
- **Status Transition Detection Testing**: Tests for the detectStatusTransitions function that parses git diff output.
|
|
268
271
|
- **Process Guard Testing**: Pure validation functions for enforcing delivery process rules per PDR-005.
|
|
269
272
|
- **FSM Validator Testing**: Pure validation functions for the 4-state FSM defined in PDR-005.
|
|
@@ -271,6 +274,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
271
274
|
- **Detect Changes Testing**: Tests for the detectDeliverableChanges function that parses git diff output.
|
|
272
275
|
- **Config Schema Validation**: Configuration schemas validate scanner and generator inputs with security constraints to prevent path traversal...
|
|
273
276
|
- **Anti Pattern Detector Testing**: Detects violations of the dual-source documentation architecture and process hygiene issues that lead to...
|
|
277
|
+
- **String Utils**: String utilities provide consistent text transformations across the codebase.
|
|
278
|
+
- **Result Monad**: The Result type provides explicit error handling via a discriminated union.
|
|
279
|
+
- **Error Factories**: Error factories create structured, discriminated error types with consistent message formatting.
|
|
274
280
|
- **Gherkin Ast Parser**: The Gherkin AST parser extracts feature metadata, scenarios, and steps from .feature files for timeline generation...
|
|
275
281
|
- **File Discovery**: The file discovery system uses glob patterns to find TypeScript files for documentation extraction.
|
|
276
282
|
- **Doc String Media Type**: DocString language hints (mediaType) should be preserved through the parsing pipeline from feature files to rendered...
|
|
@@ -287,20 +293,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
287
293
|
- **Pr Changes Options**: Tests the PrChangesCodec filtering capabilities for generating PR-scoped documentation.
|
|
288
294
|
- **Documentation Orchestrator**: Tests the orchestrator's pattern merging, conflict detection, and generator coordination capabilities.
|
|
289
295
|
- **Codec Based Generator Testing**: Tests the CodecBasedGenerator which adapts the RenderableDocument Model (RDM) codec system to the DocumentGenerator...
|
|
290
|
-
- **Business Rules Document Codec**: Tests the BusinessRulesCodec transformation from
|
|
296
|
+
- **Business Rules Document Codec**: Tests the BusinessRulesCodec transformation from PatternGraph to RenderableDocument.
|
|
291
297
|
- **Shape Extraction Types Testing**: Validates the shape extraction system that extracts TypeScript type definitions (interfaces, type aliases, enums,...
|
|
292
298
|
- **Shape Extraction Rendering Testing**: Validates the shape extraction system that extracts TypeScript type definitions (interfaces, type aliases, enums,...
|
|
293
299
|
- **Extraction Pipeline Enhancements Testing**: Validates extraction pipeline capabilities for ReferenceDocShowcase: function signature surfacing, full...
|
|
294
300
|
- **Dual Source Extractor Testing**: Extracts and combines pattern metadata from both TypeScript code stubs (@architect-) and Gherkin feature files...
|
|
295
301
|
- **Declaration Level Shape Tagging Testing**: Tests the discoverTaggedShapes function that scans TypeScript source code for declarations annotated with the...
|
|
296
|
-
- **Claude Metadata Parity Testing**: The extractor must preserve Claude routing metadata from TypeScript directives and keep the sync and async Gherkin...
|
|
297
302
|
- **Warning Collector Testing**: The warning collector provides a unified system for capturing, categorizing, and reporting non-fatal issues during...
|
|
298
|
-
- **Validation Rules Codec Testing**: Validates the Validation Rules Codec that transforms
|
|
299
|
-
- **Taxonomy Codec Testing**: Validates the Taxonomy Codec that transforms
|
|
303
|
+
- **Validation Rules Codec Testing**: Validates the Validation Rules Codec that transforms PatternGraph into a RenderableDocument for Process Guard...
|
|
304
|
+
- **Taxonomy Codec Testing**: Validates the Taxonomy Codec that transforms PatternGraph into a RenderableDocument for tag taxonomy reference...
|
|
300
305
|
- **Source Mapping Validator Testing**: Context: Source mappings reference files that may not exist, use invalid extraction methods, or have incompatible...
|
|
301
306
|
- **Source Mapper Testing**: The Source Mapper aggregates content from multiple source files based on source mapping tables parsed from decision...
|
|
302
307
|
- **Robustness Integration**: Context: Document generation pipeline needs validation, deduplication, and warning collection to work together...
|
|
303
308
|
- **Poc Integration**: End-to-end integration tests that exercise the full documentation generation pipeline using the actual POC decision...
|
|
309
|
+
- **Index Codec Testing**: Validates the Index Codec that transforms PatternGraph into a RenderableDocument for the main documentation...
|
|
304
310
|
- **Decision Doc Generator Testing**: The Decision Doc Generator orchestrates the full documentation generation pipeline from decision documents (ADR/PDR in .
|
|
305
311
|
- **Decision Doc Codec Testing**: Validates the Decision Doc Codec that parses decision documents (ADR/PDR in .feature format) and extracts content for...
|
|
306
312
|
- **Content Deduplication**: Context: Multiple sources may extract identical content, leading to duplicate sections in generated documentation.
|
|
@@ -312,13 +318,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
312
318
|
- **Config Resolution**: resolveProjectConfig transforms a raw ArchitectProjectConfig into a fully resolved ResolvedConfig with all defaults...
|
|
313
319
|
- **Config Loader Testing**: The config loader discovers and loads `architect.config.ts` files for hierarchical configuration, enabling...
|
|
314
320
|
- **Validate Patterns Cli**: Command-line interface for cross-validating TypeScript patterns vs Gherkin feature files.
|
|
315
|
-
- **
|
|
316
|
-
- **
|
|
317
|
-
- **
|
|
321
|
+
- **Pattern Graph Cli Subcommands**: Discovery subcommands: list, search, context assembly, tags/sources, extended arch, unannotated.
|
|
322
|
+
- **Pattern Graph Cli Modifiers And Rules**: Output modifiers, arch health, and rules subcommand.
|
|
323
|
+
- **Pattern Graph Cli Core**: Core CLI infrastructure: help, version, input validation, status, query, pattern, arch basics, missing args, edge cases.
|
|
318
324
|
- **Lint Process Cli**: Command-line interface for validating changes against delivery process rules.
|
|
319
325
|
- **Lint Patterns Cli**: Command-line interface for validating pattern annotation quality.
|
|
320
326
|
- **Generate Docs Cli**: Command-line interface for generating documentation from annotated TypeScript.
|
|
321
|
-
- **Transform Dataset Testing**: The
|
|
327
|
+
- **Transform Dataset Testing**: The transformToPatternGraph function transforms raw extracted patterns into a PatternGraph with all pre-computed...
|
|
322
328
|
- **Session Handoffs**: The delivery process supports mid-phase handoffs between sessions and coordination across multiple developers through...
|
|
323
329
|
- **Session File Lifecycle**: Orphaned session files are automatically cleaned up during generation, maintaining a clean docs-living/sessions/...
|
|
324
330
|
- **Scanner Core**: The scanPatterns function orchestrates file discovery, directive detection, and AST parsing to extract documentation...
|
|
@@ -328,7 +334,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
328
334
|
- **Remaining Work Summary Accuracy**: Summary totals in REMAINING-WORK.md must match the sum of phase table rows.
|
|
329
335
|
- **Remaining Work Enhancement**: Enhanced REMAINING-WORK.md generation with priority-based sorting, quarter grouping, and progressive disclosure for...
|
|
330
336
|
- **Pr Changes Generation**: The delivery process generates PR-CHANGES.md from active or completed phases, formatted for PR descriptions, code...
|
|
331
|
-
- **Patterns Codec Testing**: The PatternsDocumentCodec transforms
|
|
337
|
+
- **Patterns Codec Testing**: The PatternsDocumentCodec transforms PatternGraph into a RenderableDocument for generating PATTERNS.md and category...
|
|
332
338
|
- **Pattern Tag Extraction**: The extractPatternTags function parses Gherkin feature tags into structured metadata objects for pattern processing.
|
|
333
339
|
- **Layer Inference Testing**: The layer inference module classifies feature files into testing layers (timeline, domain, integration, e2e,...
|
|
334
340
|
- **Kebab Case Slugs**: As a documentation generator I need to generate readable, URL-safe slugs from pattern names So that generated file...
|
|
@@ -340,35 +346,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
340
346
|
- **Description Header Normalization**: Pattern descriptions should not create duplicate headers when rendered.
|
|
341
347
|
- **Context Inference**: Patterns in standard directories (src/validation/, src/scanner/) should automatically receive architecture context...
|
|
342
348
|
- **Zod Codec Migration**: All JSON parsing and serialization uses type-safe Zod codec pattern, replacing raw JSON.parse/stringify with...
|
|
343
|
-
- **
|
|
349
|
+
- **Pattern Graph API Testing**: Programmatic interface for querying the pattern graph and delivery process state.
|
|
344
350
|
- **Mermaid Relationship Rendering**: Tests for rendering all relationship types in Mermaid dependency graphs with distinct visual styles per relationship...
|
|
345
351
|
- **Linter Validation Testing**: Tests for lint rules that validate relationship integrity, detect conflicts, and ensure bidirectional traceability...
|
|
346
352
|
- **Implements Tag Processing**: Tests for the @architect-implements tag which links implementation files to their corresponding roadmap pattern...
|
|
347
353
|
- **Extends Tag Testing**: Tests for the @architect-extends tag which establishes generalization relationships between patterns (pattern...
|
|
348
|
-
- **
|
|
354
|
+
- **Pattern Graph Cli Reference Tests**: Verifies that the declarative CLI schema drives reference table generation and stays in sync with the parser...
|
|
355
|
+
- **Layered Diagram Generation**: As a documentation generator I want to generate layered architecture diagrams from metadata So that system...
|
|
356
|
+
- **Arch Generator Registration**: As a CLI user I want an architecture generator registered in the generator registry So that I can run pnpm...
|
|
357
|
+
- **Component Diagram Generation**: As a documentation generator I want to generate component diagrams from architecture metadata So that system...
|
|
358
|
+
- **Arch Tag Extraction**: As a documentation generator I want architecture tags extracted from source code So that I can generate accurate...
|
|
359
|
+
- **Arch Index Dataset**: As a documentation generator I want an archIndex built during dataset transformation So that I can efficiently look...
|
|
360
|
+
- **Timeline Codec Testing**: The timeline codecs (RoadmapDocumentCodec, CompletedMilestonesCodec, CurrentWorkCodec) transform PatternGraph into...
|
|
349
361
|
- **Shape Selector Testing**: Tests the filterShapesBySelectors function that provides fine-grained shape selection via structural discriminated...
|
|
350
362
|
- **Shape Matcher Testing**: Matches file paths against glob patterns for TypeScript shape extraction.
|
|
351
|
-
- **Session Codec Testing**: The session codecs (SessionContextCodec, RemainingWorkCodec) transform
|
|
352
|
-
- **Requirements Adr Codec Testing**: The RequirementsDocumentCodec and AdrDocumentCodec transform
|
|
353
|
-
- **Reporting Codec Testing**: The reporting codecs (ChangelogCodec, TraceabilityCodec, OverviewCodec) transform
|
|
363
|
+
- **Session Codec Testing**: The session codecs (SessionContextCodec, RemainingWorkCodec) transform PatternGraph into RenderableDocuments for AI...
|
|
364
|
+
- **Requirements Adr Codec Testing**: The RequirementsDocumentCodec and AdrDocumentCodec transform PatternGraph into RenderableDocuments for PRD-style and...
|
|
365
|
+
- **Reporting Codec Testing**: The reporting codecs (ChangelogCodec, TraceabilityCodec, OverviewCodec) transform PatternGraph into...
|
|
354
366
|
- **Reference Generator Testing**: Registers reference document generators from project config.
|
|
355
367
|
- **Reference Codec Diagram Testing**: Scoped diagram generation from diagramScopes config, including archContext, include, archLayer, patterns filters, and...
|
|
356
368
|
- **Reference Codec Diagram Type Testing**: Diagram type controls Mermaid output format including flowchart, sequenceDiagram, stateDiagram-v2, C4Context, and...
|
|
357
369
|
- **Reference Codec Detail Rendering**: Standard detail level behavior, deep behavior rendering with structured annotations, shape JSDoc prose,...
|
|
358
370
|
- **Reference Codec Core Testing**: Parameterized codec factory that creates reference document codecs from configuration objects.
|
|
359
|
-
- **Pr Changes Codec Rendering Testing**: The PrChangesCodec transforms
|
|
360
|
-
- **Pr Changes Codec Options Testing**: The PrChangesCodec transforms
|
|
361
|
-
- **Planning Codec Testing**: The planning codecs (PlanningChecklistCodec, SessionPlanCodec, SessionFindingsCodec) transform
|
|
371
|
+
- **Pr Changes Codec Rendering Testing**: The PrChangesCodec transforms PatternGraph into RenderableDocument for PR-scoped documentation.
|
|
372
|
+
- **Pr Changes Codec Options Testing**: The PrChangesCodec transforms PatternGraph into RenderableDocument for PR-scoped documentation.
|
|
373
|
+
- **Planning Codec Testing**: The planning codecs (PlanningChecklistCodec, SessionPlanCodec, SessionFindingsCodec) transform PatternGraph into...
|
|
362
374
|
- **Generated Doc Quality Tests**: Tests for the four quality fixes in GeneratedDocQuality (Phase 38): duplicate table removal, Generation compact...
|
|
363
375
|
- **Dedent Helper**: The dedent helper function normalizes indentation in code blocks extracted from DocStrings.
|
|
364
|
-
- **Convention Extractor Testing**: Extracts convention content from
|
|
376
|
+
- **Convention Extractor Testing**: Extracts convention content from PatternGraph decision records tagged with @architect-convention.
|
|
365
377
|
- **Composite Codec Testing**: Assembles reference documents from multiple codec outputs by concatenating RenderableDocument sections.
|
|
366
|
-
- **Process Api Reference Tests**: Verifies that the declarative CLI schema drives reference table generation and stays in sync with the parser...
|
|
367
|
-
- **Layered Diagram Generation**: As a documentation generator I want to generate layered architecture diagrams from metadata So that system...
|
|
368
|
-
- **Arch Generator Registration**: As a CLI user I want an architecture generator registered in the generator registry So that I can run pnpm...
|
|
369
|
-
- **Component Diagram Generation**: As a documentation generator I want to generate component diagrams from architecture metadata So that system...
|
|
370
|
-
- **Arch Tag Extraction**: As a documentation generator I want architecture tags extracted from source code So that I can generate accurate...
|
|
371
|
-
- **Arch Index Dataset**: As a documentation generator I want an archIndex built during dataset transformation So that I can efficiently look...
|
|
372
378
|
- **Scope Validator Tests**: Starting an implementation or design session without checking prerequisites wastes time when blockers are discovered...
|
|
373
379
|
- **Handoff Generator Tests**: Multi-session work loses critical state between sessions when handoff documentation is manual or forgotten.
|
|
374
380
|
|
package/docs-live/INDEX.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ----------------- | ------------------------------------------------------ |
|
|
11
11
|
| **Package** | @libar-dev/architect |
|
|
12
12
|
| **Purpose** | Context engineering platform for AI-assisted codebases |
|
|
13
|
-
| **Patterns** |
|
|
13
|
+
| **Patterns** | 401 tracked (266 completed, 83 active, 52 planned) |
|
|
14
14
|
| **Product Areas** | 7 |
|
|
15
15
|
| **License** | MIT |
|
|
16
16
|
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
| Understand the tag taxonomy | [TAXONOMY.md](TAXONOMY.md) |
|
|
28
28
|
| Check validation rules | [VALIDATION-RULES.md](VALIDATION-RULES.md) |
|
|
29
29
|
| Browse the changelog | [CHANGELOG-GENERATED.md](CHANGELOG-GENERATED.md) |
|
|
30
|
-
| Query process state via CLI | [
|
|
31
|
-
| Find CLI workflow recipes | [
|
|
30
|
+
| Query process state via CLI | [CLI Reference](reference/CLI-REFERENCE.md) |
|
|
31
|
+
| Find CLI workflow recipes | [CLI Recipes](reference/CLI-RECIPES.md) |
|
|
32
32
|
| Run AI coding sessions | [Session Workflow Guide](reference/SESSION-WORKFLOW-GUIDE.md) |
|
|
33
33
|
| Enforce delivery process rules | [Process Guard Reference](reference/PROCESS-GUARD-REFERENCE.md) |
|
|
34
34
|
| Learn annotation mechanics | [Annotation Reference](reference/ANNOTATION-REFERENCE.md) |
|
|
35
35
|
| See codec patterns and options | [Architecture Codecs](reference/ARCHITECTURE-CODECS.md) |
|
|
36
|
-
| Understand
|
|
36
|
+
| Understand PatternGraph types | [Architecture Types](reference/ARCHITECTURE-TYPES.md) |
|
|
37
37
|
|
|
38
38
|
---
|
|
39
39
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
1. **[Annotation Reference](reference/ANNOTATION-REFERENCE.md)** -- Annotation mechanics and tag reference
|
|
57
57
|
2. **[Session Workflow Guide](reference/SESSION-WORKFLOW-GUIDE.md)** -- Planning, Design, Implementation workflows
|
|
58
|
-
3. **[
|
|
58
|
+
3. **[CLI Reference](reference/CLI-REFERENCE.md)** -- Pattern Graph CLI command reference with flags and examples
|
|
59
59
|
4. **[Process Guard Reference](reference/PROCESS-GUARD-REFERENCE.md)** -- Pre-commit hooks, error codes, programmatic API
|
|
60
60
|
|
|
61
61
|
---
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
| CHANGELOG-GENERATED.md | Everyone | Project changelog from release specs |
|
|
74
74
|
| Annotation Reference | Developers | Annotation mechanics, shape extraction |
|
|
75
75
|
| Session Workflow Guide | AI/Devs | Session decision trees and workflow checklists |
|
|
76
|
-
|
|
|
77
|
-
|
|
|
76
|
+
| CLI Reference | AI/Devs | CLI command reference with flags and examples |
|
|
77
|
+
| CLI Recipes | AI/Devs | CLI workflow recipes and session guides |
|
|
78
78
|
| Process Guard Reference | Team Leads | Pre-commit hooks, error codes, programmatic API |
|
|
79
79
|
| Architecture Codecs | Developers | All codecs with factory patterns and options |
|
|
80
|
-
| Architecture Types | Developers |
|
|
80
|
+
| Architecture Types | Developers | PatternGraph interface and type shapes |
|
|
81
81
|
|
|
82
82
|
---
|
|
83
83
|
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
|
|
86
86
|
**Delivery Process** -- A code-first documentation and workflow toolkit. Extracts patterns from annotated TypeScript and Gherkin sources, generates markdown documentation, and validates delivery workflow via pre-commit hooks.
|
|
87
87
|
|
|
88
|
-
**Pattern** -- An annotated unit of work tracked by the delivery process. Each pattern has a status (roadmap, active, completed, deferred), belongs to a product area, and has deliverables. Patterns are the atomic unit of the
|
|
88
|
+
**Pattern** -- An annotated unit of work tracked by the delivery process. Each pattern has a status (roadmap, active, completed, deferred), belongs to a product area, and has deliverables. Patterns are the atomic unit of the PatternGraph.
|
|
89
89
|
|
|
90
|
-
**
|
|
90
|
+
**PatternGraph** -- The single read model (ADR-006) containing all extracted patterns with pre-computed views (byProductArea, byPhase, byStatus, byCategory). All codecs and the Data API consume this dataset.
|
|
91
91
|
|
|
92
|
-
**Codec** -- A Zod-based transformer that decodes
|
|
92
|
+
**Codec** -- A Zod-based transformer that decodes PatternGraph into a RenderableDocument. Each codec produces a specific document type. Codecs are pure functions with no I/O.
|
|
93
93
|
|
|
94
94
|
**Dual-Source Architecture** -- Feature files own planning metadata (status, phase, dependencies). TypeScript files own implementation metadata (uses, used-by, category). This split prevents ownership conflicts.
|
|
95
95
|
|
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
| --------------------------------------------------------------- | -------------------------------------------------------------------- | ---------- |
|
|
123
123
|
| [Annotation Reference](reference/ANNOTATION-REFERENCE.md) | Annotation mechanics, shape extraction, tag reference | Developers |
|
|
124
124
|
| [Session Workflow Guide](reference/SESSION-WORKFLOW-GUIDE.md) | Planning, Design, Implementation session workflows | AI/Devs |
|
|
125
|
-
| [
|
|
126
|
-
| [
|
|
125
|
+
| [CLI Reference](reference/CLI-REFERENCE.md) | Pattern Graph CLI command reference with flags and examples | AI/Devs |
|
|
126
|
+
| [CLI Recipes](reference/CLI-RECIPES.md) | Pattern Graph CLI workflow recipes and session guides | AI/Devs |
|
|
127
127
|
| [Process Guard Reference](reference/PROCESS-GUARD-REFERENCE.md) | Pre-commit hooks, error codes, programmatic API | Team Leads |
|
|
128
128
|
| [Architecture Codecs](reference/ARCHITECTURE-CODECS.md) | All codecs with factory patterns and options | Developers |
|
|
129
|
-
| [Architecture Types](reference/ARCHITECTURE-TYPES.md) |
|
|
129
|
+
| [Architecture Types](reference/ARCHITECTURE-TYPES.md) | PatternGraph interface and type shapes | Developers |
|
|
130
130
|
| [Configuration Guide](reference/CONFIGURATION-GUIDE.md) | Presets, config files, sources, output, and monorepo setup | Users |
|
|
131
131
|
| [Validation Tools Guide](reference/VALIDATION-TOOLS-GUIDE.md) | lint-patterns, lint-steps, lint-process, validate-patterns reference | CI/CD |
|
|
132
132
|
| [Gherkin Authoring Guide](reference/GHERKIN-AUTHORING-GUIDE.md) | Roadmap specs, Rule blocks, DataTables, tag conventions | Developers |
|
|
@@ -149,25 +149,25 @@
|
|
|
149
149
|
|
|
150
150
|
| Area | Patterns | Completed | Active | Planned | Progress |
|
|
151
151
|
| ------------- | -------- | --------- | ------ | ------- | -------------------------- |
|
|
152
|
-
| Annotation | 27 |
|
|
152
|
+
| Annotation | 27 | 23 | 3 | 1 | [███████░] 23/27 85% |
|
|
153
153
|
| Configuration | 11 | 8 | 0 | 3 | [██████░░] 8/11 73% |
|
|
154
154
|
| CoreTypes | 11 | 7 | 4 | 0 | [█████░░░] 7/11 64% |
|
|
155
155
|
| DataAPI | 40 | 23 | 15 | 2 | [█████░░░] 23/40 57% |
|
|
156
|
-
| Generation |
|
|
156
|
+
| Generation | 96 | 82 | 6 | 8 | [███████░] 82/96 85% |
|
|
157
157
|
| Process | 11 | 4 | 0 | 7 | [███░░░░░] 4/11 36% |
|
|
158
158
|
| Validation | 25 | 16 | 3 | 6 | [█████░░░] 16/25 64% |
|
|
159
|
-
| **Total** | **
|
|
159
|
+
| **Total** | **221** | **163** | **31** | **27** | **[██████░░] 163/221 74%** |
|
|
160
160
|
|
|
161
161
|
---
|
|
162
162
|
|
|
163
163
|
## Phase Progress
|
|
164
164
|
|
|
165
|
-
**
|
|
165
|
+
**401** patterns total: **266** completed (66%), **83** active, **52** planned. [█████████████░░░░░░░] 266/401
|
|
166
166
|
|
|
167
167
|
| Status | Count | Percentage |
|
|
168
168
|
| --------- | ----- | ---------- |
|
|
169
|
-
| Completed |
|
|
170
|
-
| Active |
|
|
169
|
+
| Completed | 266 | 66% |
|
|
170
|
+
| Active | 83 | 21% |
|
|
171
171
|
| Planned | 52 | 13% |
|
|
172
172
|
|
|
173
173
|
### By Phase
|
|
@@ -226,6 +226,6 @@ pnpm docs:business-rules # Business rules
|
|
|
226
226
|
pnpm docs:taxonomy # Taxonomy reference
|
|
227
227
|
pnpm docs:validation # Validation rules
|
|
228
228
|
pnpm docs:claude-modules # Claude context modules
|
|
229
|
-
pnpm docs:
|
|
229
|
+
pnpm docs:cli-reference # Pattern Graph CLI reference
|
|
230
230
|
pnpm docs:cli-recipe # CLI recipes & workflow guide
|
|
231
231
|
```
|