@fulmenhq/tsfulmen 0.1.13 → 0.2.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 (165) hide show
  1. package/CHANGELOG.md +73 -512
  2. package/README.md +111 -28
  3. package/config/crucible-ts/agentic/roles/README.md +76 -0
  4. package/config/crucible-ts/agentic/roles/cicd.yaml +82 -0
  5. package/config/crucible-ts/agentic/roles/dataeng.yaml +104 -0
  6. package/config/crucible-ts/agentic/roles/devlead.yaml +84 -0
  7. package/config/crucible-ts/agentic/roles/devrev.yaml +105 -0
  8. package/config/crucible-ts/agentic/roles/entarch.yaml +101 -0
  9. package/config/crucible-ts/agentic/roles/infoarch.yaml +95 -0
  10. package/config/crucible-ts/agentic/roles/prodmktg.yaml +92 -0
  11. package/config/crucible-ts/agentic/roles/qa.yaml +148 -0
  12. package/config/crucible-ts/agentic/roles/secrev.yaml +101 -0
  13. package/config/crucible-ts/agentic/roles/uxdev.yaml +168 -0
  14. package/config/crucible-ts/branding/ecosystem.yaml +26 -0
  15. package/config/crucible-ts/library/foundry/exit-codes.snapshot.json +26 -0
  16. package/config/crucible-ts/library/foundry/exit-codes.yaml +28 -3
  17. package/config/crucible-ts/library/foundry/patterns.yaml +2 -2
  18. package/config/crucible-ts/library/foundry/signal-resolution-fixtures.yaml +207 -0
  19. package/config/crucible-ts/library/foundry/signals.yaml +21 -0
  20. package/config/crucible-ts/library/foundry/simplified-modes.snapshot.json +9 -1
  21. package/config/crucible-ts/library/{foundry/similarity-fixtures.yaml → similarity/fixtures.yaml} +1 -1
  22. package/config/crucible-ts/library/v1.0.0/module-manifest.yaml +1 -2
  23. package/config/crucible-ts/taxonomy/fixture-catalog.yaml +145 -0
  24. package/config/crucible-ts/taxonomy/languages.yaml +2 -2
  25. package/config/crucible-ts/taxonomy/library/foundry-catalogs/v1.1.0/catalogs.yaml +77 -0
  26. package/config/crucible-ts/taxonomy/library/platform-modules/v1.1.0/modules.yaml +722 -0
  27. package/config/crucible-ts/taxonomy/metrics.yaml +1 -1
  28. package/config/crucible-ts/taxonomy/repository-categories.yaml +134 -1
  29. package/dist/appidentity/index.d.ts +117 -35
  30. package/dist/appidentity/index.js +752 -592
  31. package/dist/appidentity/index.js.map +1 -1
  32. package/dist/config/index.js +118 -6
  33. package/dist/config/index.js.map +1 -1
  34. package/dist/crucible/index.js +118 -6
  35. package/dist/crucible/index.js.map +1 -1
  36. package/dist/errors/index.js +118 -6
  37. package/dist/errors/index.js.map +1 -1
  38. package/dist/foundry/index.d.ts +13 -676
  39. package/dist/foundry/index.js +118 -6
  40. package/dist/foundry/index.js.map +1 -1
  41. package/dist/foundry/similarity/index.d.ts +2 -2
  42. package/dist/fulhash/index.d.ts +64 -12
  43. package/dist/fulhash/index.js +292 -53
  44. package/dist/fulhash/index.js.map +1 -1
  45. package/dist/index.d.ts +2 -2
  46. package/dist/index.js +753 -593
  47. package/dist/index.js.map +1 -1
  48. package/dist/{manager-D27vrdaS.d.ts → manager-CH3fX7zO.d.ts} +1 -1
  49. package/dist/pathfinder/index.js +368 -59
  50. package/dist/pathfinder/index.js.map +1 -1
  51. package/dist/reports/license-inventory.csv +302 -0
  52. package/dist/schema/index.js +118 -6
  53. package/dist/schema/index.js.map +1 -1
  54. package/dist/signals/index.d.ts +675 -0
  55. package/dist/signals/index.js +5790 -0
  56. package/dist/signals/index.js.map +1 -0
  57. package/dist/similarity/index.d.ts +2 -0
  58. package/dist/similarity/index.js +136 -0
  59. package/dist/similarity/index.js.map +1 -0
  60. package/dist/{suggest-Cv7SVQRu.d.ts → suggest-D8LbwtPV.d.ts} +1 -1
  61. package/dist/telemetry/http/index.js +704 -591
  62. package/dist/telemetry/http/index.js.map +1 -1
  63. package/dist/telemetry/index.js +118 -6
  64. package/dist/telemetry/index.js.map +1 -1
  65. package/dist/telemetry/prometheus/index.d.ts +1 -1
  66. package/dist/telemetry/prometheus/index.js +175 -11
  67. package/dist/telemetry/prometheus/index.js.map +1 -1
  68. package/package.json +15 -6
  69. package/schemas/crucible-ts/assessment/v1.0.0/severity-definitions.schema.json +1 -1
  70. package/schemas/crucible-ts/config/fulmen-ecosystem/v1.0.0/fulmen-config-paths.schema.json +1 -1
  71. package/schemas/crucible-ts/config/repository/app-identity/v1.0.0/app-identity.schema.json +3 -3
  72. package/schemas/crucible-ts/config/repository/v1.0.0/lifecycle-phase.json +1 -1
  73. package/schemas/crucible-ts/config/repository-category/codex/v1.0.0/codex-config.schema.json +1 -1
  74. package/schemas/crucible-ts/config/standards/v1.0.0/adr-adoption-status.json +1 -1
  75. package/schemas/crucible-ts/config/standards/v1.0.0/adr-frontmatter.schema.json +3 -3
  76. package/schemas/crucible-ts/config/standards/v1.0.0/adr-lifecycle-status.json +1 -1
  77. package/schemas/crucible-ts/config/sync-keys.schema.yaml +14 -0
  78. package/schemas/crucible-ts/content/ssot-provenance/v1.0.0/ssot-provenance.schema.json +1 -1
  79. package/schemas/crucible-ts/design/README.md +159 -0
  80. package/schemas/crucible-ts/design/core/v1.0.0/component-states.schema.json +204 -0
  81. package/schemas/crucible-ts/design/core/v1.0.0/semantic-colors.schema.json +179 -0
  82. package/schemas/crucible-ts/design/core/v1.0.0/spacing-scale.schema.json +165 -0
  83. package/schemas/crucible-ts/design/core/v1.0.0/typography-roles.schema.json +195 -0
  84. package/schemas/crucible-ts/design/tui/v1.0.0/color-palette.schema.json +303 -0
  85. package/schemas/crucible-ts/design/tui/v1.0.0/component.schema.json +374 -0
  86. package/schemas/crucible-ts/design/tui/v1.0.0/layout.schema.json +272 -0
  87. package/schemas/crucible-ts/design/tui/v1.0.0/theme.schema.json +205 -0
  88. package/schemas/crucible-ts/design/tui/v1.0.0/typography.schema.json +316 -0
  89. package/schemas/crucible-ts/devsecops/lorage-central/activity/v1.0.0/activity.schema.json +1 -1
  90. package/schemas/crucible-ts/devsecops/lorage-central/credentials/v1.0.0/credentials.schema.json +1 -1
  91. package/schemas/crucible-ts/devsecops/lorage-central/policy/v1.0.0/policy.schema.json +1 -1
  92. package/schemas/crucible-ts/devsecops/lorage-central/recipe/v1.0.0/recipe.schema.json +1 -1
  93. package/schemas/crucible-ts/devsecops/lorage-central/runbooks/v1.0.0/runbook.schema.json +1 -1
  94. package/schemas/crucible-ts/devsecops/lorage-central/tenant/v1.0.0/tenant.schema.json +1 -1
  95. package/schemas/crucible-ts/devsecops/secrets/v1.0.0/secrets.schema.json +1 -1
  96. package/schemas/crucible-ts/error-handling/v1.0.0/error-response.schema.json +1 -1
  97. package/schemas/crucible-ts/library/foundry/v1.0.0/country-codes.schema.json +1 -1
  98. package/schemas/crucible-ts/library/foundry/v1.0.0/exit-codes.schema.json +1 -1
  99. package/schemas/crucible-ts/library/foundry/v1.0.0/http-status-groups.schema.json +1 -1
  100. package/schemas/crucible-ts/library/foundry/v1.0.0/mime-types.schema.json +1 -1
  101. package/schemas/crucible-ts/library/foundry/v1.0.0/patterns.schema.json +1 -1
  102. package/schemas/crucible-ts/library/foundry/v1.0.0/signal-resolution-fixtures.schema.json +140 -0
  103. package/schemas/crucible-ts/library/foundry/v1.0.0/signals.schema.json +6 -1
  104. package/schemas/crucible-ts/library/fulencode/v1.0.0/fulencode-config.schema.json +1 -1
  105. package/schemas/crucible-ts/library/fulhash/v1.0.0/checksum-string.schema.json +2 -2
  106. package/schemas/crucible-ts/library/fulhash/v1.0.0/digest.schema.json +61 -1
  107. package/schemas/crucible-ts/library/fulhash/v1.0.0/fixtures.schema.json +1 -1
  108. package/schemas/crucible-ts/library/fulpack/v1.0.0/archive-entry.schema.json +1 -1
  109. package/schemas/crucible-ts/library/fulpack/v1.0.0/archive-info.schema.json +1 -1
  110. package/schemas/crucible-ts/library/fulpack/v1.0.0/archive-manifest.schema.json +2 -2
  111. package/schemas/crucible-ts/library/fulpack/v1.0.0/create-options.schema.json +1 -1
  112. package/schemas/crucible-ts/library/fulpack/v1.0.0/extract-options.schema.json +1 -1
  113. package/schemas/crucible-ts/library/fulpack/v1.0.0/extract-result.schema.json +1 -1
  114. package/schemas/crucible-ts/library/fulpack/v1.0.0/scan-options.schema.json +1 -1
  115. package/schemas/crucible-ts/library/fulpack/v1.0.0/validation-result.schema.json +1 -1
  116. package/schemas/crucible-ts/library/module-manifest/v1.0.0/module-manifest.schema.json +1 -1
  117. package/schemas/crucible-ts/library/{foundry → similarity}/v1.0.0/similarity.schema.json +2 -2
  118. package/schemas/crucible-ts/library/{foundry → similarity}/v2.0.0/similarity.schema.json +2 -2
  119. package/schemas/crucible-ts/observability/metrics/v1.0.0/metrics-event.schema.json +1 -1
  120. package/schemas/crucible-ts/pathfinder/v1.0.0/find-query.schema.json +1 -1
  121. package/schemas/crucible-ts/pathfinder/v1.0.0/finder-config.schema.json +1 -1
  122. package/schemas/crucible-ts/pathfinder/v1.0.0/path-result.schema.json +1 -1
  123. package/schemas/crucible-ts/protocol/http/v1.0.0/error-response.schema.json +1 -1
  124. package/schemas/crucible-ts/protocol/http/v1.0.0/health-response.schema.json +1 -1
  125. package/schemas/crucible-ts/protocol/http/v1.0.0/success-response.schema.json +1 -1
  126. package/schemas/crucible-ts/protocol/http/v1.0.0/version-response.schema.json +1 -1
  127. package/schemas/crucible-ts/server/management/v1.0.0/server-management.schema.json +1 -1
  128. package/schemas/crucible-ts/standards/publishing/v1.0.0/spec-catalog.schema.json +134 -0
  129. package/schemas/crucible-ts/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-key.schema.json +1 -1
  130. package/schemas/crucible-ts/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-metadata.schema.json +1 -1
  131. package/schemas/crucible-ts/taxonomy/devsecops/geo/v1.0.0/geo-key.schema.json +1 -1
  132. package/schemas/crucible-ts/taxonomy/devsecops/geo/v1.0.0/geo-metadata.schema.json +1 -1
  133. package/schemas/crucible-ts/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-key.schema.json +1 -1
  134. package/schemas/crucible-ts/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-metadata.schema.json +1 -1
  135. package/schemas/crucible-ts/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-key.schema.json +1 -1
  136. package/schemas/crucible-ts/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-metadata.schema.json +1 -1
  137. package/schemas/crucible-ts/taxonomy/devsecops/modules/v1.0.0/devsecops-module-entry.schema.json +1 -1
  138. package/schemas/crucible-ts/taxonomy/fixture/v1.0.0/fixture-catalog.schema.json +166 -0
  139. package/schemas/crucible-ts/taxonomy/language/v1.0.0/language-key.schema.json +1 -1
  140. package/schemas/crucible-ts/taxonomy/language/v1.0.0/language-metadata.schema.json +1 -1
  141. package/schemas/crucible-ts/taxonomy/library/foundry-catalogs/v1.1.0/catalog-entry.schema.json +98 -0
  142. package/schemas/crucible-ts/taxonomy/library/fulencode/detection-confidence/v1.0.0/levels.schema.json +1 -1
  143. package/schemas/crucible-ts/taxonomy/library/fulencode/encoding-families/v1.0.0/families.schema.json +1 -1
  144. package/schemas/crucible-ts/taxonomy/library/fulencode/normalization-profiles/v1.0.0/profiles.schema.json +1 -1
  145. package/schemas/crucible-ts/taxonomy/library/fulhash/algorithms/v1.0.0/algorithms.yaml +16 -0
  146. package/schemas/crucible-ts/taxonomy/library/modules/v1.0.0/module-entry.schema.json +1 -1
  147. package/schemas/crucible-ts/taxonomy/library/modules/v1.1.0/module-entry.schema.json +436 -0
  148. package/schemas/crucible-ts/taxonomy/repository-category/v1.0.0/category-key.schema.json +16 -8
  149. package/schemas/crucible-ts/taxonomy/repository-category/v1.0.0/category-metadata.schema.json +1 -1
  150. package/schemas/crucible-ts/upstream/3leaps/PROVENANCE.md +43 -0
  151. package/schemas/crucible-ts/upstream/3leaps/agentic/v0/role-prompt.schema.json +183 -0
  152. package/schemas/crucible-ts/upstream/3leaps/ailink/v0/prompt.schema.json +204 -0
  153. package/schemas/crucible-ts/upstream/3leaps/ailink/v0/search-response.schema.json +152 -0
  154. package/schemas/crucible-ts/upstream/README.md +50 -0
  155. package/schemas/crucible-ts/web/branding/v1.0.0/site-branding.schema.json +1 -1
  156. package/schemas/crucible-ts/web/styling/v1.0.0/site-styling.schema.json +1 -1
  157. package/schemas/crucible-ts/config/goneat/README.md +0 -60
  158. package/schemas/crucible-ts/config/goneat/v1.0.0/dates.yaml +0 -234
  159. package/schemas/crucible-ts/config/goneat/v1.0.0/goneat-config.yaml +0 -344
  160. package/schemas/crucible-ts/config/goneat/v1.0.0/lifecycle-phase.json +0 -20
  161. package/schemas/crucible-ts/config/goneat/v1.0.0/release-phase.json +0 -17
  162. package/schemas/crucible-ts/config/goneat/v1.0.0/security-policy.yaml +0 -178
  163. package/schemas/crucible-ts/config/goneat/v1.0.0/version-policy.schema.yaml +0 -205
  164. package/schemas/crucible-ts/tooling/goneat-tools/v1.0.0/README.md +0 -177
  165. package/schemas/crucible-ts/tooling/goneat-tools/v1.0.0/goneat-tools-config.schema.yaml +0 -146
