@mytechtoday/augment-extensions 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -22
- package/augment-extensions/domain-rules/software-architecture/README.md +143 -143
- package/augment-extensions/domain-rules/software-architecture/examples/banking-layered.md +961 -961
- package/augment-extensions/domain-rules/software-architecture/examples/ecommerce-microservices.md +990 -990
- package/augment-extensions/domain-rules/software-architecture/examples/iot-eventdriven.md +882 -882
- package/augment-extensions/domain-rules/software-architecture/examples/monolith-to-microservices-migration.md +703 -703
- package/augment-extensions/domain-rules/software-architecture/examples/serverless-imageprocessing.md +957 -957
- package/augment-extensions/domain-rules/software-architecture/examples/trading-eventdriven.md +747 -747
- package/augment-extensions/domain-rules/software-architecture/module.json +119 -119
- package/augment-extensions/domain-rules/software-architecture/rules/challenges-solutions.md +763 -763
- package/augment-extensions/domain-rules/software-architecture/rules/definitions-terminology.md +409 -409
- package/augment-extensions/domain-rules/software-architecture/rules/design-principles.md +684 -684
- package/augment-extensions/domain-rules/software-architecture/rules/evaluation-testing.md +1381 -1381
- package/augment-extensions/domain-rules/software-architecture/rules/event-driven-architecture.md +616 -616
- package/augment-extensions/domain-rules/software-architecture/rules/fundamentals.md +306 -306
- package/augment-extensions/domain-rules/software-architecture/rules/industry-architectures.md +554 -554
- package/augment-extensions/domain-rules/software-architecture/rules/layered-architecture.md +776 -776
- package/augment-extensions/domain-rules/software-architecture/rules/microservices-architecture.md +503 -503
- package/augment-extensions/domain-rules/software-architecture/rules/modeling-documentation.md +1199 -1199
- package/augment-extensions/domain-rules/software-architecture/rules/monolithic-architecture.md +351 -351
- package/augment-extensions/domain-rules/software-architecture/rules/principles.md +556 -556
- package/augment-extensions/domain-rules/software-architecture/rules/quality-attributes.md +797 -797
- package/augment-extensions/domain-rules/software-architecture/rules/scalability-performance.md +1345 -1345
- package/augment-extensions/domain-rules/software-architecture/rules/security-architecture.md +1039 -1039
- package/augment-extensions/domain-rules/software-architecture/rules/serverless-architecture.md +711 -711
- package/augment-extensions/domain-rules/software-architecture/rules/skills-development.md +568 -568
- package/augment-extensions/domain-rules/software-architecture/rules/tools-methodologies.md +961 -961
- package/augment-extensions/visual-design/CHANGELOG.md +132 -132
- package/augment-extensions/visual-design/README.md +255 -255
- package/augment-extensions/visual-design/__tests__/README.md +119 -119
- package/augment-extensions/visual-design/__tests__/style-selector.test.ts +172 -172
- package/augment-extensions/visual-design/__tests__/vendor-styles.test.ts +214 -214
- package/augment-extensions/visual-design/domains/other/ai-prompt-helper.ts +157 -157
- package/augment-extensions/visual-design/domains/other/dotnet-application.ts +156 -156
- package/augment-extensions/visual-design/domains/other/linux-platform.ts +156 -156
- package/augment-extensions/visual-design/domains/other/mobile-application.ts +157 -157
- package/augment-extensions/visual-design/domains/other/motion-picture.ts +156 -156
- package/augment-extensions/visual-design/domains/other/os-application.ts +156 -156
- package/augment-extensions/visual-design/domains/other/print-campaigns.ts +158 -158
- package/augment-extensions/visual-design/domains/other/web-app.ts +157 -157
- package/augment-extensions/visual-design/domains/other/website.ts +161 -161
- package/augment-extensions/visual-design/domains/other/windows-platform.ts +156 -156
- package/augment-extensions/visual-design/domains/web-page-styles/amazon-cloudscape.ts +506 -506
- package/augment-extensions/visual-design/domains/web-page-styles/google-modern.ts +615 -615
- package/augment-extensions/visual-design/domains/web-page-styles/microsoft-fluent.ts +531 -531
- package/augment-extensions/visual-design/examples/README.md +97 -97
- package/augment-extensions/visual-design/examples/ai-prompt-generation.md +233 -233
- package/augment-extensions/visual-design/examples/basic-usage.md +216 -216
- package/augment-extensions/visual-design/examples/domain-workflows.md +257 -257
- package/augment-extensions/visual-design/examples/vendor-comparison.md +247 -247
- package/augment-extensions/visual-design/module.json +78 -78
- package/augment-extensions/visual-design/style-selector.ts +177 -177
- package/augment-extensions/visual-design/types.ts +302 -302
- package/augment-extensions/visual-design/visual-design-core.ts +469 -469
- package/augment-extensions/workflows/adr-support/README.md +227 -227
- package/augment-extensions/workflows/adr-support/__tests__/adr-validator.test.ts +203 -203
- package/augment-extensions/workflows/adr-support/adr-validator.ts +162 -162
- package/augment-extensions/workflows/adr-support/examples/complete-lifecycle-example.md +449 -449
- package/augment-extensions/workflows/adr-support/examples/integration-example.md +580 -580
- package/augment-extensions/workflows/adr-support/examples/superseding-example.md +436 -436
- package/augment-extensions/workflows/adr-support/module.json +112 -112
- package/augment-extensions/workflows/adr-support/rules/adr-creation.md +372 -372
- package/augment-extensions/workflows/adr-support/rules/beads-integration.md +443 -443
- package/augment-extensions/workflows/adr-support/rules/conflict-detection.md +486 -486
- package/augment-extensions/workflows/adr-support/rules/decision-detection.md +362 -362
- package/augment-extensions/workflows/adr-support/rules/lifecycle-management.md +427 -427
- package/augment-extensions/workflows/adr-support/rules/openspec-integration.md +465 -465
- package/augment-extensions/workflows/adr-support/rules/template-selection.md +405 -405
- package/augment-extensions/workflows/adr-support/rules/validation-rules.md +543 -543
- package/augment-extensions/workflows/adr-support/schemas/adr-config.json +191 -191
- package/augment-extensions/workflows/adr-support/schemas/adr-metadata.json +172 -172
- package/augment-extensions/workflows/adr-support/templates/business-case.md +235 -235
- package/augment-extensions/workflows/adr-support/templates/madr-elaborate.md +197 -197
- package/augment-extensions/workflows/adr-support/templates/madr-simple.md +68 -68
- package/augment-extensions/workflows/adr-support/templates/nygard.md +84 -84
- package/augment-extensions/writing-standards/screenplay/rules/file-organization.md +213 -213
- package/augment-extensions/writing-standards/screenplay/utils/__tests__/file-organization.test.ts +169 -169
- package/augment-extensions/writing-standards/screenplay/utils/file-organization.ts +165 -165
- package/cli/dist/utils/auto-sync.js +19 -19
- package/package.json +5 -3
- package/augment-extensions/workflows/openspec/README.md +0 -96
- package/augment-extensions/workflows/openspec/examples/complete-change-example.md +0 -244
- package/augment-extensions/workflows/openspec/module.json +0 -54
- package/augment-extensions/workflows/openspec/rules/best-practices.md +0 -272
- package/augment-extensions/workflows/openspec/rules/manual-setup.md +0 -231
- package/augment-extensions/workflows/openspec/rules/spec-format.md +0 -236
- package/augment-extensions/workflows/openspec/rules/workflow.md +0 -214
- package/cli/dist/utils/__tests__/adr-validator.example.d.ts +0 -6
- package/cli/dist/utils/__tests__/adr-validator.example.d.ts.map +0 -1
- package/cli/dist/utils/__tests__/adr-validator.example.js +0 -148
- package/cli/dist/utils/__tests__/adr-validator.example.js.map +0 -1
- package/cli/dist/utils/adr-validator.d.ts +0 -65
- package/cli/dist/utils/adr-validator.d.ts.map +0 -1
- package/cli/dist/utils/adr-validator.js +0 -203
- package/cli/dist/utils/adr-validator.js.map +0 -1
|
@@ -1,191 +1,191 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://augment-extensions.dev/schemas/adr-config.json",
|
|
4
|
-
"title": "ADR Configuration Schema",
|
|
5
|
-
"description": "JSON schema for .adr-config.json configuration file",
|
|
6
|
-
"type": "object",
|
|
7
|
-
"properties": {
|
|
8
|
-
"version": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"description": "Configuration schema version",
|
|
11
|
-
"pattern": "^\\d+\\.\\d+\\.\\d+$",
|
|
12
|
-
"default": "1.0.0"
|
|
13
|
-
},
|
|
14
|
-
"adrDirectory": {
|
|
15
|
-
"type": "string",
|
|
16
|
-
"description": "Directory where ADRs are stored",
|
|
17
|
-
"default": "docs/adr",
|
|
18
|
-
"pattern": "^[a-zA-Z0-9/_-]+$"
|
|
19
|
-
},
|
|
20
|
-
"defaultTemplate": {
|
|
21
|
-
"type": "string",
|
|
22
|
-
"description": "Default ADR template to use",
|
|
23
|
-
"enum": ["nygard", "madr-simple", "madr-elaborate", "business-case"],
|
|
24
|
-
"default": "madr-simple"
|
|
25
|
-
},
|
|
26
|
-
"numberingScheme": {
|
|
27
|
-
"type": "string",
|
|
28
|
-
"description": "ADR numbering scheme",
|
|
29
|
-
"enum": ["sequential", "date-based", "custom"],
|
|
30
|
-
"default": "sequential"
|
|
31
|
-
},
|
|
32
|
-
"numberingFormat": {
|
|
33
|
-
"type": "string",
|
|
34
|
-
"description": "Format for ADR numbers (e.g., '0001', 'YYYY-MM-DD')",
|
|
35
|
-
"default": "0000"
|
|
36
|
-
},
|
|
37
|
-
"filenameFormat": {
|
|
38
|
-
"type": "string",
|
|
39
|
-
"description": "Format for ADR filenames",
|
|
40
|
-
"default": "{number}-{title}.md",
|
|
41
|
-
"pattern": ".*\\{number\\}.*\\{title\\}.*\\.md$"
|
|
42
|
-
},
|
|
43
|
-
"statusValues": {
|
|
44
|
-
"type": "array",
|
|
45
|
-
"description": "Allowed status values for ADRs",
|
|
46
|
-
"items": {
|
|
47
|
-
"type": "string"
|
|
48
|
-
},
|
|
49
|
-
"default": ["draft", "proposed", "approved", "implemented", "maintained", "superseded", "sunset"],
|
|
50
|
-
"minItems": 1,
|
|
51
|
-
"uniqueItems": true
|
|
52
|
-
},
|
|
53
|
-
"requiredMetadata": {
|
|
54
|
-
"type": "array",
|
|
55
|
-
"description": "Required metadata fields in ADR frontmatter",
|
|
56
|
-
"items": {
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"default": ["title", "status", "date", "deciders"],
|
|
60
|
-
"uniqueItems": true
|
|
61
|
-
},
|
|
62
|
-
"customMetadata": {
|
|
63
|
-
"type": "object",
|
|
64
|
-
"description": "Custom metadata fields and their types",
|
|
65
|
-
"additionalProperties": {
|
|
66
|
-
"type": "object",
|
|
67
|
-
"properties": {
|
|
68
|
-
"type": {
|
|
69
|
-
"type": "string",
|
|
70
|
-
"enum": ["string", "number", "boolean", "array", "object"]
|
|
71
|
-
},
|
|
72
|
-
"required": {
|
|
73
|
-
"type": "boolean",
|
|
74
|
-
"default": false
|
|
75
|
-
},
|
|
76
|
-
"description": {
|
|
77
|
-
"type": "string"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"required": ["type"]
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"integrations": {
|
|
84
|
-
"type": "object",
|
|
85
|
-
"description": "Integration settings for external tools",
|
|
86
|
-
"properties": {
|
|
87
|
-
"openspec": {
|
|
88
|
-
"type": "object",
|
|
89
|
-
"properties": {
|
|
90
|
-
"enabled": {
|
|
91
|
-
"type": "boolean",
|
|
92
|
-
"default": true
|
|
93
|
-
},
|
|
94
|
-
"linkToSpecs": {
|
|
95
|
-
"type": "boolean",
|
|
96
|
-
"description": "Automatically link ADRs to OpenSpec specs",
|
|
97
|
-
"default": true
|
|
98
|
-
},
|
|
99
|
-
"updateCoordination": {
|
|
100
|
-
"type": "boolean",
|
|
101
|
-
"description": "Update coordination manifest when ADRs change",
|
|
102
|
-
"default": true
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"beads": {
|
|
107
|
-
"type": "object",
|
|
108
|
-
"properties": {
|
|
109
|
-
"enabled": {
|
|
110
|
-
"type": "boolean",
|
|
111
|
-
"default": true
|
|
112
|
-
},
|
|
113
|
-
"createTasks": {
|
|
114
|
-
"type": "boolean",
|
|
115
|
-
"description": "Create Beads tasks for ADR implementation",
|
|
116
|
-
"default": false
|
|
117
|
-
},
|
|
118
|
-
"linkToIssues": {
|
|
119
|
-
"type": "boolean",
|
|
120
|
-
"description": "Link ADRs to related Beads issues",
|
|
121
|
-
"default": true
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"validation": {
|
|
128
|
-
"type": "object",
|
|
129
|
-
"description": "Validation rules for ADRs",
|
|
130
|
-
"properties": {
|
|
131
|
-
"enforceMetadata": {
|
|
132
|
-
"type": "boolean",
|
|
133
|
-
"description": "Enforce required metadata fields",
|
|
134
|
-
"default": true
|
|
135
|
-
},
|
|
136
|
-
"enforceStatus": {
|
|
137
|
-
"type": "boolean",
|
|
138
|
-
"description": "Enforce valid status values",
|
|
139
|
-
"default": true
|
|
140
|
-
},
|
|
141
|
-
"maxTitleLength": {
|
|
142
|
-
"type": "integer",
|
|
143
|
-
"description": "Maximum length for ADR titles",
|
|
144
|
-
"minimum": 10,
|
|
145
|
-
"maximum": 200,
|
|
146
|
-
"default": 100
|
|
147
|
-
},
|
|
148
|
-
"requireContext": {
|
|
149
|
-
"type": "boolean",
|
|
150
|
-
"description": "Require Context section in ADR",
|
|
151
|
-
"default": true
|
|
152
|
-
},
|
|
153
|
-
"requireDecision": {
|
|
154
|
-
"type": "boolean",
|
|
155
|
-
"description": "Require Decision section in ADR",
|
|
156
|
-
"default": true
|
|
157
|
-
},
|
|
158
|
-
"requireConsequences": {
|
|
159
|
-
"type": "boolean",
|
|
160
|
-
"description": "Require Consequences section in ADR",
|
|
161
|
-
"default": true
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
"lifecycle": {
|
|
166
|
-
"type": "object",
|
|
167
|
-
"description": "ADR lifecycle management settings",
|
|
168
|
-
"properties": {
|
|
169
|
-
"reviewSchedule": {
|
|
170
|
-
"type": "string",
|
|
171
|
-
"description": "Review schedule for ADRs (e.g., 'quarterly', 'annually')",
|
|
172
|
-
"enum": ["monthly", "quarterly", "biannually", "annually", "none"],
|
|
173
|
-
"default": "quarterly"
|
|
174
|
-
},
|
|
175
|
-
"autoSupersede": {
|
|
176
|
-
"type": "boolean",
|
|
177
|
-
"description": "Automatically mark ADRs as superseded when new ADR references them",
|
|
178
|
-
"default": false
|
|
179
|
-
},
|
|
180
|
-
"archiveSuperseded": {
|
|
181
|
-
"type": "boolean",
|
|
182
|
-
"description": "Move superseded ADRs to archive directory",
|
|
183
|
-
"default": false
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"required": ["version", "adrDirectory", "defaultTemplate"],
|
|
189
|
-
"additionalProperties": false
|
|
190
|
-
}
|
|
191
|
-
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment-extensions.dev/schemas/adr-config.json",
|
|
4
|
+
"title": "ADR Configuration Schema",
|
|
5
|
+
"description": "JSON schema for .adr-config.json configuration file",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"version": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "Configuration schema version",
|
|
11
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+$",
|
|
12
|
+
"default": "1.0.0"
|
|
13
|
+
},
|
|
14
|
+
"adrDirectory": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "Directory where ADRs are stored",
|
|
17
|
+
"default": "docs/adr",
|
|
18
|
+
"pattern": "^[a-zA-Z0-9/_-]+$"
|
|
19
|
+
},
|
|
20
|
+
"defaultTemplate": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "Default ADR template to use",
|
|
23
|
+
"enum": ["nygard", "madr-simple", "madr-elaborate", "business-case"],
|
|
24
|
+
"default": "madr-simple"
|
|
25
|
+
},
|
|
26
|
+
"numberingScheme": {
|
|
27
|
+
"type": "string",
|
|
28
|
+
"description": "ADR numbering scheme",
|
|
29
|
+
"enum": ["sequential", "date-based", "custom"],
|
|
30
|
+
"default": "sequential"
|
|
31
|
+
},
|
|
32
|
+
"numberingFormat": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "Format for ADR numbers (e.g., '0001', 'YYYY-MM-DD')",
|
|
35
|
+
"default": "0000"
|
|
36
|
+
},
|
|
37
|
+
"filenameFormat": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"description": "Format for ADR filenames",
|
|
40
|
+
"default": "{number}-{title}.md",
|
|
41
|
+
"pattern": ".*\\{number\\}.*\\{title\\}.*\\.md$"
|
|
42
|
+
},
|
|
43
|
+
"statusValues": {
|
|
44
|
+
"type": "array",
|
|
45
|
+
"description": "Allowed status values for ADRs",
|
|
46
|
+
"items": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"default": ["draft", "proposed", "approved", "implemented", "maintained", "superseded", "sunset"],
|
|
50
|
+
"minItems": 1,
|
|
51
|
+
"uniqueItems": true
|
|
52
|
+
},
|
|
53
|
+
"requiredMetadata": {
|
|
54
|
+
"type": "array",
|
|
55
|
+
"description": "Required metadata fields in ADR frontmatter",
|
|
56
|
+
"items": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"default": ["title", "status", "date", "deciders"],
|
|
60
|
+
"uniqueItems": true
|
|
61
|
+
},
|
|
62
|
+
"customMetadata": {
|
|
63
|
+
"type": "object",
|
|
64
|
+
"description": "Custom metadata fields and their types",
|
|
65
|
+
"additionalProperties": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"type": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"enum": ["string", "number", "boolean", "array", "object"]
|
|
71
|
+
},
|
|
72
|
+
"required": {
|
|
73
|
+
"type": "boolean",
|
|
74
|
+
"default": false
|
|
75
|
+
},
|
|
76
|
+
"description": {
|
|
77
|
+
"type": "string"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"required": ["type"]
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"integrations": {
|
|
84
|
+
"type": "object",
|
|
85
|
+
"description": "Integration settings for external tools",
|
|
86
|
+
"properties": {
|
|
87
|
+
"openspec": {
|
|
88
|
+
"type": "object",
|
|
89
|
+
"properties": {
|
|
90
|
+
"enabled": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"default": true
|
|
93
|
+
},
|
|
94
|
+
"linkToSpecs": {
|
|
95
|
+
"type": "boolean",
|
|
96
|
+
"description": "Automatically link ADRs to OpenSpec specs",
|
|
97
|
+
"default": true
|
|
98
|
+
},
|
|
99
|
+
"updateCoordination": {
|
|
100
|
+
"type": "boolean",
|
|
101
|
+
"description": "Update coordination manifest when ADRs change",
|
|
102
|
+
"default": true
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"beads": {
|
|
107
|
+
"type": "object",
|
|
108
|
+
"properties": {
|
|
109
|
+
"enabled": {
|
|
110
|
+
"type": "boolean",
|
|
111
|
+
"default": true
|
|
112
|
+
},
|
|
113
|
+
"createTasks": {
|
|
114
|
+
"type": "boolean",
|
|
115
|
+
"description": "Create Beads tasks for ADR implementation",
|
|
116
|
+
"default": false
|
|
117
|
+
},
|
|
118
|
+
"linkToIssues": {
|
|
119
|
+
"type": "boolean",
|
|
120
|
+
"description": "Link ADRs to related Beads issues",
|
|
121
|
+
"default": true
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"validation": {
|
|
128
|
+
"type": "object",
|
|
129
|
+
"description": "Validation rules for ADRs",
|
|
130
|
+
"properties": {
|
|
131
|
+
"enforceMetadata": {
|
|
132
|
+
"type": "boolean",
|
|
133
|
+
"description": "Enforce required metadata fields",
|
|
134
|
+
"default": true
|
|
135
|
+
},
|
|
136
|
+
"enforceStatus": {
|
|
137
|
+
"type": "boolean",
|
|
138
|
+
"description": "Enforce valid status values",
|
|
139
|
+
"default": true
|
|
140
|
+
},
|
|
141
|
+
"maxTitleLength": {
|
|
142
|
+
"type": "integer",
|
|
143
|
+
"description": "Maximum length for ADR titles",
|
|
144
|
+
"minimum": 10,
|
|
145
|
+
"maximum": 200,
|
|
146
|
+
"default": 100
|
|
147
|
+
},
|
|
148
|
+
"requireContext": {
|
|
149
|
+
"type": "boolean",
|
|
150
|
+
"description": "Require Context section in ADR",
|
|
151
|
+
"default": true
|
|
152
|
+
},
|
|
153
|
+
"requireDecision": {
|
|
154
|
+
"type": "boolean",
|
|
155
|
+
"description": "Require Decision section in ADR",
|
|
156
|
+
"default": true
|
|
157
|
+
},
|
|
158
|
+
"requireConsequences": {
|
|
159
|
+
"type": "boolean",
|
|
160
|
+
"description": "Require Consequences section in ADR",
|
|
161
|
+
"default": true
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"lifecycle": {
|
|
166
|
+
"type": "object",
|
|
167
|
+
"description": "ADR lifecycle management settings",
|
|
168
|
+
"properties": {
|
|
169
|
+
"reviewSchedule": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"description": "Review schedule for ADRs (e.g., 'quarterly', 'annually')",
|
|
172
|
+
"enum": ["monthly", "quarterly", "biannually", "annually", "none"],
|
|
173
|
+
"default": "quarterly"
|
|
174
|
+
},
|
|
175
|
+
"autoSupersede": {
|
|
176
|
+
"type": "boolean",
|
|
177
|
+
"description": "Automatically mark ADRs as superseded when new ADR references them",
|
|
178
|
+
"default": false
|
|
179
|
+
},
|
|
180
|
+
"archiveSuperseded": {
|
|
181
|
+
"type": "boolean",
|
|
182
|
+
"description": "Move superseded ADRs to archive directory",
|
|
183
|
+
"default": false
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"required": ["version", "adrDirectory", "defaultTemplate"],
|
|
189
|
+
"additionalProperties": false
|
|
190
|
+
}
|
|
191
|
+
|