@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.
- package/CHANGELOG.md +73 -512
- package/README.md +111 -28
- package/config/crucible-ts/agentic/roles/README.md +76 -0
- package/config/crucible-ts/agentic/roles/cicd.yaml +82 -0
- package/config/crucible-ts/agentic/roles/dataeng.yaml +104 -0
- package/config/crucible-ts/agentic/roles/devlead.yaml +84 -0
- package/config/crucible-ts/agentic/roles/devrev.yaml +105 -0
- package/config/crucible-ts/agentic/roles/entarch.yaml +101 -0
- package/config/crucible-ts/agentic/roles/infoarch.yaml +95 -0
- package/config/crucible-ts/agentic/roles/prodmktg.yaml +92 -0
- package/config/crucible-ts/agentic/roles/qa.yaml +148 -0
- package/config/crucible-ts/agentic/roles/secrev.yaml +101 -0
- package/config/crucible-ts/agentic/roles/uxdev.yaml +168 -0
- package/config/crucible-ts/branding/ecosystem.yaml +26 -0
- package/config/crucible-ts/library/foundry/exit-codes.snapshot.json +26 -0
- package/config/crucible-ts/library/foundry/exit-codes.yaml +28 -3
- package/config/crucible-ts/library/foundry/patterns.yaml +2 -2
- package/config/crucible-ts/library/foundry/signal-resolution-fixtures.yaml +207 -0
- package/config/crucible-ts/library/foundry/signals.yaml +21 -0
- package/config/crucible-ts/library/foundry/simplified-modes.snapshot.json +9 -1
- package/config/crucible-ts/library/{foundry/similarity-fixtures.yaml → similarity/fixtures.yaml} +1 -1
- package/config/crucible-ts/library/v1.0.0/module-manifest.yaml +1 -2
- package/config/crucible-ts/taxonomy/fixture-catalog.yaml +145 -0
- package/config/crucible-ts/taxonomy/languages.yaml +2 -2
- package/config/crucible-ts/taxonomy/library/foundry-catalogs/v1.1.0/catalogs.yaml +77 -0
- package/config/crucible-ts/taxonomy/library/platform-modules/v1.1.0/modules.yaml +722 -0
- package/config/crucible-ts/taxonomy/metrics.yaml +1 -1
- package/config/crucible-ts/taxonomy/repository-categories.yaml +134 -1
- package/dist/appidentity/index.d.ts +117 -35
- package/dist/appidentity/index.js +752 -592
- package/dist/appidentity/index.js.map +1 -1
- package/dist/config/index.js +118 -6
- package/dist/config/index.js.map +1 -1
- package/dist/crucible/index.js +118 -6
- package/dist/crucible/index.js.map +1 -1
- package/dist/errors/index.js +118 -6
- package/dist/errors/index.js.map +1 -1
- package/dist/foundry/index.d.ts +13 -676
- package/dist/foundry/index.js +118 -6
- package/dist/foundry/index.js.map +1 -1
- package/dist/foundry/similarity/index.d.ts +2 -2
- package/dist/fulhash/index.d.ts +64 -12
- package/dist/fulhash/index.js +292 -53
- package/dist/fulhash/index.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +753 -593
- package/dist/index.js.map +1 -1
- package/dist/{manager-D27vrdaS.d.ts → manager-CH3fX7zO.d.ts} +1 -1
- package/dist/pathfinder/index.js +368 -59
- package/dist/pathfinder/index.js.map +1 -1
- package/dist/reports/license-inventory.csv +302 -0
- package/dist/schema/index.js +118 -6
- package/dist/schema/index.js.map +1 -1
- package/dist/signals/index.d.ts +675 -0
- package/dist/signals/index.js +5790 -0
- package/dist/signals/index.js.map +1 -0
- package/dist/similarity/index.d.ts +2 -0
- package/dist/similarity/index.js +136 -0
- package/dist/similarity/index.js.map +1 -0
- package/dist/{suggest-Cv7SVQRu.d.ts → suggest-D8LbwtPV.d.ts} +1 -1
- package/dist/telemetry/http/index.js +704 -591
- package/dist/telemetry/http/index.js.map +1 -1
- package/dist/telemetry/index.js +118 -6
- package/dist/telemetry/index.js.map +1 -1
- package/dist/telemetry/prometheus/index.d.ts +1 -1
- package/dist/telemetry/prometheus/index.js +175 -11
- package/dist/telemetry/prometheus/index.js.map +1 -1
- package/package.json +15 -6
- package/schemas/crucible-ts/assessment/v1.0.0/severity-definitions.schema.json +1 -1
- package/schemas/crucible-ts/config/fulmen-ecosystem/v1.0.0/fulmen-config-paths.schema.json +1 -1
- package/schemas/crucible-ts/config/repository/app-identity/v1.0.0/app-identity.schema.json +3 -3
- package/schemas/crucible-ts/config/repository/v1.0.0/lifecycle-phase.json +1 -1
- package/schemas/crucible-ts/config/repository-category/codex/v1.0.0/codex-config.schema.json +1 -1
- package/schemas/crucible-ts/config/standards/v1.0.0/adr-adoption-status.json +1 -1
- package/schemas/crucible-ts/config/standards/v1.0.0/adr-frontmatter.schema.json +3 -3
- package/schemas/crucible-ts/config/standards/v1.0.0/adr-lifecycle-status.json +1 -1
- package/schemas/crucible-ts/config/sync-keys.schema.yaml +14 -0
- package/schemas/crucible-ts/content/ssot-provenance/v1.0.0/ssot-provenance.schema.json +1 -1
- package/schemas/crucible-ts/design/README.md +159 -0
- package/schemas/crucible-ts/design/core/v1.0.0/component-states.schema.json +204 -0
- package/schemas/crucible-ts/design/core/v1.0.0/semantic-colors.schema.json +179 -0
- package/schemas/crucible-ts/design/core/v1.0.0/spacing-scale.schema.json +165 -0
- package/schemas/crucible-ts/design/core/v1.0.0/typography-roles.schema.json +195 -0
- package/schemas/crucible-ts/design/tui/v1.0.0/color-palette.schema.json +303 -0
- package/schemas/crucible-ts/design/tui/v1.0.0/component.schema.json +374 -0
- package/schemas/crucible-ts/design/tui/v1.0.0/layout.schema.json +272 -0
- package/schemas/crucible-ts/design/tui/v1.0.0/theme.schema.json +205 -0
- package/schemas/crucible-ts/design/tui/v1.0.0/typography.schema.json +316 -0
- package/schemas/crucible-ts/devsecops/lorage-central/activity/v1.0.0/activity.schema.json +1 -1
- package/schemas/crucible-ts/devsecops/lorage-central/credentials/v1.0.0/credentials.schema.json +1 -1
- package/schemas/crucible-ts/devsecops/lorage-central/policy/v1.0.0/policy.schema.json +1 -1
- package/schemas/crucible-ts/devsecops/lorage-central/recipe/v1.0.0/recipe.schema.json +1 -1
- package/schemas/crucible-ts/devsecops/lorage-central/runbooks/v1.0.0/runbook.schema.json +1 -1
- package/schemas/crucible-ts/devsecops/lorage-central/tenant/v1.0.0/tenant.schema.json +1 -1
- package/schemas/crucible-ts/devsecops/secrets/v1.0.0/secrets.schema.json +1 -1
- package/schemas/crucible-ts/error-handling/v1.0.0/error-response.schema.json +1 -1
- package/schemas/crucible-ts/library/foundry/v1.0.0/country-codes.schema.json +1 -1
- package/schemas/crucible-ts/library/foundry/v1.0.0/exit-codes.schema.json +1 -1
- package/schemas/crucible-ts/library/foundry/v1.0.0/http-status-groups.schema.json +1 -1
- package/schemas/crucible-ts/library/foundry/v1.0.0/mime-types.schema.json +1 -1
- package/schemas/crucible-ts/library/foundry/v1.0.0/patterns.schema.json +1 -1
- package/schemas/crucible-ts/library/foundry/v1.0.0/signal-resolution-fixtures.schema.json +140 -0
- package/schemas/crucible-ts/library/foundry/v1.0.0/signals.schema.json +6 -1
- package/schemas/crucible-ts/library/fulencode/v1.0.0/fulencode-config.schema.json +1 -1
- package/schemas/crucible-ts/library/fulhash/v1.0.0/checksum-string.schema.json +2 -2
- package/schemas/crucible-ts/library/fulhash/v1.0.0/digest.schema.json +61 -1
- package/schemas/crucible-ts/library/fulhash/v1.0.0/fixtures.schema.json +1 -1
- package/schemas/crucible-ts/library/fulpack/v1.0.0/archive-entry.schema.json +1 -1
- package/schemas/crucible-ts/library/fulpack/v1.0.0/archive-info.schema.json +1 -1
- package/schemas/crucible-ts/library/fulpack/v1.0.0/archive-manifest.schema.json +2 -2
- package/schemas/crucible-ts/library/fulpack/v1.0.0/create-options.schema.json +1 -1
- package/schemas/crucible-ts/library/fulpack/v1.0.0/extract-options.schema.json +1 -1
- package/schemas/crucible-ts/library/fulpack/v1.0.0/extract-result.schema.json +1 -1
- package/schemas/crucible-ts/library/fulpack/v1.0.0/scan-options.schema.json +1 -1
- package/schemas/crucible-ts/library/fulpack/v1.0.0/validation-result.schema.json +1 -1
- package/schemas/crucible-ts/library/module-manifest/v1.0.0/module-manifest.schema.json +1 -1
- package/schemas/crucible-ts/library/{foundry → similarity}/v1.0.0/similarity.schema.json +2 -2
- package/schemas/crucible-ts/library/{foundry → similarity}/v2.0.0/similarity.schema.json +2 -2
- package/schemas/crucible-ts/observability/metrics/v1.0.0/metrics-event.schema.json +1 -1
- package/schemas/crucible-ts/pathfinder/v1.0.0/find-query.schema.json +1 -1
- package/schemas/crucible-ts/pathfinder/v1.0.0/finder-config.schema.json +1 -1
- package/schemas/crucible-ts/pathfinder/v1.0.0/path-result.schema.json +1 -1
- package/schemas/crucible-ts/protocol/http/v1.0.0/error-response.schema.json +1 -1
- package/schemas/crucible-ts/protocol/http/v1.0.0/health-response.schema.json +1 -1
- package/schemas/crucible-ts/protocol/http/v1.0.0/success-response.schema.json +1 -1
- package/schemas/crucible-ts/protocol/http/v1.0.0/version-response.schema.json +1 -1
- package/schemas/crucible-ts/server/management/v1.0.0/server-management.schema.json +1 -1
- package/schemas/crucible-ts/standards/publishing/v1.0.0/spec-catalog.schema.json +134 -0
- package/schemas/crucible-ts/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-key.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-metadata.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/geo/v1.0.0/geo-key.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/geo/v1.0.0/geo-metadata.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-key.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-metadata.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-key.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-metadata.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/devsecops/modules/v1.0.0/devsecops-module-entry.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/fixture/v1.0.0/fixture-catalog.schema.json +166 -0
- package/schemas/crucible-ts/taxonomy/language/v1.0.0/language-key.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/language/v1.0.0/language-metadata.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/library/foundry-catalogs/v1.1.0/catalog-entry.schema.json +98 -0
- package/schemas/crucible-ts/taxonomy/library/fulencode/detection-confidence/v1.0.0/levels.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/library/fulencode/encoding-families/v1.0.0/families.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/library/fulencode/normalization-profiles/v1.0.0/profiles.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/library/fulhash/algorithms/v1.0.0/algorithms.yaml +16 -0
- package/schemas/crucible-ts/taxonomy/library/modules/v1.0.0/module-entry.schema.json +1 -1
- package/schemas/crucible-ts/taxonomy/library/modules/v1.1.0/module-entry.schema.json +436 -0
- package/schemas/crucible-ts/taxonomy/repository-category/v1.0.0/category-key.schema.json +16 -8
- package/schemas/crucible-ts/taxonomy/repository-category/v1.0.0/category-metadata.schema.json +1 -1
- package/schemas/crucible-ts/upstream/3leaps/PROVENANCE.md +43 -0
- package/schemas/crucible-ts/upstream/3leaps/agentic/v0/role-prompt.schema.json +183 -0
- package/schemas/crucible-ts/upstream/3leaps/ailink/v0/prompt.schema.json +204 -0
- package/schemas/crucible-ts/upstream/3leaps/ailink/v0/search-response.schema.json +152 -0
- package/schemas/crucible-ts/upstream/README.md +50 -0
- package/schemas/crucible-ts/web/branding/v1.0.0/site-branding.schema.json +1 -1
- package/schemas/crucible-ts/web/styling/v1.0.0/site-styling.schema.json +1 -1
- package/schemas/crucible-ts/config/goneat/README.md +0 -60
- package/schemas/crucible-ts/config/goneat/v1.0.0/dates.yaml +0 -234
- package/schemas/crucible-ts/config/goneat/v1.0.0/goneat-config.yaml +0 -344
- package/schemas/crucible-ts/config/goneat/v1.0.0/lifecycle-phase.json +0 -20
- package/schemas/crucible-ts/config/goneat/v1.0.0/release-phase.json +0 -17
- package/schemas/crucible-ts/config/goneat/v1.0.0/security-policy.yaml +0 -178
- package/schemas/crucible-ts/config/goneat/v1.0.0/version-policy.schema.yaml +0 -205
- package/schemas/crucible-ts/tooling/goneat-tools/v1.0.0/README.md +0 -177
- package/schemas/crucible-ts/tooling/goneat-tools/v1.0.0/goneat-tools-config.schema.yaml +0 -146
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/design/tui/v1.0.0/typography.schema.json",
|
|
4
|
+
"title": "TUI Typography",
|
|
5
|
+
"description": "Terminal typography configuration with charset support, glyph handling, and CJK width considerations",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"$defs": {
|
|
8
|
+
"charsetLevel": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"enum": [
|
|
11
|
+
"ascii",
|
|
12
|
+
"extended-ascii",
|
|
13
|
+
"unicode-basic",
|
|
14
|
+
"unicode-full"
|
|
15
|
+
],
|
|
16
|
+
"description": "Character set capability level"
|
|
17
|
+
},
|
|
18
|
+
"boxDrawingSet": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"enum": [
|
|
21
|
+
"ascii",
|
|
22
|
+
"single",
|
|
23
|
+
"double",
|
|
24
|
+
"rounded",
|
|
25
|
+
"heavy",
|
|
26
|
+
"double-single"
|
|
27
|
+
],
|
|
28
|
+
"description": "Box drawing character set preference"
|
|
29
|
+
},
|
|
30
|
+
"boxCharacters": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"description": "Box drawing character definitions",
|
|
33
|
+
"properties": {
|
|
34
|
+
"horizontal": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"maxLength": 1
|
|
37
|
+
},
|
|
38
|
+
"vertical": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"maxLength": 1
|
|
41
|
+
},
|
|
42
|
+
"top_left": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"maxLength": 1
|
|
45
|
+
},
|
|
46
|
+
"top_right": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"maxLength": 1
|
|
49
|
+
},
|
|
50
|
+
"bottom_left": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"maxLength": 1
|
|
53
|
+
},
|
|
54
|
+
"bottom_right": {
|
|
55
|
+
"type": "string",
|
|
56
|
+
"maxLength": 1
|
|
57
|
+
},
|
|
58
|
+
"cross": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"maxLength": 1
|
|
61
|
+
},
|
|
62
|
+
"t_down": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"maxLength": 1
|
|
65
|
+
},
|
|
66
|
+
"t_up": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"maxLength": 1
|
|
69
|
+
},
|
|
70
|
+
"t_left": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"maxLength": 1
|
|
73
|
+
},
|
|
74
|
+
"t_right": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"maxLength": 1
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"additionalProperties": false
|
|
80
|
+
},
|
|
81
|
+
"textEmphasis": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"enum": [
|
|
84
|
+
"normal",
|
|
85
|
+
"bold",
|
|
86
|
+
"dim",
|
|
87
|
+
"italic",
|
|
88
|
+
"underline",
|
|
89
|
+
"blink",
|
|
90
|
+
"inverse",
|
|
91
|
+
"hidden",
|
|
92
|
+
"strikethrough"
|
|
93
|
+
],
|
|
94
|
+
"description": "Terminal text emphasis (SGR attributes)"
|
|
95
|
+
},
|
|
96
|
+
"glyphCategory": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"enum": [
|
|
99
|
+
"status",
|
|
100
|
+
"navigation",
|
|
101
|
+
"file-type",
|
|
102
|
+
"git",
|
|
103
|
+
"weather",
|
|
104
|
+
"powerline",
|
|
105
|
+
"devicon",
|
|
106
|
+
"custom"
|
|
107
|
+
],
|
|
108
|
+
"description": "Glyph category for icon fonts"
|
|
109
|
+
},
|
|
110
|
+
"glyphDefinition": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"description": "A glyph with fallback chain",
|
|
113
|
+
"properties": {
|
|
114
|
+
"name": {
|
|
115
|
+
"type": "string",
|
|
116
|
+
"description": "Glyph identifier"
|
|
117
|
+
},
|
|
118
|
+
"category": {
|
|
119
|
+
"$ref": "#/$defs/glyphCategory"
|
|
120
|
+
},
|
|
121
|
+
"nerd_font": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"description": "Nerd Font glyph (requires Nerd Font)"
|
|
124
|
+
},
|
|
125
|
+
"unicode": {
|
|
126
|
+
"type": "string",
|
|
127
|
+
"description": "Standard Unicode fallback"
|
|
128
|
+
},
|
|
129
|
+
"ascii": {
|
|
130
|
+
"type": "string",
|
|
131
|
+
"description": "ASCII fallback"
|
|
132
|
+
},
|
|
133
|
+
"description": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"description": "What this glyph represents"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"required": [
|
|
139
|
+
"name",
|
|
140
|
+
"ascii"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"typographyRoleStyle": {
|
|
144
|
+
"type": "object",
|
|
145
|
+
"description": "Terminal styling for a typography role",
|
|
146
|
+
"properties": {
|
|
147
|
+
"role": {
|
|
148
|
+
"type": "string",
|
|
149
|
+
"description": "Typography role (references core/typography-roles)"
|
|
150
|
+
},
|
|
151
|
+
"emphasis": {
|
|
152
|
+
"type": "array",
|
|
153
|
+
"items": {
|
|
154
|
+
"$ref": "#/$defs/textEmphasis"
|
|
155
|
+
},
|
|
156
|
+
"description": "Applied text emphasis"
|
|
157
|
+
},
|
|
158
|
+
"prefix": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"description": "Optional prefix glyph/text"
|
|
161
|
+
},
|
|
162
|
+
"suffix": {
|
|
163
|
+
"type": "string",
|
|
164
|
+
"description": "Optional suffix glyph/text"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"required": [
|
|
168
|
+
"role"
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
"cjkWidthMode": {
|
|
172
|
+
"type": "string",
|
|
173
|
+
"enum": [
|
|
174
|
+
"narrow",
|
|
175
|
+
"wide",
|
|
176
|
+
"ambiguous-narrow",
|
|
177
|
+
"ambiguous-wide"
|
|
178
|
+
],
|
|
179
|
+
"description": "CJK character width handling mode"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"properties": {
|
|
183
|
+
"$schema": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"description": "JSON Schema reference"
|
|
186
|
+
},
|
|
187
|
+
"version": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"pattern": "^[vV]?\\d+\\.\\d+\\.\\d+$",
|
|
190
|
+
"description": "Semantic version of the typography configuration"
|
|
191
|
+
},
|
|
192
|
+
"charset_level": {
|
|
193
|
+
"$ref": "#/$defs/charsetLevel",
|
|
194
|
+
"description": "Required character set capability"
|
|
195
|
+
},
|
|
196
|
+
"box_drawing": {
|
|
197
|
+
"type": "object",
|
|
198
|
+
"description": "Box drawing configuration",
|
|
199
|
+
"properties": {
|
|
200
|
+
"preferred_set": {
|
|
201
|
+
"$ref": "#/$defs/boxDrawingSet"
|
|
202
|
+
},
|
|
203
|
+
"fallback_set": {
|
|
204
|
+
"$ref": "#/$defs/boxDrawingSet"
|
|
205
|
+
},
|
|
206
|
+
"custom_chars": {
|
|
207
|
+
"$ref": "#/$defs/boxCharacters"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"text_roles": {
|
|
212
|
+
"type": "object",
|
|
213
|
+
"description": "Terminal styling for typography roles",
|
|
214
|
+
"additionalProperties": {
|
|
215
|
+
"$ref": "#/$defs/typographyRoleStyle"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"glyphs": {
|
|
219
|
+
"type": "object",
|
|
220
|
+
"description": "Glyph library with fallbacks",
|
|
221
|
+
"properties": {
|
|
222
|
+
"nerd_font_enabled": {
|
|
223
|
+
"type": "boolean",
|
|
224
|
+
"description": "Whether Nerd Font glyphs are available"
|
|
225
|
+
},
|
|
226
|
+
"definitions": {
|
|
227
|
+
"type": "array",
|
|
228
|
+
"items": {
|
|
229
|
+
"$ref": "#/$defs/glyphDefinition"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"cjk_handling": {
|
|
235
|
+
"type": "object",
|
|
236
|
+
"description": "CJK and wide character handling",
|
|
237
|
+
"properties": {
|
|
238
|
+
"width_mode": {
|
|
239
|
+
"$ref": "#/$defs/cjkWidthMode"
|
|
240
|
+
},
|
|
241
|
+
"emoji_width": {
|
|
242
|
+
"type": "integer",
|
|
243
|
+
"enum": [
|
|
244
|
+
1,
|
|
245
|
+
2
|
|
246
|
+
],
|
|
247
|
+
"description": "Display width of emoji characters"
|
|
248
|
+
},
|
|
249
|
+
"ambiguous_width": {
|
|
250
|
+
"type": "integer",
|
|
251
|
+
"enum": [
|
|
252
|
+
1,
|
|
253
|
+
2
|
|
254
|
+
],
|
|
255
|
+
"description": "Display width of ambiguous-width characters"
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"spinners": {
|
|
260
|
+
"type": "object",
|
|
261
|
+
"description": "Loading spinner character sequences",
|
|
262
|
+
"additionalProperties": {
|
|
263
|
+
"type": "object",
|
|
264
|
+
"properties": {
|
|
265
|
+
"frames": {
|
|
266
|
+
"type": "array",
|
|
267
|
+
"items": {
|
|
268
|
+
"type": "string"
|
|
269
|
+
},
|
|
270
|
+
"description": "Animation frames"
|
|
271
|
+
},
|
|
272
|
+
"interval_ms": {
|
|
273
|
+
"type": "integer",
|
|
274
|
+
"minimum": 50,
|
|
275
|
+
"description": "Frame interval in milliseconds"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"required": [
|
|
279
|
+
"frames",
|
|
280
|
+
"interval_ms"
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"progress_chars": {
|
|
285
|
+
"type": "object",
|
|
286
|
+
"description": "Progress bar characters",
|
|
287
|
+
"properties": {
|
|
288
|
+
"filled": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"maxLength": 1
|
|
291
|
+
},
|
|
292
|
+
"empty": {
|
|
293
|
+
"type": "string",
|
|
294
|
+
"maxLength": 1
|
|
295
|
+
},
|
|
296
|
+
"head": {
|
|
297
|
+
"type": "string",
|
|
298
|
+
"maxLength": 1
|
|
299
|
+
},
|
|
300
|
+
"left_bracket": {
|
|
301
|
+
"type": "string",
|
|
302
|
+
"maxLength": 1
|
|
303
|
+
},
|
|
304
|
+
"right_bracket": {
|
|
305
|
+
"type": "string",
|
|
306
|
+
"maxLength": 1
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"required": [
|
|
312
|
+
"version",
|
|
313
|
+
"charset_level"
|
|
314
|
+
],
|
|
315
|
+
"additionalProperties": false
|
|
316
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/devsecops/lorage-central/activity/v1.0.0/activity.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/devsecops/lorage-central/activity/v1.0.0/activity.schema.json",
|
|
4
4
|
"title": "L'Orage Central Activity Record",
|
|
5
5
|
"description": "Schema for audit events in L'Orage Central (e.g., unlock success, deploy start). Emitted via gofulmen observability; stored in policy.audit backend (e.g., structured logs to Turso). No sensitive data.",
|
|
6
6
|
"type": "object",
|
package/schemas/crucible-ts/devsecops/lorage-central/credentials/v1.0.0/credentials.schema.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/devsecops/lorage-central/credentials/v1.0.0/credentials.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/devsecops/lorage-central/credentials/v1.0.0/credentials.schema.json",
|
|
4
4
|
"title": "L'Orage Central Root Credentials Metadata",
|
|
5
5
|
"description": "Schema for root credential metadata (e.g., GPG/Vaultwarden keys for tenant bootstrap). Loaded via gofulmen shim; used in REPL unlock/seeding. Values opaque (refs only); metadata enables expiry/audit without exposure.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/devsecops/lorage-central/policy/v1.0.0/policy.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/devsecops/lorage-central/policy/v1.0.0/policy.schema.json",
|
|
4
4
|
"title": "L'Orage Central Tenant Policy",
|
|
5
5
|
"description": "Defines rules for tenant-scoped sessions in L'Orage Central REPL/CLI. Loaded via gofulmen shim from Crucible; enforced at unlock/deploy. Supports pluggable secrets (e.g., Turso for HA, GPG for cloud-free). No persistence MVP—force re-unlock per session.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/devsecops/lorage-central/recipe/v1.0.0/recipe.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/devsecops/lorage-central/recipe/v1.0.0/recipe.schema.json",
|
|
4
4
|
"title": "L'Orage Central Recipe",
|
|
5
5
|
"description": "Schema-driven recipe for L'Orage Central deployments/seeding. Loaded via gofulmen shim; executed in REPL. Heavily declarative (components/secrets/validate); procedural opt-in via actions (e.g., bootstrap scripts). Phases/layering via infra-phases taxonomy for dep ordering/review (keys → network → buckets → assets).",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/devsecops/lorage-central/runbooks/v1.0.0/runbook.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/devsecops/lorage-central/runbooks/v1.0.0/runbook.schema.json",
|
|
4
4
|
"title": "L'Orage Central Runbook",
|
|
5
5
|
"description": "Schema for operational runbooks (e.g., tenant provisioning, global-network setup). Loaded via gofulmen shim; executed in REPL (serializes Markdown prototypes). Structured steps with phases/actions; tenant-scoped. Ties to recipe/policy (e.g., refs infra-phases for ordering, credentials for bootstrap).",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/devsecops/lorage-central/tenant/v1.0.0/tenant.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/devsecops/lorage-central/tenant/v1.0.0/tenant.schema.json",
|
|
4
4
|
"title": "L'Orage Central Tenant Registry",
|
|
5
5
|
"description": "Schema for tenant registry (multiple per client; confidential public IDs for no exposure). Loaded via gofulmen shim; enforced in REPL for scoping. Global uniqueness required (e.g., UUID for anon clients). Geo/cloud flags for restrictions (e.g., EU-only for GDPR); PII/PHI for guards.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/devsecops/secrets/v1.0.0/secrets.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/devsecops/secrets/v1.0.0/secrets.schema.json",
|
|
4
4
|
"title": "DevSecOps Project Secrets Schema",
|
|
5
5
|
"description": "Schema for project-scoped secrets files supporting plaintext and encrypted modes with environment variable injection patterns. Used by fulmen-secrets (fulsecrets) CLI tool and DevSecOps microtools.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/error-handling/v1.0.0/error-response.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/error-handling/v1.0.0/error-response.schema.json",
|
|
4
4
|
"title": "Fulmen Error Response",
|
|
5
5
|
"description": "Extends the Pathfinder error envelope with optional telemetry fields used across Fulmen libraries.",
|
|
6
6
|
"$comment": "Consumers SHOULD continue to emit the pathfinder base fields; new fields are optional and additive.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/foundry/v1.0.0/country-codes.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/foundry/v1.0.0/country-codes.schema.json",
|
|
4
4
|
"title": "ISO Country Codes",
|
|
5
5
|
"description": "ISO 3166 country code records",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/foundry/v1.0.0/exit-codes.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/foundry/v1.0.0/exit-codes.schema.json",
|
|
4
4
|
"title": "Exit Codes Catalog",
|
|
5
5
|
"description": "Standardized process exit codes for Fulmen ecosystem",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/foundry/v1.0.0/http-status-groups.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/foundry/v1.0.0/http-status-groups.schema.json",
|
|
4
4
|
"title": "HTTP Status Groups",
|
|
5
5
|
"description": "Grouped HTTP status codes for reuse in helper libraries",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/foundry/v1.0.0/mime-types.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/foundry/v1.0.0/mime-types.schema.json",
|
|
4
4
|
"title": "MIME Types Catalog",
|
|
5
5
|
"description": "Curated set of media types for helper libraries",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/foundry/v1.0.0/patterns.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/foundry/v1.0.0/patterns.schema.json",
|
|
4
4
|
"title": "Foundry Pattern Catalog",
|
|
5
5
|
"description": "Language-agnostic catalog of reusable patterns (regex, glob, etc.)",
|
|
6
6
|
"type": "object",
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/foundry/v1.0.0/signal-resolution-fixtures.schema.json",
|
|
4
|
+
"title": "Signal Resolution Test Fixtures",
|
|
5
|
+
"description": "Cross-language test vectors for signal name resolution interfaces",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"$schema": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "JSON Schema reference"
|
|
11
|
+
},
|
|
12
|
+
"description": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "Fixture file description"
|
|
15
|
+
},
|
|
16
|
+
"version": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"pattern": "^[vV]?\\d+\\.\\d+\\.\\d+$",
|
|
19
|
+
"description": "Semantic version of the fixture file"
|
|
20
|
+
},
|
|
21
|
+
"resolve_signal_tests": {
|
|
22
|
+
"type": "array",
|
|
23
|
+
"description": "Test cases for resolveSignal() function",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"input": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"description": "Input string to resolve"
|
|
30
|
+
},
|
|
31
|
+
"expect_name": {
|
|
32
|
+
"type": [
|
|
33
|
+
"string",
|
|
34
|
+
"null"
|
|
35
|
+
],
|
|
36
|
+
"description": "Expected signal name (null if no match expected)"
|
|
37
|
+
},
|
|
38
|
+
"description": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"description": "Human-readable description of test case"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": [
|
|
44
|
+
"input",
|
|
45
|
+
"expect_name"
|
|
46
|
+
],
|
|
47
|
+
"additionalProperties": false
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"list_signal_names_tests": {
|
|
51
|
+
"type": "array",
|
|
52
|
+
"description": "Test cases for listSignalNames() function",
|
|
53
|
+
"items": {
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"description": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"description": "Human-readable description of test case"
|
|
59
|
+
},
|
|
60
|
+
"expect_contains": {
|
|
61
|
+
"type": "array",
|
|
62
|
+
"items": {
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"description": "Signal names that must be present in result"
|
|
66
|
+
},
|
|
67
|
+
"expect_min_count": {
|
|
68
|
+
"type": "integer",
|
|
69
|
+
"minimum": 1,
|
|
70
|
+
"description": "Minimum number of signals expected"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"required": [
|
|
74
|
+
"description"
|
|
75
|
+
],
|
|
76
|
+
"additionalProperties": false
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"match_signal_names_tests": {
|
|
80
|
+
"type": "array",
|
|
81
|
+
"description": "Test cases for matchSignalNames() glob function",
|
|
82
|
+
"items": {
|
|
83
|
+
"type": "object",
|
|
84
|
+
"properties": {
|
|
85
|
+
"pattern": {
|
|
86
|
+
"type": "string",
|
|
87
|
+
"description": "Glob pattern to match (* and ? wildcards)"
|
|
88
|
+
},
|
|
89
|
+
"description": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"description": "Human-readable description of test case"
|
|
92
|
+
},
|
|
93
|
+
"expect_contains": {
|
|
94
|
+
"type": "array",
|
|
95
|
+
"items": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
},
|
|
98
|
+
"description": "Signal names that must be present in result"
|
|
99
|
+
},
|
|
100
|
+
"expect_not_contains": {
|
|
101
|
+
"type": "array",
|
|
102
|
+
"items": {
|
|
103
|
+
"type": "string"
|
|
104
|
+
},
|
|
105
|
+
"description": "Signal names that must NOT be present in result"
|
|
106
|
+
},
|
|
107
|
+
"expect_count": {
|
|
108
|
+
"type": "integer",
|
|
109
|
+
"minimum": 0,
|
|
110
|
+
"description": "Exact number of matches expected"
|
|
111
|
+
},
|
|
112
|
+
"expect_min_count": {
|
|
113
|
+
"type": "integer",
|
|
114
|
+
"minimum": 0,
|
|
115
|
+
"description": "Minimum number of matches expected"
|
|
116
|
+
},
|
|
117
|
+
"expect_empty": {
|
|
118
|
+
"type": "boolean",
|
|
119
|
+
"description": "If true, expect empty result array"
|
|
120
|
+
},
|
|
121
|
+
"expect_equals_list_signal_names": {
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"description": "If true, expect result to equal listSignalNames()"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"required": [
|
|
127
|
+
"pattern",
|
|
128
|
+
"description"
|
|
129
|
+
],
|
|
130
|
+
"additionalProperties": false
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"required": [
|
|
135
|
+
"description",
|
|
136
|
+
"version",
|
|
137
|
+
"resolve_signal_tests"
|
|
138
|
+
],
|
|
139
|
+
"additionalProperties": false
|
|
140
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/foundry/v1.0.0/signals.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/foundry/v1.0.0/signals.schema.json",
|
|
4
4
|
"title": "Signal Handling Catalog",
|
|
5
5
|
"description": "Standardized signal handling semantics for Fulmen ecosystem",
|
|
6
6
|
"type": "object",
|
|
@@ -431,6 +431,11 @@
|
|
|
431
431
|
"minimum": 0,
|
|
432
432
|
"maximum": 255
|
|
433
433
|
},
|
|
434
|
+
"SIGKILL": {
|
|
435
|
+
"type": "integer",
|
|
436
|
+
"minimum": 0,
|
|
437
|
+
"maximum": 255
|
|
438
|
+
},
|
|
434
439
|
"note": {
|
|
435
440
|
"type": "string",
|
|
436
441
|
"description": "Explanation of exit code pattern and cross-references"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulencode/fulencode-config-v1.0.0.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulencode/fulencode-config-v1.0.0.json",
|
|
4
4
|
"title": "Fulencode Module Configuration",
|
|
5
5
|
"description": "Configuration schema for fulencode module limits and defaults",
|
|
6
6
|
"type": "object",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulhash/v1.0.0/checksum-string.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulhash/v1.0.0/checksum-string.schema.json",
|
|
4
4
|
"title": "FulHash Checksum String",
|
|
5
5
|
"description": "Canonical checksum string '<algorithm>:<hex>'",
|
|
6
6
|
"type": "string",
|
|
7
|
-
"pattern": "^(xxh3-128:[0-9a-f]{32}|sha256:[0-9a-f]{64})$"
|
|
7
|
+
"pattern": "^(xxh3-128:[0-9a-f]{32}|crc32:[0-9a-f]{8}|crc32c:[0-9a-f]{8}|sha256:[0-9a-f]{64})$"
|
|
8
8
|
}
|