@@ -1,234 +0,0 @@
1
- $schema: https://json-schema.org/draft/2020-12/schema
2
- $id: https://schemas.goneat.dev/config/dates/v1.0.0
3
- $version: 1.0.0
4
- title: Goneat Dates Configuration Schema
5
- description: Configuration schema for Goneat dates validation and fixes
6
- type: object
7
- properties:
8
- enabled:
9
- type: boolean
10
- description: Enable dates validation
11
- default: true
12
- examples:
13
- - true
14
- - false
15
- rules:
16
- type: object
17
- description: Rule-specific configurations
18
- properties:
19
- future_dates:
20
- type: object
21
- description: Detect dates in future (e.g., hallucinations)
22
- properties:
23
- enabled:
24
- type: boolean
25
- description: Enable future dates detection
26
- default: true
27
- max_skew:
28
- type: string
29
- description: Max future allowance (Go duration format)
30
- default: "24h"
31
- pattern: "^\\d+[dhms]$"
32
- examples:
33
- - "24h"
34
- - "1h"
35
- - "30m"
36
- - "5d"
37
- severity:
38
- type: string
39
- description: Severity level for future dates
40
- enum: ["critical", "high", "medium", "low", "info", "error"]
41
- default: "error"
42
- auto_fix:
43
- type: boolean
44
- description: Auto-replace with today (warn on ambiguity)
45
- default: true
46
- additionalProperties: false
47
- stale_entries:
48
- type: object
49
- description: Warn on outdated entries (e.g., old changelogs)
50
- properties:
51
- enabled:
52
- type: boolean
53
- description: Enable stale entries detection
54
- default: true
55
- warn_days:
56
- type: integer
57
- description: Days before warning
58
- minimum: 0
59
- maximum: 3650
60
- default: 180
61
- severity:
62
- type: string
63
- description: Severity level for stale entries
64
- enum: ["critical", "high", "medium", "low", "info", "warning"]
65
- default: "warning"
66
- additionalProperties: false
67
- monotonic_order:
68
- type: object
69
- description: Ensure chronological order (e.g., changelog descending)
70
- properties:
71
- enabled:
72
- type: boolean
73
- description: Enable monotonic order checking
74
- default: true
75
- files:
76
- type: array
77
- description: Glob patterns for ordering checks
78
- items:
79
- type: string
80
- default: ["CHANGELOG.md"]
81
- examples:
82
- - ["CHANGELOG.md", "**/HISTORY.md"]
83
- severity:
84
- type: string
85
- description: Severity level for order violations
86
- enum: ["critical", "high", "medium", "low", "info", "warning", "error"]
87
- default: "warning"
88
- check_top_n:
89
- type: integer
90
- description: Check only the top N entries (0 = check all)
91
- minimum: 0
92
- default: 0
93
- ignore_files:
94
- type: array
95
- description: Files to ignore for monotonic checks
96
- items:
97
- type: string
98
- default: []
99
- additionalProperties: false
100
- cross_file_consistency:
101
- type: object
102
- description: Coherence across files (e.g., dates match versions)
103
- properties:
104
- enabled:
105
- type: boolean
106
- description: Enable cross-file consistency checking
107
- default: false
108
- groups:
109
- type: array
110
- description: Arrays of files to cross-check
111
- items:
112
- type: array
113
- items:
114
- type: string
115
- examples:
116
- - [["CHANGELOG.md", "package.json"], ["VERSION", "Cargo.toml"]]
117
- severity:
118
- type: string
119
- description: Severity level for consistency violations
120
- enum: ["critical", "high", "medium", "low", "info", "error"]
121
- default: "error"
122
- additionalProperties: false
123
- additionalProperties: false
124
- required: []
125
- files:
126
- type: object
127
- description: File selection and guards
128
- properties:
129
- include:
130
- type: array
131
- description: Globs to include (supports ** via doublestar). Opt-in approach - only specified files are checked.
132
- items:
133
- type: string
134
- default: ["CHANGELOG.md", "**/CHANGELOG*.md", "**/HISTORY.md", "RELEASE_NOTES.md", "**/RELEASE*.md", "**/VERSION"]
135
- exclude:
136
- type: array
137
- description: Globs to exclude (supports **)
138
- items:
139
- type: string
140
- default: ["**/node_modules/**", "**/.git/**", "**/dist/**", "**/build/**"]
141
- text_extensions:
142
- type: array
143
- description: Advisory extensions (binary sniff overrides)
144
- items:
145
- type: string
146
- default: [".md", ".txt", ".yaml", ".yml", ".json", ".toml"]
147
- max_file_size_bytes:
148
- type: integer
149
- description: Skip larger files (prevent OOM)
150
- minimum: 0
151
- default: 4194304
152
- additionalProperties: false
153
- required: []
154
- date_patterns:
155
- type: array
156
- description: Order-aware patterns to avoid MM/DD vs DD/MM ambiguity
157
- items:
158
- type: object
159
- properties:
160
- regex:
161
- type: string
162
- description: Regex with 3 capture groups (year, month, day)
163
- order:
164
- type: string
165
- description: Parse order specification
166
- enum: ["YMD", "MDY", "DMY"]
167
- description:
168
- type: string
169
- description: Human-readable description of the pattern
170
- required: ["regex", "order"]
171
- additionalProperties: false
172
- default:
173
- - regex: "(\\d{4})-(\\d{2})-(\\d{2})"
174
- order: "YMD"
175
- description: "ISO 8601 Standard"
176
- - regex: "(\\d{1,2})/(\\d{1,2})/(\\d{4})"
177
- order: "MDY"
178
- description: "US Format"
179
- - regex: "(\\d{1,2})\\.(\\d{1,2})\\.(\\d{4})"
180
- order: "DMY"
181
- description: "European Format"
182
- timezone:
183
- type: string
184
- description: IANA TZ for parsing/comparison
185
- default: "UTC"
186
- examples:
187
- - "UTC"
188
- - "America/New_York"
189
- now:
190
- type: ["string", "null"]
191
- description: RFC3339 string to override time.Now() (tests only)
192
- format: date-time
193
- default: null
194
- ai_safety:
195
- type: object
196
- description: AI-specific checks (e.g., hallucinations, placeholders)
197
- properties:
198
- enabled:
199
- type: boolean
200
- description: Enable AI safety checks
201
- default: true
202
- detect_placeholders:
203
- type: boolean
204
- description: Detect placeholder dates like [DATE], YYYY-MM-DD
205
- default: true
206
- detect_impossible:
207
- type: boolean
208
- description: Detect impossible dates like Feb 30, invalid months
209
- default: true
210
- severity:
211
- type: string
212
- description: Severity level for AI safety violations
213
- enum: ["critical", "high", "medium", "low", "info", "warning"]
214
- default: "warning"
215
- additionalProperties: false
216
- required: []
217
- output:
218
- type: object
219
- description: CLI output control
220
- properties:
221
- format:
222
- type: string
223
- description: Output format
224
- enum: ["text", "json", "sarif", "markdown"]
225
- default: "text"
226
- fail_on:
227
- type: string
228
- description: Exit 1 on severity level
229
- enum: ["error", "warning", "any"]
230
- default: "error"
231
- additionalProperties: false
232
- required: []
233
- additionalProperties: false
234
- required: []
@@ -1,344 +0,0 @@
1
- $schema: https://json-schema.org/draft/2020-12/schema
2
- $id: https://schemas.goneat.dev/config/v1.0.0
3
- $version: 1.0.0
4
- title: Goneat Configuration Schema
5
- description: Configuration schema for Goneat, the unified Go-based formatting and validation tool
6
- type: object
7
- properties:
8
- format:
9
- type: object
10
- description: Formatting configuration for different file types
11
- properties:
12
- go:
13
- type: object
14
- description: Go code formatting options
15
- properties:
16
- simplify:
17
- type: boolean
18
- description: Enable code simplification using gofmt's -s flag
19
- default: true
20
- examples:
21
- - true
22
- - false
23
- additionalProperties: false
24
- required: []
25
- yaml:
26
- type: object
27
- description: YAML formatting options
28
- properties:
29
- indent:
30
- type: integer
31
- description: Number of spaces for indentation
32
- minimum: 2
33
- maximum: 8
34
- default: 2
35
- examples:
36
- - 2
37
- - 4
38
- line_length:
39
- type: integer
40
- description: Maximum line length before wrapping
41
- minimum: 60
42
- maximum: 200
43
- default: 80
44
- examples:
45
- - 80
46
- - 120
47
- quote_style:
48
- type: string
49
- description: Quote style for strings
50
- enum:
51
- - single
52
- - double
53
- default: double
54
- examples:
55
- - double
56
- - single
57
- trailing_newline:
58
- type: boolean
59
- description: Add trailing newline at end of file
60
- default: true
61
- examples:
62
- - true
63
- - false
64
- additionalProperties: false
65
- required: []
66
- json:
67
- type: object
68
- description: JSON formatting options
69
- properties:
70
- indent:
71
- type: string
72
- description: Indentation string (spaces or tab)
73
- pattern: '^(\\s+|\\t)$'
74
- default: " "
75
- examples:
76
- - " "
77
- - " "
78
- - "\t"
79
- compact:
80
- type: boolean
81
- description: Output compact JSON instead of pretty-printed
82
- default: false
83
- examples:
84
- - false
85
- - true
86
- sort_keys:
87
- type: boolean
88
- description: Sort object keys alphabetically
89
- default: false
90
- examples:
91
- - false
92
- - true
93
- trailing_newline:
94
- type: boolean
95
- description: Add trailing newline at end of file
96
- default: true
97
- examples:
98
- - true
99
- - false
100
- additionalProperties: false
101
- required: []
102
- markdown:
103
- type: object
104
- description: Markdown formatting options
105
- properties:
106
- line_length:
107
- type: integer
108
- description: Maximum line length before wrapping
109
- minimum: 60
110
- maximum: 200
111
- default: 80
112
- examples:
113
- - 80
114
- - 120
115
- trailing_spaces:
116
- type: boolean
117
- description: Remove trailing spaces from lines
118
- default: false
119
- examples:
120
- - false
121
- - true
122
- reference_style:
123
- type: string
124
- description: Style for link references
125
- enum:
126
- - collapsed
127
- - full
128
- - shortcut
129
- default: collapsed
130
- examples:
131
- - collapsed
132
- - full
133
- code_block_style:
134
- type: string
135
- description: Style for code blocks
136
- enum:
137
- - fenced
138
- - indented
139
- default: fenced
140
- examples:
141
- - fenced
142
- - indented
143
- additionalProperties: false
144
- required: []
145
- additionalProperties: false
146
- required: []
147
- security:
148
- type: object
149
- description: Security scanning configuration
150
- properties:
151
- timeout:
152
- type: string
153
- description: Global timeout for security scanning (Go duration)
154
- default: "5m"
155
- concurrency:
156
- type: integer
157
- description: Explicit worker count for sharded scanners
158
- minimum: 0
159
- default: 0
160
- concurrency_percent:
161
- type: integer
162
- description: Percent of CPU cores to use when concurrency is 0
163
- minimum: 1
164
- maximum: 100
165
- default: 50
166
- enable:
167
- type: object
168
- description: Enable dimensions
169
- properties:
170
- code:
171
- type: boolean
172
- default: true
173
- vuln:
174
- type: boolean
175
- default: true
176
- secrets:
177
- type: boolean
178
- default: false
179
- additionalProperties: false
180
- tools:
181
- type: array
182
- description: Tools to run (names)
183
- items:
184
- type: string
185
- tool_timeouts:
186
- type: object
187
- description: Per-tool timeouts (Go duration)
188
- properties:
189
- gosec:
190
- type: string
191
- default: "0s"
192
- govulncheck:
193
- type: string
194
- default: "0s"
195
- additionalProperties: false
196
- track_suppressions:
197
- type: boolean
198
- description: Track and summarize inline security suppressions
199
- default: false
200
- fail_on:
201
- $ref: ../../assessment/v1.0.0/severity-definitions.schema.json#/$defs/severityName
202
- description: Fail threshold for security command
203
- default: high
204
- additionalProperties: false
205
- required: []
206
- version:
207
- type: object
208
- description: Version management configuration
209
- properties:
210
- method:
211
- type: string
212
- description: Version scheme to use
213
- enum:
214
- - semver
215
- - calver
216
- - custom
217
- default: semver
218
- examples:
219
- - semver
220
- - calver
221
- - custom
222
- sources:
223
- type: array
224
- description: Version sources in priority order
225
- items:
226
- type: object
227
- properties:
228
- type:
229
- type: string
230
- description: Type of version source
231
- enum:
232
- - go_mod
233
- - version_file
234
- - git_tags
235
- - version_const
236
- - package_json
237
- examples:
238
- - go_mod
239
- - version_file
240
- - git_tags
241
- path:
242
- type: string
243
- description: Path to the version source file
244
- examples:
245
- - go.mod
246
- - VERSION
247
- - version.go
248
- - package.json
249
- pattern:
250
- type: string
251
- description: Pattern for extracting version (for git_tags, version_const)
252
- examples:
253
- - "v*"
254
- - "const Version = \"(.*)\""
255
- priority:
256
- type: integer
257
- description: Priority order (lower number = higher priority)
258
- minimum: 1
259
- default: 1
260
- examples:
261
- - 1
262
- - 2
263
- required:
264
- - type
265
- additionalProperties: false
266
- bump_rules:
267
- type: object
268
- description: Rules for version bumping by scheme
269
- properties:
270
- semver:
271
- type: object
272
- description: Semantic versioning bump rules
273
- properties:
274
- patch:
275
- type: string
276
- description: What constitutes a patch bump
277
- enum:
278
- - micro
279
- - patch
280
- default: micro
281
- minor:
282
- type: string
283
- description: What constitutes a minor bump
284
- enum:
285
- - minor
286
- - patch
287
- default: minor
288
- major:
289
- type: string
290
- description: What constitutes a major bump
291
- enum:
292
- - major
293
- - minor
294
- default: major
295
- additionalProperties: false
296
- calver:
297
- type: object
298
- description: Calendar versioning bump rules
299
- properties:
300
- patch:
301
- type: string
302
- description: What constitutes a patch bump
303
- enum:
304
- - micro
305
- - day
306
- - month
307
- - year
308
- default: micro
309
- minor:
310
- type: string
311
- description: What constitutes a minor bump
312
- enum:
313
- - day
314
- - month
315
- - year
316
- default: month
317
- major:
318
- type: string
319
- description: What constitutes a major bump
320
- enum:
321
- - month
322
- - year
323
- default: year
324
- additionalProperties: false
325
- additionalProperties: false
326
- custom:
327
- type: object
328
- description: Custom version scheme configuration
329
- properties:
330
- pattern:
331
- type: string
332
- description: Regex pattern for version validation and parsing
333
- examples:
334
- - "^(\\d+)\\.(\\d+)\\.(\\d+)$"
335
- - "^(\\d{4})\\.(\\d{2})\\.(\\d{2})$"
336
- bump_logic:
337
- type: object
338
- description: Custom bump logic (to be implemented)
339
- additionalProperties: true
340
- additionalProperties: false
341
- additionalProperties: false
342
- required: []
343
- additionalProperties: false
344
- required: []
@@ -1,20 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schemas.3leaps.net/goneat/config/lifecycle-phase-v1.0.0.json",
4
- "title": "Lifecycle Phase",
5
- "description": "Product lifecycle maturity phase for gating policies and behaviors.",
6
- "type": "string",
7
- "enum": [
8
- "experimental",
9
- "alpha",
10
- "beta",
11
- "rc",
12
- "ga",
13
- "lts"
14
- ],
15
- "examples": [
16
- "rc",
17
- "ga"
18
- ],
19
- "$comment": "Used by Makefile coverage gates and other policy checks."
20
- }
@@ -1,17 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://schemas.3leaps.net/goneat/config/release-phase-v1.0.0.json",
4
- "title": "Release Phase",
5
- "description": "Release cadence phase for distribution pipelines and policy gating.",
6
- "type": "string",
7
- "enum": [
8
- "dev",
9
- "rc",
10
- "ga"
11
- ],
12
- "examples": [
13
- "rc",
14
- "ga"
15
- ],
16
- "$comment": "Intended to drive CI thresholds and publishing behavior."
17
- }