@h2nguyen/arc42-node-mcp-server 1.0.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +222 -11
  3. package/dist/index.js +0 -0
  4. package/dist/server.d.ts.map +1 -1
  5. package/dist/server.js +28 -72
  6. package/dist/server.js.map +1 -1
  7. package/dist/templates/index.d.ts +46 -1
  8. package/dist/templates/index.d.ts.map +1 -1
  9. package/dist/templates/index.js +63 -896
  10. package/dist/templates/index.js.map +1 -1
  11. package/dist/templates/locales/cz/index.d.ts +9 -0
  12. package/dist/templates/locales/cz/index.d.ts.map +1 -0
  13. package/dist/templates/locales/cz/index.js +29 -0
  14. package/dist/templates/locales/cz/index.js.map +1 -0
  15. package/dist/templates/locales/cz/sections.d.ts +10 -0
  16. package/dist/templates/locales/cz/sections.d.ts.map +1 -0
  17. package/dist/templates/locales/cz/sections.js +39 -0
  18. package/dist/templates/locales/cz/sections.js.map +1 -0
  19. package/dist/templates/locales/cz/templates.d.ts +9 -0
  20. package/dist/templates/locales/cz/templates.d.ts.map +1 -0
  21. package/dist/templates/locales/cz/templates.js +274 -0
  22. package/dist/templates/locales/cz/templates.js.map +1 -0
  23. package/dist/templates/locales/de/index.d.ts +26 -0
  24. package/dist/templates/locales/de/index.d.ts.map +1 -0
  25. package/dist/templates/locales/de/index.js +53 -0
  26. package/dist/templates/locales/de/index.js.map +1 -0
  27. package/dist/templates/locales/de/sections.d.ts +28 -0
  28. package/dist/templates/locales/de/sections.d.ts.map +1 -0
  29. package/dist/templates/locales/de/sections.js +57 -0
  30. package/dist/templates/locales/de/sections.js.map +1 -0
  31. package/dist/templates/locales/de/templates.d.ts +22 -0
  32. package/dist/templates/locales/de/templates.d.ts.map +1 -0
  33. package/dist/templates/locales/de/templates.js +1060 -0
  34. package/dist/templates/locales/de/templates.js.map +1 -0
  35. package/dist/templates/locales/en/index.d.ts +26 -0
  36. package/dist/templates/locales/en/index.d.ts.map +1 -0
  37. package/dist/templates/locales/en/index.js +53 -0
  38. package/dist/templates/locales/en/index.js.map +1 -0
  39. package/dist/templates/locales/en/sections.d.ts +25 -0
  40. package/dist/templates/locales/en/sections.d.ts.map +1 -0
  41. package/dist/templates/locales/en/sections.js +54 -0
  42. package/dist/templates/locales/en/sections.js.map +1 -0
  43. package/dist/templates/locales/en/templates.d.ts +22 -0
  44. package/dist/templates/locales/en/templates.d.ts.map +1 -0
  45. package/dist/templates/locales/en/templates.js +1060 -0
  46. package/dist/templates/locales/en/templates.js.map +1 -0
  47. package/dist/templates/locales/es/index.d.ts +26 -0
  48. package/dist/templates/locales/es/index.d.ts.map +1 -0
  49. package/dist/templates/locales/es/index.js +53 -0
  50. package/dist/templates/locales/es/index.js.map +1 -0
  51. package/dist/templates/locales/es/sections.d.ts +28 -0
  52. package/dist/templates/locales/es/sections.d.ts.map +1 -0
  53. package/dist/templates/locales/es/sections.js +57 -0
  54. package/dist/templates/locales/es/sections.js.map +1 -0
  55. package/dist/templates/locales/es/templates.d.ts +22 -0
  56. package/dist/templates/locales/es/templates.d.ts.map +1 -0
  57. package/dist/templates/locales/es/templates.js +1060 -0
  58. package/dist/templates/locales/es/templates.js.map +1 -0
  59. package/dist/templates/locales/fr/index.d.ts +26 -0
  60. package/dist/templates/locales/fr/index.d.ts.map +1 -0
  61. package/dist/templates/locales/fr/index.js +53 -0
  62. package/dist/templates/locales/fr/index.js.map +1 -0
  63. package/dist/templates/locales/fr/sections.d.ts +28 -0
  64. package/dist/templates/locales/fr/sections.d.ts.map +1 -0
  65. package/dist/templates/locales/fr/sections.js +57 -0
  66. package/dist/templates/locales/fr/sections.js.map +1 -0
  67. package/dist/templates/locales/fr/templates.d.ts +22 -0
  68. package/dist/templates/locales/fr/templates.d.ts.map +1 -0
  69. package/dist/templates/locales/fr/templates.js +1060 -0
  70. package/dist/templates/locales/fr/templates.js.map +1 -0
  71. package/dist/templates/locales/index.d.ts +67 -0
  72. package/dist/templates/locales/index.d.ts.map +1 -0
  73. package/dist/templates/locales/index.js +100 -0
  74. package/dist/templates/locales/index.js.map +1 -0
  75. package/dist/templates/locales/it/index.d.ts +26 -0
  76. package/dist/templates/locales/it/index.d.ts.map +1 -0
  77. package/dist/templates/locales/it/index.js +53 -0
  78. package/dist/templates/locales/it/index.js.map +1 -0
  79. package/dist/templates/locales/it/sections.d.ts +28 -0
  80. package/dist/templates/locales/it/sections.d.ts.map +1 -0
  81. package/dist/templates/locales/it/sections.js +57 -0
  82. package/dist/templates/locales/it/sections.js.map +1 -0
  83. package/dist/templates/locales/it/templates.d.ts +22 -0
  84. package/dist/templates/locales/it/templates.d.ts.map +1 -0
  85. package/dist/templates/locales/it/templates.js +1060 -0
  86. package/dist/templates/locales/it/templates.js.map +1 -0
  87. package/dist/templates/locales/language-factory.d.ts +97 -0
  88. package/dist/templates/locales/language-factory.d.ts.map +1 -0
  89. package/dist/templates/locales/language-factory.js +126 -0
  90. package/dist/templates/locales/language-factory.js.map +1 -0
  91. package/dist/templates/locales/language-registry.d.ts +114 -0
  92. package/dist/templates/locales/language-registry.d.ts.map +1 -0
  93. package/dist/templates/locales/language-registry.js +146 -0
  94. package/dist/templates/locales/language-registry.js.map +1 -0
  95. package/dist/templates/locales/language-strategy.d.ts +126 -0
  96. package/dist/templates/locales/language-strategy.d.ts.map +1 -0
  97. package/dist/templates/locales/language-strategy.js +46 -0
  98. package/dist/templates/locales/language-strategy.js.map +1 -0
  99. package/dist/templates/locales/nl/index.d.ts +26 -0
  100. package/dist/templates/locales/nl/index.d.ts.map +1 -0
  101. package/dist/templates/locales/nl/index.js +53 -0
  102. package/dist/templates/locales/nl/index.js.map +1 -0
  103. package/dist/templates/locales/nl/sections.d.ts +28 -0
  104. package/dist/templates/locales/nl/sections.d.ts.map +1 -0
  105. package/dist/templates/locales/nl/sections.js +57 -0
  106. package/dist/templates/locales/nl/sections.js.map +1 -0
  107. package/dist/templates/locales/nl/templates.d.ts +22 -0
  108. package/dist/templates/locales/nl/templates.d.ts.map +1 -0
  109. package/dist/templates/locales/nl/templates.js +1060 -0
  110. package/dist/templates/locales/nl/templates.js.map +1 -0
  111. package/dist/templates/locales/pt/index.d.ts +26 -0
  112. package/dist/templates/locales/pt/index.d.ts.map +1 -0
  113. package/dist/templates/locales/pt/index.js +53 -0
  114. package/dist/templates/locales/pt/index.js.map +1 -0
  115. package/dist/templates/locales/pt/sections.d.ts +28 -0
  116. package/dist/templates/locales/pt/sections.d.ts.map +1 -0
  117. package/dist/templates/locales/pt/sections.js +57 -0
  118. package/dist/templates/locales/pt/sections.js.map +1 -0
  119. package/dist/templates/locales/pt/templates.d.ts +22 -0
  120. package/dist/templates/locales/pt/templates.d.ts.map +1 -0
  121. package/dist/templates/locales/pt/templates.js +1060 -0
  122. package/dist/templates/locales/pt/templates.js.map +1 -0
  123. package/dist/templates/locales/ru/index.d.ts +15 -0
  124. package/dist/templates/locales/ru/index.d.ts.map +1 -0
  125. package/dist/templates/locales/ru/index.js +41 -0
  126. package/dist/templates/locales/ru/index.js.map +1 -0
  127. package/dist/templates/locales/ru/sections.d.ts +28 -0
  128. package/dist/templates/locales/ru/sections.d.ts.map +1 -0
  129. package/dist/templates/locales/ru/sections.js +57 -0
  130. package/dist/templates/locales/ru/sections.js.map +1 -0
  131. package/dist/templates/locales/ru/templates.d.ts +22 -0
  132. package/dist/templates/locales/ru/templates.d.ts.map +1 -0
  133. package/dist/templates/locales/ru/templates.js +664 -0
  134. package/dist/templates/locales/ru/templates.js.map +1 -0
  135. package/dist/templates/locales/template-provider.d.ts +122 -0
  136. package/dist/templates/locales/template-provider.d.ts.map +1 -0
  137. package/dist/templates/locales/template-provider.js +173 -0
  138. package/dist/templates/locales/template-provider.js.map +1 -0
  139. package/dist/templates/locales/ukr/index.d.ts +9 -0
  140. package/dist/templates/locales/ukr/index.d.ts.map +1 -0
  141. package/dist/templates/locales/ukr/index.js +29 -0
  142. package/dist/templates/locales/ukr/index.js.map +1 -0
  143. package/dist/templates/locales/ukr/sections.d.ts +10 -0
  144. package/dist/templates/locales/ukr/sections.d.ts.map +1 -0
  145. package/dist/templates/locales/ukr/sections.js +39 -0
  146. package/dist/templates/locales/ukr/sections.js.map +1 -0
  147. package/dist/templates/locales/ukr/templates.d.ts +9 -0
  148. package/dist/templates/locales/ukr/templates.d.ts.map +1 -0
  149. package/dist/templates/locales/ukr/templates.js +242 -0
  150. package/dist/templates/locales/ukr/templates.js.map +1 -0
  151. package/dist/templates/locales/zh/index.d.ts +9 -0
  152. package/dist/templates/locales/zh/index.d.ts.map +1 -0
  153. package/dist/templates/locales/zh/index.js +29 -0
  154. package/dist/templates/locales/zh/index.js.map +1 -0
  155. package/dist/templates/locales/zh/sections.d.ts +10 -0
  156. package/dist/templates/locales/zh/sections.d.ts.map +1 -0
  157. package/dist/templates/locales/zh/sections.js +39 -0
  158. package/dist/templates/locales/zh/sections.js.map +1 -0
  159. package/dist/templates/locales/zh/templates.d.ts +9 -0
  160. package/dist/templates/locales/zh/templates.d.ts.map +1 -0
  161. package/dist/templates/locales/zh/templates.js +260 -0
  162. package/dist/templates/locales/zh/templates.js.map +1 -0
  163. package/dist/tools/arc42-init.d.ts +8 -2
  164. package/dist/tools/arc42-init.d.ts.map +1 -1
  165. package/dist/tools/arc42-init.js +67 -97
  166. package/dist/tools/arc42-init.js.map +1 -1
  167. package/dist/tools/arc42-status.d.ts +5 -2
  168. package/dist/tools/arc42-status.d.ts.map +1 -1
  169. package/dist/tools/arc42-status.js +47 -18
  170. package/dist/tools/arc42-status.js.map +1 -1
  171. package/dist/tools/arc42-workflow-guide.d.ts +6 -3
  172. package/dist/tools/arc42-workflow-guide.d.ts.map +1 -1
  173. package/dist/tools/arc42-workflow-guide.js +42 -276
  174. package/dist/tools/arc42-workflow-guide.js.map +1 -1
  175. package/dist/tools/generate-template.d.ts +7 -3
  176. package/dist/tools/generate-template.d.ts.map +1 -1
  177. package/dist/tools/generate-template.js +44 -35
  178. package/dist/tools/generate-template.js.map +1 -1
  179. package/dist/tools/get-section.d.ts +7 -3
  180. package/dist/tools/get-section.d.ts.map +1 -1
  181. package/dist/tools/get-section.js +38 -38
  182. package/dist/tools/get-section.js.map +1 -1
  183. package/dist/tools/index.d.ts +6 -5
  184. package/dist/tools/index.d.ts.map +1 -1
  185. package/dist/tools/index.js +14 -20
  186. package/dist/tools/index.js.map +1 -1
  187. package/dist/tools/update-section.d.ts +9 -3
  188. package/dist/tools/update-section.d.ts.map +1 -1
  189. package/dist/tools/update-section.js +12 -44
  190. package/dist/tools/update-section.js.map +1 -1
  191. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-strategy.js","sourceRoot":"","sources":["../../../src/templates/locales/language-strategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAqBH;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAA4B;IAC/D,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI;CACzD,CAAC;AA+FX;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,KAAc;IAC3C,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,wBAAwB,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,EAAkB,CAAC,CACvE,CAAC;AACJ,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,qBAAqB,CAAC,IAAY;IAChD,MAAM,UAAU,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;IAC7C,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,2BAA2B,IAAI,uBAAuB,wBAAwB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAC5F,CAAC;IACJ,CAAC;IACD,OAAO,UAA0B,CAAC;AACpC,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Dutch Language Strategy
