@c4a/context-cli 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +32779 -32620
- package/indexers/capability-manifest.json +4 -9
- package/indexers/release-manifest.json +1 -1
- package/package.json +3 -3
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/providers/context/actions/run-indexer-lifecycle.yaml +7 -0
- package/providers/context/codes.yaml +3 -27
- package/providers/context/graphs/indexer.yaml +2 -28
- package/providers/context/graphs/workspace.yaml +37 -473
- package/providers/context/manifest.json +58 -558
- package/providers/context/provider.yaml +2 -2
- package/providers/context/resources/diagnostics/projection-stale.md +0 -1
- package/providers/context/resources/manuals/reference/project-api.md +39 -38
- package/providers/context/resources/views/document-optimization-current.yaml +1 -1
- package/providers/context/resources/views/package-current.yaml +1 -1
- package/providers/context/resources/views/resolved-indexer-instructions.yaml +1 -1
- package/providers/context/resources/views/review-current.yaml +1 -1
- package/providers/context/resources/views/source-boundary.yaml +1 -1
- package/providers/context/resources/views/source-current.yaml +1 -1
- package/providers/context/resources/views/verification-current.yaml +1 -1
- package/providers/context/resources/views/workspace-current.yaml +1 -1
- package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +0 -42
- package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +27 -122
- package/providers/context/schemas/indexer-lifecycle-continuation.schema.json +15 -0
- package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +4 -4
- package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +4 -4
- package/providers/context/skills/run-indexer-lifecycle/SKILL.md +36 -0
- package/providers/context/actions/align-next.yaml +0 -6
- package/providers/context/actions/apply-code-index-guidance.yaml +0 -5
- package/providers/context/actions/apply-document-optimization-guidance.yaml +0 -5
- package/providers/context/actions/apply-structure-confirmation.yaml +0 -5
- package/providers/context/actions/authorize-indexer-contract-overlay.yaml +0 -7
- package/providers/context/actions/compile-next.yaml +0 -5
- package/providers/context/actions/configure-code-extraction.yaml +0 -5
- package/providers/context/actions/configure-prose-lifecycle.yaml +0 -5
- package/providers/context/actions/extract-next.yaml +0 -5
- package/providers/context/actions/inspect-code-extraction.yaml +0 -5
- package/providers/context/actions/inspect-document-classification.yaml +0 -5
- package/providers/context/actions/inspect-structure.yaml +0 -5
- package/providers/context/actions/migrate-codeindex.yaml +0 -5
- package/providers/context/actions/optimize-documents.yaml +0 -6
- package/providers/context/actions/preview-extraction-batch.yaml +0 -5
- package/providers/context/actions/revise-code-index-audit.yaml +0 -5
- package/providers/context/actions/submit-code-index-audit.yaml +0 -6
- package/providers/context/resources/dialogue/code-extraction.md +0 -87
- package/providers/context/resources/dialogue/document-classification.md +0 -33
- package/providers/context/resources/dialogue/structure-confirmation.md +0 -44
- package/providers/context/resources/dialogue/workflow-mode-after-capture.md +0 -25
- package/providers/context/resources/manuals/reference/code-extractors.md +0 -152
- package/providers/context/resources/procedures/code-extraction.md +0 -188
- package/providers/context/resources/procedures/code-index-audit.md +0 -113
- package/providers/context/resources/procedures/document-classification.md +0 -22
- package/providers/context/resources/procedures/document-optimization.md +0 -110
- package/providers/context/resources/procedures/prose-align.md +0 -68
- package/providers/context/resources/procedures/prose-compile.md +0 -23
- package/providers/context/resources/semantic/align/candidate-resolution.md +0 -106
- package/providers/context/resources/semantic/align/density-profile.md +0 -41
- package/providers/context/resources/semantic/align/gates.md +0 -276
- package/providers/context/resources/semantic/align/structure-planning.md +0 -337
- package/providers/context/resources/semantic/code-index/classification.md +0 -270
- package/providers/context/resources/semantic/code-index/templates/adapter.md +0 -118
- package/providers/context/resources/semantic/code-index/templates/api-service.md +0 -116
- package/providers/context/resources/semantic/code-index/templates/background-runtime.md +0 -109
- package/providers/context/resources/semantic/code-index/templates/cli-tool.md +0 -129
- package/providers/context/resources/semantic/code-index/templates/contract-source.md +0 -73
- package/providers/context/resources/semantic/code-index/templates/contracts-and-chains.md +0 -81
- package/providers/context/resources/semantic/code-index/templates/cross-module-chain.md +0 -78
- package/providers/context/resources/semantic/code-index/templates/derived-source.md +0 -116
- package/providers/context/resources/semantic/code-index/templates/domain-service.md +0 -109
- package/providers/context/resources/semantic/code-index/templates/event-flow.md +0 -62
- package/providers/context/resources/semantic/code-index/templates/monorepo-container.md +0 -124
- package/providers/context/resources/semantic/code-index/templates/persistence-boundary.md +0 -56
- package/providers/context/resources/semantic/code-index/templates/plugin-extension.md +0 -52
- package/providers/context/resources/semantic/code-index/templates/protocol-boundary.md +0 -88
- package/providers/context/resources/semantic/code-index/templates/sdk-library.md +0 -132
- package/providers/context/resources/semantic/code-index/templates/web-application.md +0 -145
- package/providers/context/resources/semantic/compile/index.md +0 -31
- package/providers/context/resources/views/code-index-audit.yaml +0 -6
- package/providers/context/resources/views/extraction-preview.yaml +0 -6
- package/providers/context/resources/views/structure-current.yaml +0 -6
- package/providers/context/schemas/code-index-audit-decision.schema.json +0 -94
- package/providers/context/schemas/document-optimization-decisions.schema.json +0 -57
- package/providers/context/schemas/indexer-contract-overlay-authorization-input.schema.json +0 -32
- package/providers/context/schemas/indexer-contract-overlay-authorization-result.schema.json +0 -121
- package/providers/context/schemas/prose-structure-batch.schema.json +0 -35
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"protocol": "context.indexer.release-capability-manifest/v1",
|
|
3
3
|
"package": "@c4a/context-cli",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"channel": "latest",
|
|
6
6
|
"dist_tag": "latest",
|
|
7
7
|
"capabilities": [
|
|
8
8
|
{
|
|
9
|
-
"id": "
|
|
9
|
+
"id": "resource-protocols",
|
|
10
10
|
"state": "ready",
|
|
11
|
-
"required_milestone": "0.7.
|
|
11
|
+
"required_milestone": "0.7.1"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"id": "provider-lifecycle",
|
|
@@ -25,16 +25,11 @@
|
|
|
25
25
|
"state": "ready",
|
|
26
26
|
"required_milestone": "0.7.0-preview.3"
|
|
27
27
|
},
|
|
28
|
-
{
|
|
29
|
-
"id": "enterprise-overlay-trust",
|
|
30
|
-
"state": "ready",
|
|
31
|
-
"required_milestone": "0.7.0-rc.1"
|
|
32
|
-
},
|
|
33
28
|
{
|
|
34
29
|
"id": "phase-g-cutover",
|
|
35
30
|
"state": "ready",
|
|
36
31
|
"required_milestone": "0.7.0"
|
|
37
32
|
}
|
|
38
33
|
],
|
|
39
|
-
"manifest_digest": "sha256:
|
|
34
|
+
"manifest_digest": "sha256:afb293c86a9c82d8f26a542b0ae6547faa661015354e1cf31892ce6f3853dcbc"
|
|
40
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c4a/context-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local runtime and Agent integration for traceable knowledge production",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"context": "cli.js"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@c4a/agent-graph": "0.
|
|
27
|
-
"@c4a/context": "0.7.
|
|
26
|
+
"@c4a/agent-graph": "0.3.0",
|
|
27
|
+
"@c4a/context": "0.7.1",
|
|
28
28
|
"commander": "^11.0.0",
|
|
29
29
|
"fast-xml-parser": "^5.10.1",
|
|
30
30
|
"handlebars": "^4.7.8",
|
package/plugins/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.1
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c4a",
|
|
3
3
|
"description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"author": { "name": "c4a" },
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": ["context", "knowledge-base", "wiki", "claude-plugin", "c4a"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c4a",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
|
|
5
5
|
"author": { "name": "c4a" },
|
|
6
6
|
"homepage": "https://github.com/context4ai/c4a",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"skills": "./skills/",
|
|
11
11
|
"interface": {
|
|
12
12
|
"displayName": "C4A Context",
|
|
13
|
-
"shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.
|
|
13
|
+
"shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.1",
|
|
14
14
|
"longDescription": "Create a Context workspace and use agent-guided next steps to register sources, run extraction, review candidates, build package outputs, and verify health without silently mutating source repositories.",
|
|
15
15
|
"developerName": "c4a",
|
|
16
16
|
"category": "Productivity",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c4a",
|
|
3
3
|
"displayName": "C4A Context",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
|
|
6
6
|
"author": { "name": "Context4AI", "email": "support@context4ai.dev" },
|
|
7
7
|
"homepage": "https://github.com/context4ai/c4a",
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
schema: agent-graph.action.v1
|
|
2
|
+
id: run-indexer-lifecycle
|
|
3
|
+
description: Continue the unique registry-and-Provider Indexer lifecycle until current Candidates exist.
|
|
4
|
+
runner: agent
|
|
5
|
+
effect: write
|
|
6
|
+
skill: skills/run-indexer-lifecycle/SKILL.md
|
|
7
|
+
outputSchema: schemas/indexer-lifecycle-continuation.schema.json
|
|
@@ -3,10 +3,6 @@ codes:
|
|
|
3
3
|
- { code: diagnostic.project-entry-invalid, kind: diagnostic, severity: error, summary: The Context project entry cannot be loaded., document: resources/diagnostics/workspace-state.md }
|
|
4
4
|
- { code: diagnostic.workspace-state-invalid, kind: diagnostic, severity: error, summary: Context cannot establish valid lifecycle facts for the workspace., document: resources/diagnostics/workspace-state.md }
|
|
5
5
|
- { code: diagnostic.structure-snapshot-invalid, kind: diagnostic, severity: error, summary: An active source-bound structure snapshot is invalid., document: resources/diagnostics/workspace-state.md }
|
|
6
|
-
- { code: diagnostic.phase-source-unresolved, kind: diagnostic, severity: error, summary: A document lifecycle phase cannot resolve its canonical source., document: resources/diagnostics/workspace-state.md }
|
|
7
|
-
- { code: diagnostic.structure-route-unresolved, kind: diagnostic, severity: error, summary: A staged structure cannot resolve to one source and collection lifecycle., document: resources/diagnostics/workspace-state.md }
|
|
8
|
-
- { code: diagnostic.compile-route-ambiguous, kind: diagnostic, severity: error, summary: More than one compile lifecycle owns the same source and collection., document: resources/diagnostics/workspace-state.md }
|
|
9
|
-
- { code: diagnostic.structure-snapshot-missing, kind: diagnostic, severity: error, summary: A compile batch references a missing confirmed structure snapshot., document: resources/diagnostics/workspace-state.md }
|
|
10
6
|
- { code: diagnostic.verify-failed, kind: diagnostic, severity: error, summary: Verification found one or more blocking findings., document: resources/diagnostics/verification.md }
|
|
11
7
|
- { code: diagnostic.projection-stale, kind: diagnostic, severity: info, summary: Approved knowledge changed and deterministic close must refresh its derived projection., document: resources/diagnostics/projection-stale.md }
|
|
12
8
|
- { code: diagnostic.evidence-degraded, kind: diagnostic, severity: warning, summary: Approved knowledge has evidence that cannot currently be rechecked., document: resources/diagnostics/verification.md }
|
|
@@ -22,24 +18,6 @@ codes:
|
|
|
22
18
|
- { code: route.capture.configuration-required, kind: route-reason, summary: Registered document sources are missing capture declarations., document: resources/procedures/project-configuration.md }
|
|
23
19
|
- { code: route.capture.permission-required, kind: route-reason, summary: External document capture requires source-read permission., document: resources/procedures/document-capture.md }
|
|
24
20
|
- { code: route.capture.pending-target, kind: route-reason, summary: Capture the next declared document target., document: resources/procedures/document-capture.md }
|
|
25
|
-
- { code: route.extract.scope-required, kind: route-reason, summary: Code extraction scope has not been confirmed., document: resources/procedures/code-extraction.md }
|
|
26
|
-
- { code: route.extract.configuration-required, kind: route-reason, summary: Registered repository sources are missing extraction declarations., document: resources/procedures/project-configuration.md }
|
|
27
|
-
- { code: route.extract.capability-required, kind: route-reason, summary: One or more code index units require missing material or a narrower plan., document: resources/procedures/code-extraction.md }
|
|
28
|
-
- { code: route.extract.preview-required, kind: route-reason, summary: Preview all pending code index units before candidate writes., document: resources/procedures/code-extraction.md }
|
|
29
|
-
- { code: route.extract.ownership-required, kind: route-reason, summary: Revise the index plan so every projected page has one output owner., document: resources/procedures/code-extraction.md }
|
|
30
|
-
- { code: route.extract.scale-limit-exceeded, kind: route-reason, summary: At least one index unit exceeds the supported page limit., document: resources/procedures/code-extraction.md }
|
|
31
|
-
- { code: route.extract.pending-target, kind: route-reason, summary: Extract the next pending code target before another workflow family., document: resources/procedures/code-extraction.md }
|
|
32
|
-
- { code: route.extract.audit-input-required, kind: route-reason, summary: The code-index audit requires specific source or protocol material that is not currently available., document: resources/procedures/code-index-audit.md }
|
|
33
|
-
- { code: route.extract.audit-guidance-required, kind: route-reason, summary: One or more code-index units still fail absolute quality bounds after three revisions and require one aggregated human direction., document: resources/procedures/code-index-audit.md }
|
|
34
|
-
- { code: route.extract.audit-revision-required, kind: route-reason, summary: Revise the code-index plan and content for issues confirmed by the Agent audit., document: resources/procedures/code-index-audit.md }
|
|
35
|
-
- { code: route.extract.audit-required, kind: route-reason, summary: The complete proposed code index requires one Agent semantic audit decision., document: resources/procedures/code-index-audit.md }
|
|
36
|
-
- { code: route.extract.codeindex-migration-required, kind: route-reason, summary: This workspace still uses the legacy codegraph collection and must be migrated deterministically before code extraction continues., document: resources/procedures/code-extraction.md }
|
|
37
|
-
- { code: route.document.classification-required, kind: route-reason, summary: A captured document needs an evidence-backed collection decision., document: resources/procedures/document-classification.md }
|
|
38
|
-
- { code: route.prose.configuration-required, kind: route-reason, summary: A document target is missing a complete prose lifecycle declaration., document: resources/procedures/project-configuration.md }
|
|
39
|
-
- { code: route.structure.pending-target, kind: route-reason, summary: Prepare the next document structure slot from source evidence., document: resources/procedures/prose-align.md }
|
|
40
|
-
- { code: route.structure.confirmation-required, kind: route-reason, summary: A staged structure is waiting for confirmation., document: resources/procedures/prose-align.md }
|
|
41
|
-
- { code: route.structure.confirm, kind: route-reason, summary: Persist the confirmed structure slot., document: resources/procedures/prose-align.md }
|
|
42
|
-
- { code: route.compile.pending-target, kind: route-reason, summary: Compile the next planned source-bound knowledge view., document: resources/procedures/prose-compile.md }
|
|
43
21
|
- { code: route.review.identity-conflict, kind: route-reason, summary: Preserve approved ViewRef and path identity before Review., document: resources/procedures/knowledge-review.md }
|
|
44
22
|
- { code: route.review.decision-required, kind: route-reason, summary: The complete current candidate batch needs one review decision set., document: resources/procedures/knowledge-review.md }
|
|
45
23
|
- { code: route.review.apply-managed, kind: route-reason, summary: Apply the current candidate batch under explicit session-managed authority., document: resources/procedures/knowledge-review.md }
|
|
@@ -48,10 +26,9 @@ codes:
|
|
|
48
26
|
- { code: route.package.configuration-required, kind: route-reason, summary: Declare the confirmed package output in the Context project., document: resources/procedures/package-output.md }
|
|
49
27
|
- { code: route.package.template-review-required, kind: route-reason, summary: "Replace or edit package templates, or explicitly accept the generic defaults.", document: resources/procedures/package-output.md }
|
|
50
28
|
- { code: route.document-revision.requested, kind: route-reason, summary: Apply and validate the user's requested correction on one approved knowledge page., document: resources/procedures/document-revision.md }
|
|
51
|
-
- { code: route.document-optimization.pending, kind: route-reason, summary: Resolve the current source-faithful document revision batch before building packages., document: resources/procedures/document-optimization.md }
|
|
52
|
-
- { code: route.document-optimization.guidance-required, kind: route-reason, summary: The same document revision quality problem remains after three attempts and requires one aggregated human direction., document: resources/procedures/document-optimization.md }
|
|
53
29
|
- { code: route.build.package-stale, kind: route-reason, summary: Build the declared package outputs from current approved knowledge., document: resources/procedures/close-and-build.md }
|
|
54
30
|
- { code: route.logs.delivery-pending, kind: route-reason, summary: Send locally queued runtime logs through the configured generic sink., document: resources/procedures/close-and-build.md }
|
|
31
|
+
- { code: route.indexer.lifecycle-required, kind: route-reason, summary: Continue the sole registry-and-Provider indexing lifecycle until current Candidates exist. }
|
|
55
32
|
- { code: route.indexer.agent-step, kind: route-reason, summary: Run one digest-bound Indexer workset with the static Context Agent Action. }
|
|
56
33
|
- { code: route.indexer.provider-configuration, kind: route-reason, summary: Configure an exact path-free Provider selection from currently visible Indexer Skills. }
|
|
57
34
|
- { code: route.indexer.markdown-capture-validation, kind: route-reason, summary: Require exact current document capture before discovering a semantic Markdown Provider. }
|
|
@@ -64,12 +41,11 @@ codes:
|
|
|
64
41
|
- { code: route.indexer.customization-validation, kind: route-reason, summary: Validate and content-address stage one exact minimal customization draft without project source writes. }
|
|
65
42
|
- { code: route.indexer.customization-project-preparation, kind: route-reason, summary: Resolve the exact Providers and stage one CAS-bound customization project proposal. }
|
|
66
43
|
- { code: route.indexer.project-observation, kind: route-reason, summary: Observe the complete applied target set and rerun finalized selection validation. }
|
|
67
|
-
- { code: route.indexer.contract-overlay-validation, kind: route-reason, summary: Recompute data-only contract overlay conformance and
|
|
44
|
+
- { code: route.indexer.contract-overlay-validation, kind: route-reason, summary: Recompute data-only contract overlay conformance and issue a digest-bound validation receipt. }
|
|
68
45
|
- { code: route.indexer.requirement-confirmation-routing, kind: route-reason, summary: Revalidate the comparator report and select the ordinary or contraction confirmation Gate. }
|
|
69
46
|
- { code: route.indexer.requirement-confirmation, kind: route-reason, summary: "Confirm an initial, equivalent, or strengthening requirement workset." }
|
|
70
47
|
- { code: route.indexer.requirement-contraction, kind: route-reason, summary: Require non-delegable human confirmation for contraction or incomparable obligation replacement. }
|
|
71
|
-
- { code: route.indexer.
|
|
72
|
-
- { code: route.indexer.overlay-question-proposal, kind: route-reason, summary: Propose namespaced question bindings from one current trusted overlay. }
|
|
48
|
+
- { code: route.indexer.overlay-question-proposal, kind: route-reason, summary: Propose namespaced question bindings from one current validated overlay. }
|
|
73
49
|
- { code: route.indexer.overlay-question-rebind, kind: route-reason, summary: Revalidate an overlay requirement and build one coupled registry proposal. }
|
|
74
50
|
- { code: route.indexer.dependency-authorization, kind: route-reason, summary: Authorize one exact staged dependency intent set with install scripts disabled. }
|
|
75
51
|
- { code: route.indexer.program-execution-authorization, kind: route-reason, summary: Authorize one exact non-allowlisted Provider program for trusted non-sandboxed execution. }
|
|
@@ -6,7 +6,6 @@ entrypoints:
|
|
|
6
6
|
provider-selection: configure-indexer-providers
|
|
7
7
|
markdown-provider: inspect-markdown-provider-capture
|
|
8
8
|
requirement-confirmation: route-index-requirement-confirmation
|
|
9
|
-
contract-overlay-authorization: authorize-indexer-contract-overlay
|
|
10
9
|
contract-overlay-validation: validate-indexer-contract-overlays
|
|
11
10
|
subject-key-validation: validate-subject-key-schemas
|
|
12
11
|
dependency-authorization: authorize-indexer-dependencies
|
|
@@ -178,7 +177,7 @@ nodes:
|
|
|
178
177
|
kind: action
|
|
179
178
|
reasonCode: route.indexer.contract-overlay-validation
|
|
180
179
|
action: actions/validate-indexer-contract-overlays.yaml
|
|
181
|
-
- id: contract-overlay-
|
|
180
|
+
- id: contract-overlay-valid
|
|
182
181
|
kind: terminal
|
|
183
182
|
terminalOutcome: completed
|
|
184
183
|
- id: validate-subject-key-schemas
|
|
@@ -207,25 +206,6 @@ nodes:
|
|
|
207
206
|
- id: subject-reidentification-confirmed
|
|
208
207
|
kind: terminal
|
|
209
208
|
terminalOutcome: completed
|
|
210
|
-
- id: contract-overlay-authorization-required
|
|
211
|
-
kind: terminal
|
|
212
|
-
terminalOutcome: waiting-user
|
|
213
|
-
- id: authorize-indexer-contract-overlay
|
|
214
|
-
kind: gate
|
|
215
|
-
reasonCode: route.indexer.contract-overlay-authorization
|
|
216
|
-
inspectionAction: actions/validate-indexer-contract-overlays.yaml
|
|
217
|
-
resolutionAction: actions/authorize-indexer-contract-overlay.yaml
|
|
218
|
-
gate:
|
|
219
|
-
id: authorize-indexer-contract-overlay
|
|
220
|
-
prompt: Authorize the exact current-project data-only contract overlay after conformance validation.
|
|
221
|
-
authority: context.indexer-contract-overlay
|
|
222
|
-
delegatable: false
|
|
223
|
-
satisfiedBy:
|
|
224
|
-
- path: indexer_contract_overlay.trust_state
|
|
225
|
-
equals: project-authorized-exact-digest
|
|
226
|
-
- id: contract-overlay-authorization-done
|
|
227
|
-
kind: terminal
|
|
228
|
-
terminalOutcome: completed
|
|
229
209
|
- id: authorize-indexer-dependencies
|
|
230
210
|
kind: gate
|
|
231
211
|
reasonCode: route.indexer.dependency-authorization
|
|
@@ -736,13 +716,7 @@ edges:
|
|
|
736
716
|
to: done
|
|
737
717
|
outcomes: [completed]
|
|
738
718
|
- from: validate-indexer-contract-overlays
|
|
739
|
-
to: contract-overlay-
|
|
740
|
-
outcomes: [completed]
|
|
741
|
-
- from: validate-indexer-contract-overlays
|
|
742
|
-
to: contract-overlay-authorization-required
|
|
743
|
-
outcomes: [waiting-user]
|
|
744
|
-
- from: authorize-indexer-contract-overlay
|
|
745
|
-
to: contract-overlay-authorization-done
|
|
719
|
+
to: contract-overlay-valid
|
|
746
720
|
outcomes: [completed]
|
|
747
721
|
- from: authorize-indexer-dependencies
|
|
748
722
|
to: prepare-indexer-customization-project
|