@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulhash/v1.0.0/digest.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulhash/v1.0.0/digest.schema.json",
|
|
4
4
|
"title": "FulHash Digest",
|
|
5
5
|
"description": "Standard digest payload returned by FulHash helpers",
|
|
6
6
|
"type": "object",
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"type": "string",
|
|
10
10
|
"enum": [
|
|
11
11
|
"xxh3-128",
|
|
12
|
+
"crc32",
|
|
13
|
+
"crc32c",
|
|
12
14
|
"sha256"
|
|
13
15
|
],
|
|
14
16
|
"description": "Hash algorithm identifier"
|
|
@@ -95,6 +97,64 @@
|
|
|
95
97
|
}
|
|
96
98
|
}
|
|
97
99
|
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"if": {
|
|
103
|
+
"properties": {
|
|
104
|
+
"algorithm": {
|
|
105
|
+
"const": "crc32"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"required": [
|
|
109
|
+
"algorithm"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"then": {
|
|
113
|
+
"properties": {
|
|
114
|
+
"hex": {
|
|
115
|
+
"type": "string",
|
|
116
|
+
"pattern": "^[0-9a-f]{8}$"
|
|
117
|
+
},
|
|
118
|
+
"formatted": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"pattern": "^crc32:[0-9a-f]{8}$"
|
|
121
|
+
},
|
|
122
|
+
"bytes": {
|
|
123
|
+
"type": "array",
|
|
124
|
+
"minItems": 4,
|
|
125
|
+
"maxItems": 4
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"if": {
|
|
132
|
+
"properties": {
|
|
133
|
+
"algorithm": {
|
|
134
|
+
"const": "crc32c"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"required": [
|
|
138
|
+
"algorithm"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
"then": {
|
|
142
|
+
"properties": {
|
|
143
|
+
"hex": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"pattern": "^[0-9a-f]{8}$"
|
|
146
|
+
},
|
|
147
|
+
"formatted": {
|
|
148
|
+
"type": "string",
|
|
149
|
+
"pattern": "^crc32c:[0-9a-f]{8}$"
|
|
150
|
+
},
|
|
151
|
+
"bytes": {
|
|
152
|
+
"type": "array",
|
|
153
|
+
"minItems": 4,
|
|
154
|
+
"maxItems": 4
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
98
158
|
}
|
|
99
159
|
]
|
|
100
160
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulhash/v1.0.0/fixtures.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulhash/v1.0.0/fixtures.schema.json",
|
|
4
4
|
"title": "FulHash Fixture File",
|
|
5
5
|
"description": "Shared test fixtures for FulHash implementations",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/archive-entry",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/archive-entry",
|
|
4
4
|
"title": "Archive Entry",
|
|
5
5
|
"description": "Metadata for a single archive entry (returned by scan operation)",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/archive-info",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/archive-info",
|
|
4
4
|
"title": "Archive Info",
|
|
5
5
|
"description": "Metadata about an archive file",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/archive-manifest",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/archive-manifest",
|
|
4
4
|
"title": "Archive Manifest",
|
|
5
5
|
"description": "Complete archive table of contents (for large archives and caching)",
|
|
6
6
|
"type": "object",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"entries": {
|
|
51
51
|
"type": "array",
|
|
52
52
|
"items": {
|
|
53
|
-
"$ref": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/archive-entry"
|
|
53
|
+
"$ref": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/archive-entry"
|
|
54
54
|
},
|
|
55
55
|
"description": "Array of archive entries"
|
|
56
56
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/create-options",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/create-options",
|
|
4
4
|
"title": "Create Options",
|
|
5
5
|
"description": "Options for archive creation operation",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/extract-options",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/extract-options",
|
|
4
4
|
"title": "Extract Options",
|
|
5
5
|
"description": "Options for archive extraction operation",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/extract-result",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/extract-result",
|
|
4
4
|
"title": "Extract Result",
|
|
5
5
|
"description": "Result of archive extraction operation",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/scan-options",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/scan-options",
|
|
4
4
|
"title": "Scan Options",
|
|
5
5
|
"description": "Options for archive scanning operation (for Pathfinder integration)",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/fulpack/v1.0.0/validation-result",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/fulpack/v1.0.0/validation-result",
|
|
4
4
|
"title": "Validation Result",
|
|
5
5
|
"description": "Result of archive integrity verification (from verify operation)",
|
|
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/module-manifest/v1.0.0/module-manifest.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/module-manifest/v1.0.0/module-manifest.schema.json",
|
|
4
4
|
"title": "Fulmen Library Module Manifest",
|
|
5
5
|
"description": "Defines required and optional helper modules across Fulmen languages",
|
|
6
6
|
"type": "object",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/
|
|
4
|
-
"title": "
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/similarity/v1.0.0/similarity.schema.json",
|
|
4
|
+
"title": "Similarity Fixtures",
|
|
5
5
|
"description": "Test fixtures for text similarity and normalization utilities (v2.0)",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"required": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/library/
|
|
4
|
-
"title": "
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/library/similarity/v2.0.0/similarity.schema.json",
|
|
4
|
+
"title": "Similarity Fixtures v2.0",
|
|
5
5
|
"description": "Test fixtures for text similarity and normalization utilities (v2.0 - breaking changes)",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"required": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/observability/metrics/v1.0.0/metrics-event.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/observability/metrics/v1.0.0/metrics-event.schema.json",
|
|
4
4
|
"title": "Fulmen Metrics Event",
|
|
5
5
|
"description": "Schema for basic telemetry export (counter/gauge/histogram) emitted by Fulmen 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/
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/pathfinder/find-query-v1.0.0.json",
|
|
4
4
|
"title": "FindQuery",
|
|
5
5
|
"description": "Parameters for file discovery operations in pathfinder",
|
|
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/
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/pathfinder/finder-config-v1.0.0.json",
|
|
4
4
|
"title": "FinderConfig",
|
|
5
5
|
"description": "Configuration for pathfinder Finder instances",
|
|
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/
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/pathfinder/path-result-v1.0.0.json",
|
|
4
4
|
"title": "PathResult",
|
|
5
5
|
"description": "Result of a file discovery operation in pathfinder",
|
|
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/protocol/http/v1.0.0/error-response.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/protocol/http/v1.0.0/error-response.schema.json",
|
|
4
4
|
"title": "HttpErrorResponse",
|
|
5
5
|
"description": "Standard error envelope for Fulmen HTTP APIs",
|
|
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/protocol/http/v1.0.0/health-response.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/protocol/http/v1.0.0/health-response.schema.json",
|
|
4
4
|
"title": "HealthResponse",
|
|
5
5
|
"description": "Response envelope for health endpoints (/health/live, /health/ready, /health/startup)",
|
|
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/protocol/http/v1.0.0/success-response.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/protocol/http/v1.0.0/success-response.schema.json",
|
|
4
4
|
"title": "HttpSuccessResponse",
|
|
5
5
|
"description": "Standard success envelope for Fulmen HTTP APIs",
|
|
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/protocol/http/v1.0.0/version-response.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/protocol/http/v1.0.0/version-response.schema.json",
|
|
4
4
|
"title": "VersionResponse",
|
|
5
5
|
"description": "Response payload for service version endpoints",
|
|
6
6
|
"type": "object",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.fulmenhq.dev/server/management/v1.0.0/server-management.schema.json",
|
|
2
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/server/management/v1.0.0/server-management.schema.json",
|
|
3
3
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"title": "Fulmen Server Management Configuration",
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/standards/publishing/v1.0.0/spec-catalog.schema.json",
|
|
4
|
+
"title": "Spec Catalog",
|
|
5
|
+
"description": "Machine-readable catalog of published specification artifacts for spec-host repositories",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"schema_version": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"const": "1.0.0",
|
|
11
|
+
"description": "Schema version for this catalog format"
|
|
12
|
+
},
|
|
13
|
+
"generated_at": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"format": "date-time",
|
|
16
|
+
"description": "ISO 8601 timestamp when this catalog was generated"
|
|
17
|
+
},
|
|
18
|
+
"host_domain": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"format": "hostname",
|
|
21
|
+
"description": "The HTTPS host domain under which canonical IDs resolve",
|
|
22
|
+
"examples": [
|
|
23
|
+
"schemas.fulmenhq.dev",
|
|
24
|
+
"specs.enact.fulmenhq.dev"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"source": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"description": "Provenance information about the source repository",
|
|
30
|
+
"properties": {
|
|
31
|
+
"repository": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "Source repository URL or identifier",
|
|
34
|
+
"examples": [
|
|
35
|
+
"github.com/fulmenhq/crucible"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"commit": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"pattern": "^[a-f0-9]{40}$",
|
|
41
|
+
"description": "Git commit SHA from which this catalog was generated"
|
|
42
|
+
},
|
|
43
|
+
"tag": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Git tag or version from which this catalog was generated",
|
|
46
|
+
"examples": [
|
|
47
|
+
"v0.2.26",
|
|
48
|
+
"v1.0.0"
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"additionalProperties": false
|
|
53
|
+
},
|
|
54
|
+
"assets": {
|
|
55
|
+
"type": "array",
|
|
56
|
+
"description": "List of published specification assets",
|
|
57
|
+
"items": {
|
|
58
|
+
"$ref": "#/$defs/asset"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"required": [
|
|
63
|
+
"schema_version",
|
|
64
|
+
"generated_at",
|
|
65
|
+
"host_domain",
|
|
66
|
+
"assets"
|
|
67
|
+
],
|
|
68
|
+
"additionalProperties": false,
|
|
69
|
+
"$defs": {
|
|
70
|
+
"asset": {
|
|
71
|
+
"type": "object",
|
|
72
|
+
"description": "A single published specification asset",
|
|
73
|
+
"properties": {
|
|
74
|
+
"canonical_url": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"format": "uri",
|
|
77
|
+
"description": "The canonical URL of this asset (must be HTTPS)",
|
|
78
|
+
"pattern": "^https://"
|
|
79
|
+
},
|
|
80
|
+
"spec_type": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"enum": [
|
|
83
|
+
"jsonschema",
|
|
84
|
+
"openapi",
|
|
85
|
+
"asyncapi",
|
|
86
|
+
"other"
|
|
87
|
+
],
|
|
88
|
+
"description": "The type of specification"
|
|
89
|
+
},
|
|
90
|
+
"title": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"description": "Human-readable title extracted from the spec"
|
|
93
|
+
},
|
|
94
|
+
"description": {
|
|
95
|
+
"type": "string",
|
|
96
|
+
"description": "Description extracted from the spec"
|
|
97
|
+
},
|
|
98
|
+
"media_type": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"description": "MIME type of the asset",
|
|
101
|
+
"examples": [
|
|
102
|
+
"application/schema+json",
|
|
103
|
+
"application/json",
|
|
104
|
+
"application/vnd.oai.openapi+json"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"sha256": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"pattern": "^[a-f0-9]{64}$",
|
|
110
|
+
"description": "SHA-256 digest of the published file bytes"
|
|
111
|
+
},
|
|
112
|
+
"size_bytes": {
|
|
113
|
+
"type": "integer",
|
|
114
|
+
"minimum": 0,
|
|
115
|
+
"description": "Size of the asset in bytes"
|
|
116
|
+
},
|
|
117
|
+
"version": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"description": "Version extracted from the canonical URL path",
|
|
120
|
+
"examples": [
|
|
121
|
+
"v1.0.0",
|
|
122
|
+
"v2025.12.0"
|
|
123
|
+
]
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"required": [
|
|
127
|
+
"canonical_url",
|
|
128
|
+
"spec_type",
|
|
129
|
+
"sha256"
|
|
130
|
+
],
|
|
131
|
+
"additionalProperties": false
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
package/schemas/crucible-ts/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-key.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/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-key.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-key.schema.json",
|
|
4
4
|
"title": "Fulmen Auth Methods Key",
|
|
5
5
|
"description": "Enum of canonical authentication/MFA method identifiers for DevSecOps schemas",
|
|
6
6
|
"type": "string",
|
package/schemas/crucible-ts/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-metadata.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/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-metadata.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/auth-methods/v1.0.0/auth-methods-metadata.schema.json",
|
|
4
4
|
"title": "Fulmen Auth Methods Metadata",
|
|
5
5
|
"description": "Metadata object describing authentication/MFA method support and security characteristics",
|
|
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/taxonomy/devsecops/geo/v1.0.0/geo-key.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/geo/v1.0.0/geo-key.schema.json",
|
|
4
4
|
"title": "Fulmen Geo Key",
|
|
5
5
|
"description": "Enum of canonical geographic identifiers (countries and region groups) for DevSecOps schemas",
|
|
6
6
|
"type": "string",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/taxonomy/devsecops/geo/v1.0.0/geo-metadata.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/geo/v1.0.0/geo-metadata.schema.json",
|
|
4
4
|
"title": "Fulmen Geo Metadata",
|
|
5
5
|
"description": "Metadata structure for geographic taxonomy including countries, grouped regions, and cloud-specific regions",
|
|
6
6
|
"type": "object",
|
package/schemas/crucible-ts/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-key.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/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-key.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-key.schema.json",
|
|
4
4
|
"title": "Fulmen Infra Phases Key",
|
|
5
5
|
"description": "Enum of canonical infrastructure deployment phase identifiers for DevSecOps schemas",
|
|
6
6
|
"type": "string",
|
package/schemas/crucible-ts/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-metadata.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/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-metadata.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/infra-phases/v1.0.0/infra-phases-metadata.schema.json",
|
|
4
4
|
"title": "Fulmen Infra Phases Metadata",
|
|
5
5
|
"description": "Metadata object describing infrastructure deployment phase characteristics and dependencies",
|
|
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/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-key.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-key.schema.json",
|
|
4
4
|
"title": "Fulmen Infra Providers Key",
|
|
5
5
|
"description": "Enum of canonical infrastructure provider identifiers for DevSecOps schemas",
|
|
6
6
|
"type": "string",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-metadata.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/infra-providers/v1.0.0/infra-providers-metadata.schema.json",
|
|
4
4
|
"title": "Fulmen Infra Providers Metadata",
|
|
5
5
|
"description": "Metadata object describing infrastructure provider characteristics and capabilities",
|
|
6
6
|
"type": "object",
|
package/schemas/crucible-ts/taxonomy/devsecops/modules/v1.0.0/devsecops-module-entry.schema.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schemas.fulmenhq.dev/taxonomy/devsecops/modules/v1.0.0/devsecops-module-entry.schema.json",
|
|
3
|
+
"$id": "https://schemas.fulmenhq.dev/crucible/taxonomy/devsecops/modules/v1.0.0/devsecops-module-entry.schema.json",
|
|
4
4
|
"title": "DevSecOps Module Registry Entry",
|
|
5
5
|
"description": "Schema for DevSecOps module entries in the taxonomy registry. Tracks schemas, configs, and potential L'Orage-branded library implementations.",
|
|
6
6
|
"type": "object",
|