3
+ *
4
+ * Implements the LanguageStrategy interface for Dutch (Nederlands).
5
+ * Provides Dutch section titles, descriptions, and templates.
6
+ *
7
+ * @module templates/locales/nl
8
+ *
9
+ * S.O.L.I.D Principles:
10
+ * - LSP (Liskov Substitution Principle): DutchStrategy is substitutable for LanguageStrategy
11
+ * - OCP (Open/Closed Principle): Implements interface without modifying it
12
+ *
13
+ * Design Patterns:
14
+ * - Strategy Pattern: Concrete implementation for Dutch language
15
+ */
16
+ import type { LanguageStrategy } from '../language-strategy.js';
17
+ /**
18
+ * Dutch Language Strategy
19
+ *
20
+ * Provides Dutch translations for arc42 documentation.
21
+ * Based on official arc42 Dutch template from vendor/arc42-template/NL/.
22
+ */
23
+ export declare const dutchStrategy: LanguageStrategy;
24
+ export { getSectionTitle, getSectionDescription } from './sections.js';
25
+ export { getTemplate, getWorkflowGuide, getReadmeContent } from './templates.js';
26
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/locales/nl/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAoC,MAAM,yBAAyB,CAAC;AAIlG;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,gBA8B3B,CAAC;AAGF,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Dutch Language Strategy
3
+ *
4
+ * Implements the LanguageStrategy interface for Dutch (Nederlands).
5
+ * Provides Dutch section titles, descriptions, and templates.
6
+ *
7
+ * @module templates/locales/nl
8
+ *
9
+ * S.O.L.I.D Principles:
10
+ * - LSP (Liskov Substitution Principle): DutchStrategy is substitutable for LanguageStrategy
11
+ * - OCP (Open/Closed Principle): Implements interface without modifying it
12
+ *
13
+ * Design Patterns:
14
+ * - Strategy Pattern: Concrete implementation for Dutch language
15
+ */
16
+ import { getSectionTitle, getSectionDescription } from './sections.js';
17
+ import { getTemplate, getWorkflowGuide, getReadmeContent } from './templates.js';
18
+ /**
19
+ * Dutch Language Strategy
20
+ *
21
+ * Provides Dutch translations for arc42 documentation.
22
+ * Based on official arc42 Dutch template from vendor/arc42-template/NL/.
23
+ */
24
+ export const dutchStrategy = {
25
+ code: 'NL',
26
+ name: 'Dutch',
27
+ nativeName: 'Nederlands',
28
+ getSectionTitle(section) {
29
+ return {
30
+ title: getSectionTitle(section),
31
+ section
32
+ };
33
+ },
34
+ getSectionDescription(section) {
35
+ return {
36
+ description: getSectionDescription(section),
37
+ section
38
+ };
39
+ },
40
+ getTemplate(section) {
41
+ return getTemplate(section);
42
+ },
43
+ getWorkflowGuide() {
44
+ return getWorkflowGuide();
45
+ },
46
+ getReadmeContent(projectName) {
47
+ return getReadmeContent(projectName);
48
+ }
49
+ };
50
+ // Re-export for convenience
51
+ export { getSectionTitle, getSectionDescription } from './sections.js';
52
+ export { getTemplate, getWorkflowGuide, getReadmeContent } from './templates.js';
53
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/templates/locales/nl/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEjF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAqB;IAC7C,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,OAAO;IACb,UAAU,EAAE,YAAY;IAExB,eAAe,CAAC,OAAqB;QACnC,OAAO;YACL,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC;YAC/B,OAAO;SACR,CAAC;IACJ,CAAC;IAED,qBAAqB,CAAC,OAAqB;QACzC,OAAO;YACL,WAAW,EAAE,qBAAqB,CAAC,OAAO,CAAC;YAC3C,OAAO;SACR,CAAC;IACJ,CAAC;IAED,WAAW,CAAC,OAAqB;QAC/B,OAAO,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9B,CAAC;IAED,gBAAgB;QACd,OAAO,gBAAgB,EAAE,CAAC;IAC5B,CAAC;IAED,gBAAgB,CAAC,WAAoB;QACnC,OAAO,gBAAgB,CAAC,WAAW,CAAC,CAAC;IACvC,CAAC;CACF,CAAC;AAEF,4BAA4B;AAC5B,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Dutch Section Titles and Descriptions
3
+ *
4
+ * Provides localized section metadata for the Dutch language.
5
+ * Translations are based on the official arc42 Dutch template.
6
+ *
7
+ * @module templates/locales/nl/sections
8
+ */
9
+ import type { Arc42Section } from '../../../types.js';
10
+ /**
11
+ * Dutch section titles
12
+ * Based on vendor/arc42-template/NL/
13
+ */
14
+ export declare const SECTION_TITLES: Record<Arc42Section, string>;
15
+ /**
16
+ * Dutch section descriptions
17
+ * Based on vendor/arc42-template/NL/
18
+ */
19
+ export declare const SECTION_DESCRIPTIONS: Record<Arc42Section, string>;
20
+ /**
21
+ * Get the Dutch title for a section
22
+ */
23
+ export declare function getSectionTitle(section: Arc42Section): string;
24
+ /**
25
+ * Get the Dutch description for a section
26
+ */
27
+ export declare function getSectionDescription(section: Arc42Section): string;
28
+ //# sourceMappingURL=sections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sections.d.ts","sourceRoot":"","sources":["../../../../src/templates/locales/nl/sections.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAavD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAa7D,CAAC;AAEF;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,MAAM,CAE7D;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,YAAY,GAAG,MAAM,CAEnE"}
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Dutch Section Titles and Descriptions
3
+ *
4
+ * Provides localized section metadata for the Dutch language.
5
+ * Translations are based on the official arc42 Dutch template.
6
+ *
7
+ * @module templates/locales/nl/sections
8
+ */
9
+ /**
10
+ * Dutch section titles
11
+ * Based on vendor/arc42-template/NL/
12
+ */
13
+ export const SECTION_TITLES = {
14
+ '01_introduction_and_goals': 'Introductie en Doelen',
15
+ '02_architecture_constraints': 'Beperkingen',
16
+ '03_context_and_scope': 'Scope en Context',
17
+ '04_solution_strategy': 'Oplossingsstrategie',
18
+ '05_building_block_view': 'Bouwstenenweergave',
19
+ '06_runtime_view': 'Runtime-weergave',
20
+ '07_deployment_view': 'Deployment-weergave',
21
+ '08_concepts': 'Cross-cutting Concepten',
22
+ '09_architecture_decisions': 'Architectuurbeslissingen',
23
+ '10_quality_requirements': 'Kwaliteitseisen',
24
+ '11_technical_risks': "Risico's en Technische Schuld",
25
+ '12_glossary': 'Woordenlijst'
26
+ };
27
+ /**
28
+ * Dutch section descriptions
29
+ * Based on vendor/arc42-template/NL/
30
+ */
31
+ export const SECTION_DESCRIPTIONS = {
32
+ '01_introduction_and_goals': 'Probleemstelling, kwaliteitsdoelen en stakeholders',
33
+ '02_architecture_constraints': 'Technische en organisatorische beperkingen',
34
+ '03_context_and_scope': 'Zakelijke en technische context, externe interfaces',
35
+ '04_solution_strategy': 'Fundamentele oplossingsbeslissingen en strategieën',
36
+ '05_building_block_view': 'Statische decompositie van het systeem',
37
+ '06_runtime_view': 'Dynamisch gedrag en belangrijke scenario\'s',
38
+ '07_deployment_view': 'Infrastructuur en deployment',
39
+ '08_concepts': 'Overkoepelende regelingen en oplossingsbenaderingen',
40
+ '09_architecture_decisions': 'Belangrijke, kostbare, kritieke of risicovolle beslissingen',
41
+ '10_quality_requirements': 'Kwaliteitsboom en kwaliteitsscenario\'s',
42
+ '11_technical_risks': 'Bekende problemen, risico\'s en technische schuld',
43
+ '12_glossary': 'Belangrijke zakelijke en technische termen'
44
+ };
45
+ /**
46
+ * Get the Dutch title for a section
47
+ */
48
+ export function getSectionTitle(section) {
49
+ return SECTION_TITLES[section];
50
+ }
51
+ /**
52
+ * Get the Dutch description for a section
53
+ */
54
+ export function getSectionDescription(section) {
55
+ return SECTION_DESCRIPTIONS[section];
56
+ }
57
+ //# sourceMappingURL=sections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sections.js","sourceRoot":"","sources":["../../../../src/templates/locales/nl/sections.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAiC;IAC1D,2BAA2B,EAAE,uBAAuB;IACpD,6BAA6B,EAAE,aAAa;IAC5C,sBAAsB,EAAE,kBAAkB;IAC1C,sBAAsB,EAAE,qBAAqB;IAC7C,wBAAwB,EAAE,oBAAoB;IAC9C,iBAAiB,EAAE,kBAAkB;IACrC,oBAAoB,EAAE,qBAAqB;IAC3C,aAAa,EAAE,yBAAyB;IACxC,2BAA2B,EAAE,0BAA0B;IACvD,yBAAyB,EAAE,iBAAiB;IAC5C,oBAAoB,EAAE,+BAA+B;IACrD,aAAa,EAAE,cAAc;CAC9B,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAiC;IAChE,2BAA2B,EAAE,oDAAoD;IACjF,6BAA6B,EAAE,4CAA4C;IAC3E,sBAAsB,EAAE,qDAAqD;IAC7E,sBAAsB,EAAE,oDAAoD;IAC5E,wBAAwB,EAAE,wCAAwC;IAClE,iBAAiB,EAAE,6CAA6C;IAChE,oBAAoB,EAAE,8BAA8B;IACpD,aAAa,EAAE,qDAAqD;IACpE,2BAA2B,EAAE,6DAA6D;IAC1F,yBAAyB,EAAE,yCAAyC;IACpE,oBAAoB,EAAE,mDAAmD;IACzE,aAAa,EAAE,4CAA4C;CAC5D,CAAC;AAEF;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,OAAqB;IACnD,OAAO,cAAc,CAAC,OAAO,CAAC,CAAC;AACjC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,OAAqB;IACzD,OAAO,oBAAoB,CAAC,OAAO,CAAC,CAAC;AACvC,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Dutch Templates
3
+ *
4
+ * Contains all arc42 section templates in Dutch.
5
+ * Based on the official arc42 Dutch template from vendor/arc42-template/NL/.
6
+ *
7
+ * @module templates/locales/nl/templates
8
+ */
9
+ import type { Arc42Section } from '../../../types.js';
10
+ /**
11
+ * Get the Dutch template for a specific section
12
+ */
13
+ export declare function getTemplate(section: Arc42Section): string;
14
+ /**
15
+ * Get the Dutch workflow guide
16
+ */
17
+ export declare function getWorkflowGuide(): string;
18
+ /**
19
+ * Get the Dutch README content
20
+ */
21
+ export declare function getReadmeContent(projectName?: string): string;
22
+ //# sourceMappingURL=templates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../../../src/templates/locales/nl/templates.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD;;GAEG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,MAAM,CAiBzD;AAk4BD;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,MAAM,CA2FzC;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAgD7D"}