@c4a/context-cli 0.7.10-alpha.2 → 0.7.11
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/README.md +2 -2
- package/README.zh-CN.md +3 -3
- package/cli.js +2034 -925
- package/indexers/bundles/context-code-indexer/references/indexer.md +25 -1
- package/indexers/bundles/context-code-indexer/templates/adapter-integration.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/api-service.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/background-runtime.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/cli-tool.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/component-library.md +4 -4
- package/indexers/bundles/context-code-indexer/templates/contract-source.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md +6 -8
- package/indexers/bundles/context-code-indexer/templates/domain-service.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/monorepo-container.md +1 -1
- package/indexers/bundles/context-code-indexer/templates/sdk-library.md +1 -2
- package/indexers/bundles/context-code-indexer/templates/web-application.md +1 -1
- package/indexers/bundles/context-markdown-indexer/references/indexer.md +7 -2
- package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +9 -6
- package/indexers/contracts/profile-contract.json +245 -245
- package/indexers/release-manifest.json +17 -17
- package/package.json +12 -12
- package/parserEntryWorker.js +43 -10
- package/plugins/README.md +1 -1
- package/plugins/README_CN.md +1 -1
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- package/plugins/claude/commands/context.md +37 -73
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/codex/skills/context/SKILL.md +37 -73
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor/commands/c4a-context.md +37 -73
- package/plugins/skills/context/SKILL.md +37 -73
- package/plugins/skills/context-code-indexer/references/indexer.md +25 -1
- package/plugins/skills/context-code-indexer/templates/adapter-integration.md +1 -1
- package/plugins/skills/context-code-indexer/templates/api-service.md +1 -1
- package/plugins/skills/context-code-indexer/templates/background-runtime.md +1 -1
- package/plugins/skills/context-code-indexer/templates/cli-tool.md +1 -1
- package/plugins/skills/context-code-indexer/templates/component-library.md +4 -4
- package/plugins/skills/context-code-indexer/templates/contract-source.md +1 -1
- package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +6 -8
- package/plugins/skills/context-code-indexer/templates/domain-service.md +1 -1
- package/plugins/skills/context-code-indexer/templates/monorepo-container.md +1 -1
- package/plugins/skills/context-code-indexer/templates/sdk-library.md +1 -2
- package/plugins/skills/context-code-indexer/templates/web-application.md +1 -1
- package/plugins/skills/context-markdown-indexer/references/indexer.md +7 -2
- package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +9 -6
- package/providers/context/graphs/workspace.yaml +1 -22
- package/providers/context/manifest.json +34 -70
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/manuals/guides/indexer-provider-and-customization.md +0 -2
- package/providers/context/resources/manuals/guides/knowledge-updates.md +108 -5
- package/providers/context/resources/manuals/guides/package-outputs.md +39 -1
- package/providers/context/resources/manuals/guides/workspace-prepare.md +17 -0
- package/providers/context/resources/manuals/reference/project-api.md +58 -19
- package/providers/context/resources/procedures/close-and-build.md +21 -0
- package/providers/context/resources/procedures/knowledge-review.md +18 -2
- package/providers/context/resources/procedures/knowledge-updates.md +108 -5
- package/providers/context/resources/procedures/package-output.md +18 -0
- package/providers/context/resources/procedures/production-stage-files.md +35 -0
- package/providers/context/resources/procedures/repository-source-recovery.md +5 -3
- package/providers/context/resources/procedures/source-capture-detailed.md +16 -2
- package/providers/context/resources/procedures/task-recovery.md +6 -0
- package/providers/context/resources/procedures/work-start-report.md +24 -11
- package/providers/context/resources/procedures/workspace-prepare.md +17 -0
- package/providers/context/resources/templates/work-start-report.md +11 -6
- package/providers/context/actions/inspect-repository-recovery.yaml +0 -6
- package/providers/context/actions/restore-repository-sources.yaml +0 -7
- package/providers/context/resources/dialogue/repository-source-recovery.md +0 -23
- package/providers/context/schemas/repository-source-recovery.schema.json +0 -40
|
@@ -11,7 +11,7 @@ reusable service contract and its first-level orchestration. Do not classify a
|
|
|
11
11
|
directory as a service merely because it contains classes or functions named
|
|
12
12
|
`Service`.
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Follow the current task.md, sources.md and submission schema.
|
|
15
15
|
|
|
16
16
|
## Evidence pass
|
|
17
17
|
|
|
@@ -11,7 +11,7 @@ registration, ownership, dependency, build, or release topology of multiple
|
|
|
11
11
|
child modules. Do not treat the physical repository as one application merely
|
|
12
12
|
because it has one Git remote.
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Follow the current task.md, sources.md and submission schema.
|
|
15
15
|
|
|
16
16
|
## Evidence pass
|
|
17
17
|
|
|
@@ -11,8 +11,7 @@ SDKs, public framework extensions, or shared runtimes consumed through a
|
|
|
11
11
|
deliberately supported interface. A package being imported elsewhere is not
|
|
12
12
|
enough; confirm its supported entry and consumer contract.
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
variant supplied by the workset.
|
|
14
|
+
Follow the current task.md, sources.md and submission schema.
|
|
16
15
|
|
|
17
16
|
## Evidence pass
|
|
18
17
|
|
|
@@ -15,7 +15,7 @@ only browser code. It does
|
|
|
15
15
|
not automatically cover every package containing UI components; a reusable
|
|
16
16
|
component package is usually `sdk-library`.
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
Follow the current task.md, sources.md and submission schema.
|
|
19
19
|
|
|
20
20
|
## Evidence pass
|
|
21
21
|
|
|
@@ -9,7 +9,10 @@ contracts, conditions, examples, compatibility limits, images and uncertainty.
|
|
|
9
9
|
An inventory of headings, a generic summary or a link back to the source does
|
|
10
10
|
not replace an article that answers the reader. Preserve exact commands,
|
|
11
11
|
identifiers, numbers and destinations where they matter; do not reproduce
|
|
12
|
-
secrets or incidental conversion metadata.
|
|
12
|
+
secrets or incidental conversion metadata. For an entry-first request, identify
|
|
13
|
+
the relevant source section and concrete next step; for an operational guide,
|
|
14
|
+
retain what lets the reader execute it. Do not replace available instructions
|
|
15
|
+
with a generic suggestion to consult the original document.
|
|
13
16
|
|
|
14
17
|
Use [editorial guidance](editorial-policy.md) for a concrete presentation
|
|
15
18
|
problem. It is advice for the Agent and user, not a signal-clearing protocol or
|
|
@@ -47,7 +50,9 @@ the same article; no primary/extension ownership is required.
|
|
|
47
50
|
|
|
48
51
|
Correct misleading knowledge through a revision. Correct an inaccurate source
|
|
49
52
|
through its authorized import flow, not by editing evidence from this skill.
|
|
50
|
-
|
|
53
|
+
When merging or shortening existing articles, retain still-valid steps, examples
|
|
54
|
+
and constraints in the article or a linked topic, not just their source links.
|
|
55
|
+
Keep real gaps visible; material not yet obtained is not a permanent exclusion.
|
|
51
56
|
|
|
52
57
|
## Visual material
|
|
53
58
|
|
|
@@ -14,15 +14,18 @@ Document business definitions may correct a mechanical code-topic name; explain
|
|
|
14
14
|
the proposed change in the plan instead of forcing the document into a path
|
|
15
15
|
mirror. This does not authorize renaming formal files outside the current task.
|
|
16
16
|
|
|
17
|
-
A coherent document can directly suggest one target.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
A coherent document can directly suggest one target. Split distinct reader tasks
|
|
18
|
+
or lifecycles; combine sources when they answer the same task. A shared broad
|
|
19
|
+
label such as development or operations does not make all its procedures one
|
|
20
|
+
summary. Neither file nor heading count determines article count. Choose batches
|
|
21
|
+
by dependencies and useful shared reading, not source or skill identity. Do not
|
|
22
|
+
create per-member dispositions or a separate semantic graph.
|
|
22
23
|
|
|
23
24
|
Submit article targets, questions, authorized sources and batches through the
|
|
24
25
|
current planning schema. Keep remaining investigation in pending_scopes when
|
|
25
|
-
only part is ready.
|
|
26
|
+
only part is ready. Referencing one section does not settle a source's other
|
|
27
|
+
useful tasks; describe those in the existing plan. An unread source is unfinished,
|
|
28
|
+
not implicitly excluded.
|
|
26
29
|
Missing essential evidence remains a scoped gap. Long-term exclusions need
|
|
27
30
|
the applicable user authorization.
|
|
28
31
|
|
|
@@ -93,26 +93,6 @@ nodes:
|
|
|
93
93
|
recommended:
|
|
94
94
|
- resources/procedures/source-capture-detailed.md
|
|
95
95
|
|
|
96
|
-
- id: ensure-repository-sources
|
|
97
|
-
kind: gate
|
|
98
|
-
reasonCode: route.source.repository-not-ready
|
|
99
|
-
inspectionAction: actions/inspect-repository-recovery.yaml
|
|
100
|
-
resolutionAction: actions/restore-repository-sources.yaml
|
|
101
|
-
gate:
|
|
102
|
-
id: repository-source-recovery
|
|
103
|
-
prompt: Choose how to restore each missing registered repository checkout.
|
|
104
|
-
authority: context.repository-restore
|
|
105
|
-
delegatable: false
|
|
106
|
-
satisfiedBy:
|
|
107
|
-
- path: sources.repositories_ready
|
|
108
|
-
equals: true
|
|
109
|
-
resources:
|
|
110
|
-
required:
|
|
111
|
-
- resources/procedures/repository-source-recovery.md
|
|
112
|
-
- resources/dialogue/human-gates.md
|
|
113
|
-
- resources/dialogue/repository-source-recovery.md
|
|
114
|
-
- resources/views/source-current.yaml
|
|
115
|
-
|
|
116
96
|
- id: configure-document-capture
|
|
117
97
|
kind: action
|
|
118
98
|
reasonCode: route.capture.configuration-required
|
|
@@ -353,8 +333,7 @@ edges:
|
|
|
353
333
|
- { from: repair-project-entry, to: repair-workspace-state }
|
|
354
334
|
- { from: repair-workspace-state, to: repair-verification }
|
|
355
335
|
- { from: repair-verification, to: choose-source-boundary }
|
|
356
|
-
- { from: choose-source-boundary, to:
|
|
357
|
-
- { from: ensure-repository-sources, to: configure-document-capture }
|
|
336
|
+
- { from: choose-source-boundary, to: configure-document-capture, kind: gatedBy }
|
|
358
337
|
- { from: configure-document-capture, to: authorize-document-capture }
|
|
359
338
|
- { from: authorize-document-capture, to: capture-next, kind: gatedBy }
|
|
360
339
|
- { from: capture-next, to: reopen-cleared-task }
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema": "agent-graph.bundle.v1",
|
|
3
3
|
"provider": {
|
|
4
4
|
"id": "c4a/context",
|
|
5
|
-
"version": "0.7.
|
|
5
|
+
"version": "0.7.11"
|
|
6
6
|
},
|
|
7
7
|
"providerManifest": "provider.yaml",
|
|
8
8
|
"graphs": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"id": "workspace",
|
|
16
16
|
"path": "graphs/workspace.yaml",
|
|
17
|
-
"digest": "sha256:
|
|
17
|
+
"digest": "sha256:43eba7c45070fc2fec9c1f86af8e6190c49ebef8b729cb444701011dca8780be"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"actions": [
|
|
@@ -88,11 +88,6 @@
|
|
|
88
88
|
"path": "actions/flush-runtime-events.yaml",
|
|
89
89
|
"digest": "sha256:a5f29f652fc9f5f3775fdf9aad0af837f8c72879a22c11074321923bda49b45a"
|
|
90
90
|
},
|
|
91
|
-
{
|
|
92
|
-
"id": "inspect-repository-recovery",
|
|
93
|
-
"path": "actions/inspect-repository-recovery.yaml",
|
|
94
|
-
"digest": "sha256:6890fc2fb95823753beb7684066ddaac0b02e377c5fe3f568ac75286e00c9e88"
|
|
95
|
-
},
|
|
96
91
|
{
|
|
97
92
|
"id": "inspect-review",
|
|
98
93
|
"path": "actions/inspect-review.yaml",
|
|
@@ -148,11 +143,6 @@
|
|
|
148
143
|
"path": "actions/resolve-current-indexer-gate.yaml",
|
|
149
144
|
"digest": "sha256:1141b2fba9bc91563c9fd5f86b7529cd2d47648a2dde5cac23a67cfef0988cc5"
|
|
150
145
|
},
|
|
151
|
-
{
|
|
152
|
-
"id": "restore-repository-sources",
|
|
153
|
-
"path": "actions/restore-repository-sources.yaml",
|
|
154
|
-
"digest": "sha256:58e40ee93d6bd1a9fe11d208fe771b576f8c5ceb05105d3e92a9aecc6b4a7fd8"
|
|
155
|
-
},
|
|
156
146
|
{
|
|
157
147
|
"id": "resume-workspace-task",
|
|
158
148
|
"path": "actions/resume-workspace-task.yaml",
|
|
@@ -198,7 +188,7 @@
|
|
|
198
188
|
{
|
|
199
189
|
"id": "context.sdk.package-outputs",
|
|
200
190
|
"path": "resources/manuals/guides/package-outputs.md",
|
|
201
|
-
"digest": "sha256:
|
|
191
|
+
"digest": "sha256:a8c66facc2ad175324796e2478d6ca50e0c83b5d49eec0251d8548c3717a062b"
|
|
202
192
|
},
|
|
203
193
|
{
|
|
204
194
|
"id": "context.sdk.package-templates",
|
|
@@ -208,7 +198,7 @@
|
|
|
208
198
|
{
|
|
209
199
|
"id": "context.sdk.project-api",
|
|
210
200
|
"path": "resources/manuals/reference/project-api.md",
|
|
211
|
-
"digest": "sha256:
|
|
201
|
+
"digest": "sha256:6225dc08f1a4362eee72e0fba4d8639d20d535818766d8a6b181396ebbb94f3f"
|
|
212
202
|
},
|
|
213
203
|
{
|
|
214
204
|
"id": "context.sdk.template-variables",
|
|
@@ -270,11 +260,6 @@
|
|
|
270
260
|
"path": "resources/dialogue/package-output.md",
|
|
271
261
|
"digest": "sha256:9fc871e50af37a4113964185ce390eda4952b02cad8abfd9c206bf408ce0e532"
|
|
272
262
|
},
|
|
273
|
-
{
|
|
274
|
-
"id": "dialogue.repository-source-recovery",
|
|
275
|
-
"path": "resources/dialogue/repository-source-recovery.md",
|
|
276
|
-
"digest": "sha256:ac1c7ba59f91d870f011eb1526afa83003e45205a6c436f635fb0e5b2e3c3055"
|
|
277
|
-
},
|
|
278
263
|
{
|
|
279
264
|
"id": "dialogue.source-boundary",
|
|
280
265
|
"path": "resources/dialogue/source-boundary.md",
|
|
@@ -293,7 +278,7 @@
|
|
|
293
278
|
{
|
|
294
279
|
"id": "procedure.close-and-build",
|
|
295
280
|
"path": "resources/procedures/close-and-build.md",
|
|
296
|
-
"digest": "sha256:
|
|
281
|
+
"digest": "sha256:c2f39abc2867e73a529ded2e475276738f62a4b61811b7792a49d6e358865a74"
|
|
297
282
|
},
|
|
298
283
|
{
|
|
299
284
|
"id": "procedure.document-capture",
|
|
@@ -313,12 +298,12 @@
|
|
|
313
298
|
{
|
|
314
299
|
"id": "procedure.knowledge-review",
|
|
315
300
|
"path": "resources/procedures/knowledge-review.md",
|
|
316
|
-
"digest": "sha256:
|
|
301
|
+
"digest": "sha256:56185e8ea580015e89429a18faf3c7598f8200dc3ee458dbee04d6cbffadcb58"
|
|
317
302
|
},
|
|
318
303
|
{
|
|
319
304
|
"id": "procedure.knowledge-updates",
|
|
320
305
|
"path": "resources/procedures/knowledge-updates.md",
|
|
321
|
-
"digest": "sha256:
|
|
306
|
+
"digest": "sha256:55deff10c4ad8b2c66d5fcf8c2b7592c1533cdba22cdb1cb6a63bbf9bc42809c"
|
|
322
307
|
},
|
|
323
308
|
{
|
|
324
309
|
"id": "procedure.note",
|
|
@@ -328,7 +313,7 @@
|
|
|
328
313
|
{
|
|
329
314
|
"id": "procedure.package-output",
|
|
330
315
|
"path": "resources/procedures/package-output.md",
|
|
331
|
-
"digest": "sha256:
|
|
316
|
+
"digest": "sha256:fc214d1c6f7d8ce4a67fa56a90727f6676a7801f572e73e907005a37a8a543f7"
|
|
332
317
|
},
|
|
333
318
|
{
|
|
334
319
|
"id": "procedure.parallel-agent-batch",
|
|
@@ -343,7 +328,7 @@
|
|
|
343
328
|
{
|
|
344
329
|
"id": "procedure.production-stage-files",
|
|
345
330
|
"path": "resources/procedures/production-stage-files.md",
|
|
346
|
-
"digest": "sha256:
|
|
331
|
+
"digest": "sha256:c5ff9e138ecd3f90d04ac834a82b2764f583da105ca23e3e07dfb816349d6c32"
|
|
347
332
|
},
|
|
348
333
|
{
|
|
349
334
|
"id": "procedure.project-configuration",
|
|
@@ -353,7 +338,7 @@
|
|
|
353
338
|
{
|
|
354
339
|
"id": "procedure.repository-source-recovery",
|
|
355
340
|
"path": "resources/procedures/repository-source-recovery.md",
|
|
356
|
-
"digest": "sha256:
|
|
341
|
+
"digest": "sha256:024f6e2947ef421b9a5f5e138c9af65a054d676a7f484dbf80b43a620ee2c95d"
|
|
357
342
|
},
|
|
358
343
|
{
|
|
359
344
|
"id": "procedure.runtime-event-delivery",
|
|
@@ -373,7 +358,7 @@
|
|
|
373
358
|
{
|
|
374
359
|
"id": "procedure.source-capture-detailed",
|
|
375
360
|
"path": "resources/procedures/source-capture-detailed.md",
|
|
376
|
-
"digest": "sha256:
|
|
361
|
+
"digest": "sha256:04588ea5955c3796e867d091a0fba6fcc5d854c94805bfca4ae1fd398f5542c4"
|
|
377
362
|
},
|
|
378
363
|
{
|
|
379
364
|
"id": "procedure.source-update",
|
|
@@ -383,7 +368,7 @@
|
|
|
383
368
|
{
|
|
384
369
|
"id": "procedure.task-recovery",
|
|
385
370
|
"path": "resources/procedures/task-recovery.md",
|
|
386
|
-
"digest": "sha256:
|
|
371
|
+
"digest": "sha256:f3e4c39e98aef6b111b325f116e80962364617e13273eadea1feba71956f85a0"
|
|
387
372
|
},
|
|
388
373
|
{
|
|
389
374
|
"id": "procedure.verify-and-repair",
|
|
@@ -393,7 +378,7 @@
|
|
|
393
378
|
{
|
|
394
379
|
"id": "procedure.work-start-report",
|
|
395
380
|
"path": "resources/procedures/work-start-report.md",
|
|
396
|
-
"digest": "sha256:
|
|
381
|
+
"digest": "sha256:d41a91d89eb917bcc15a601ef85d4ac5187bec18365098442e45647eb19b1e90"
|
|
397
382
|
},
|
|
398
383
|
{
|
|
399
384
|
"id": "procedure.workspace-commit",
|
|
@@ -403,7 +388,7 @@
|
|
|
403
388
|
{
|
|
404
389
|
"id": "procedure.workspace-prepare",
|
|
405
390
|
"path": "resources/procedures/workspace-prepare.md",
|
|
406
|
-
"digest": "sha256:
|
|
391
|
+
"digest": "sha256:fdbfdeb1486c998785b41569cf6ed57c744e6265d11610d320a60ede0ebbc2c8"
|
|
407
392
|
},
|
|
408
393
|
{
|
|
409
394
|
"id": "procedure.workspace-restore",
|
|
@@ -423,7 +408,7 @@
|
|
|
423
408
|
{
|
|
424
409
|
"id": "template.work-start-report",
|
|
425
410
|
"path": "resources/templates/work-start-report.md",
|
|
426
|
-
"digest": "sha256:
|
|
411
|
+
"digest": "sha256:fb7c5bba6d1c6b9f71e28539c5edda63c162e6a3ccc6623d81e6d649638c8802"
|
|
427
412
|
}
|
|
428
413
|
],
|
|
429
414
|
"schemas": [
|
|
@@ -442,11 +427,6 @@
|
|
|
442
427
|
"path": "schemas/indexer-registry-bootstrap.schema.json",
|
|
443
428
|
"digest": "sha256:cee388dbb796e1795cd00a36b90bceacdc93459517f375358e53bcc20f1373e0"
|
|
444
429
|
},
|
|
445
|
-
{
|
|
446
|
-
"id": "schemas/repository-source-recovery.schema.json",
|
|
447
|
-
"path": "schemas/repository-source-recovery.schema.json",
|
|
448
|
-
"digest": "sha256:589aea722965d81c9291232346bfc1d90ea04a94913d8ab7e3461e5a92746c56"
|
|
449
|
-
},
|
|
450
430
|
{
|
|
451
431
|
"id": "schemas/source-batch-input.schema.json",
|
|
452
432
|
"path": "schemas/source-batch-input.schema.json",
|
|
@@ -515,10 +495,6 @@
|
|
|
515
495
|
"path": "actions/flush-runtime-events.yaml",
|
|
516
496
|
"digest": "sha256:a5f29f652fc9f5f3775fdf9aad0af837f8c72879a22c11074321923bda49b45a"
|
|
517
497
|
},
|
|
518
|
-
{
|
|
519
|
-
"path": "actions/inspect-repository-recovery.yaml",
|
|
520
|
-
"digest": "sha256:6890fc2fb95823753beb7684066ddaac0b02e377c5fe3f568ac75286e00c9e88"
|
|
521
|
-
},
|
|
522
498
|
{
|
|
523
499
|
"path": "actions/inspect-review.yaml",
|
|
524
500
|
"digest": "sha256:79ab3605a3b17d227f4c3ae4d207634884e1422c4bb07fc275e98c2bb296f140"
|
|
@@ -563,10 +539,6 @@
|
|
|
563
539
|
"path": "actions/resolve-current-indexer-gate.yaml",
|
|
564
540
|
"digest": "sha256:1141b2fba9bc91563c9fd5f86b7529cd2d47648a2dde5cac23a67cfef0988cc5"
|
|
565
541
|
},
|
|
566
|
-
{
|
|
567
|
-
"path": "actions/restore-repository-sources.yaml",
|
|
568
|
-
"digest": "sha256:58e40ee93d6bd1a9fe11d208fe771b576f8c5ceb05105d3e92a9aecc6b4a7fd8"
|
|
569
|
-
},
|
|
570
542
|
{
|
|
571
543
|
"path": "actions/resume-workspace-task.yaml",
|
|
572
544
|
"digest": "sha256:ab95e853a3b66f52f82b2043ab8b1a876f7c46834ec947ebd46a618c6c1844bd"
|
|
@@ -589,11 +561,11 @@
|
|
|
589
561
|
},
|
|
590
562
|
{
|
|
591
563
|
"path": "graphs/workspace.yaml",
|
|
592
|
-
"digest": "sha256:
|
|
564
|
+
"digest": "sha256:43eba7c45070fc2fec9c1f86af8e6190c49ebef8b729cb444701011dca8780be"
|
|
593
565
|
},
|
|
594
566
|
{
|
|
595
567
|
"path": "provider.yaml",
|
|
596
|
-
"digest": "sha256:
|
|
568
|
+
"digest": "sha256:64a5026a5b0e19e64ab902d11d9f648640596c3d56367d13e4e3ae9550388aea"
|
|
597
569
|
},
|
|
598
570
|
{
|
|
599
571
|
"path": "resources/contracts/indexer-provider-guide.yaml",
|
|
@@ -631,10 +603,6 @@
|
|
|
631
603
|
"path": "resources/dialogue/package-output.md",
|
|
632
604
|
"digest": "sha256:9fc871e50af37a4113964185ce390eda4952b02cad8abfd9c206bf408ce0e532"
|
|
633
605
|
},
|
|
634
|
-
{
|
|
635
|
-
"path": "resources/dialogue/repository-source-recovery.md",
|
|
636
|
-
"digest": "sha256:ac1c7ba59f91d870f011eb1526afa83003e45205a6c436f635fb0e5b2e3c3055"
|
|
637
|
-
},
|
|
638
606
|
{
|
|
639
607
|
"path": "resources/dialogue/source-boundary.md",
|
|
640
608
|
"digest": "sha256:8febe72d7b4d75b8d42e18dd6648bcc859fb8363f510bfdf43bceafd6ab80332"
|
|
@@ -649,11 +617,11 @@
|
|
|
649
617
|
},
|
|
650
618
|
{
|
|
651
619
|
"path": "resources/manuals/guides/indexer-provider-and-customization.md",
|
|
652
|
-
"digest": "sha256:
|
|
620
|
+
"digest": "sha256:57775f65ef70e622162f526522412cd2d54fbfbdf13a303300549705d34d3ccd"
|
|
653
621
|
},
|
|
654
622
|
{
|
|
655
623
|
"path": "resources/manuals/guides/knowledge-updates.md",
|
|
656
|
-
"digest": "sha256:
|
|
624
|
+
"digest": "sha256:9c26775c38090705524e24ef1b5a78554636f1732c8833e8e69e9f6993c6b206"
|
|
657
625
|
},
|
|
658
626
|
{
|
|
659
627
|
"path": "resources/manuals/guides/lark-resources.md",
|
|
@@ -669,7 +637,7 @@
|
|
|
669
637
|
},
|
|
670
638
|
{
|
|
671
639
|
"path": "resources/manuals/guides/package-outputs.md",
|
|
672
|
-
"digest": "sha256:
|
|
640
|
+
"digest": "sha256:a8c66facc2ad175324796e2478d6ca50e0c83b5d49eec0251d8548c3717a062b"
|
|
673
641
|
},
|
|
674
642
|
{
|
|
675
643
|
"path": "resources/manuals/guides/sessions.md",
|
|
@@ -681,7 +649,7 @@
|
|
|
681
649
|
},
|
|
682
650
|
{
|
|
683
651
|
"path": "resources/manuals/guides/workspace-prepare.md",
|
|
684
|
-
"digest": "sha256:
|
|
652
|
+
"digest": "sha256:0ee9b75fc2fa3237eef2119a90f217e913297cb036a4653a12369f2b00147ad9"
|
|
685
653
|
},
|
|
686
654
|
{
|
|
687
655
|
"path": "resources/manuals/guides/workspace-restore.md",
|
|
@@ -697,7 +665,7 @@
|
|
|
697
665
|
},
|
|
698
666
|
{
|
|
699
667
|
"path": "resources/manuals/reference/project-api.md",
|
|
700
|
-
"digest": "sha256:
|
|
668
|
+
"digest": "sha256:6225dc08f1a4362eee72e0fba4d8639d20d535818766d8a6b181396ebbb94f3f"
|
|
701
669
|
},
|
|
702
670
|
{
|
|
703
671
|
"path": "resources/manuals/reference/template-variables.md",
|
|
@@ -709,7 +677,7 @@
|
|
|
709
677
|
},
|
|
710
678
|
{
|
|
711
679
|
"path": "resources/procedures/close-and-build.md",
|
|
712
|
-
"digest": "sha256:
|
|
680
|
+
"digest": "sha256:c2f39abc2867e73a529ded2e475276738f62a4b61811b7792a49d6e358865a74"
|
|
713
681
|
},
|
|
714
682
|
{
|
|
715
683
|
"path": "resources/procedures/document-capture.md",
|
|
@@ -725,11 +693,11 @@
|
|
|
725
693
|
},
|
|
726
694
|
{
|
|
727
695
|
"path": "resources/procedures/knowledge-review.md",
|
|
728
|
-
"digest": "sha256:
|
|
696
|
+
"digest": "sha256:56185e8ea580015e89429a18faf3c7598f8200dc3ee458dbee04d6cbffadcb58"
|
|
729
697
|
},
|
|
730
698
|
{
|
|
731
699
|
"path": "resources/procedures/knowledge-updates.md",
|
|
732
|
-
"digest": "sha256:
|
|
700
|
+
"digest": "sha256:55deff10c4ad8b2c66d5fcf8c2b7592c1533cdba22cdb1cb6a63bbf9bc42809c"
|
|
733
701
|
},
|
|
734
702
|
{
|
|
735
703
|
"path": "resources/procedures/note.md",
|
|
@@ -737,7 +705,7 @@
|
|
|
737
705
|
},
|
|
738
706
|
{
|
|
739
707
|
"path": "resources/procedures/package-output.md",
|
|
740
|
-
"digest": "sha256:
|
|
708
|
+
"digest": "sha256:fc214d1c6f7d8ce4a67fa56a90727f6676a7801f572e73e907005a37a8a543f7"
|
|
741
709
|
},
|
|
742
710
|
{
|
|
743
711
|
"path": "resources/procedures/parallel-agent-batch.md",
|
|
@@ -749,7 +717,7 @@
|
|
|
749
717
|
},
|
|
750
718
|
{
|
|
751
719
|
"path": "resources/procedures/production-stage-files.md",
|
|
752
|
-
"digest": "sha256:
|
|
720
|
+
"digest": "sha256:c5ff9e138ecd3f90d04ac834a82b2764f583da105ca23e3e07dfb816349d6c32"
|
|
753
721
|
},
|
|
754
722
|
{
|
|
755
723
|
"path": "resources/procedures/project-configuration.md",
|
|
@@ -757,7 +725,7 @@
|
|
|
757
725
|
},
|
|
758
726
|
{
|
|
759
727
|
"path": "resources/procedures/repository-source-recovery.md",
|
|
760
|
-
"digest": "sha256:
|
|
728
|
+
"digest": "sha256:024f6e2947ef421b9a5f5e138c9af65a054d676a7f484dbf80b43a620ee2c95d"
|
|
761
729
|
},
|
|
762
730
|
{
|
|
763
731
|
"path": "resources/procedures/runtime-event-delivery.md",
|
|
@@ -773,7 +741,7 @@
|
|
|
773
741
|
},
|
|
774
742
|
{
|
|
775
743
|
"path": "resources/procedures/source-capture-detailed.md",
|
|
776
|
-
"digest": "sha256:
|
|
744
|
+
"digest": "sha256:04588ea5955c3796e867d091a0fba6fcc5d854c94805bfca4ae1fd398f5542c4"
|
|
777
745
|
},
|
|
778
746
|
{
|
|
779
747
|
"path": "resources/procedures/source-update.md",
|
|
@@ -781,7 +749,7 @@
|
|
|
781
749
|
},
|
|
782
750
|
{
|
|
783
751
|
"path": "resources/procedures/task-recovery.md",
|
|
784
|
-
"digest": "sha256:
|
|
752
|
+
"digest": "sha256:f3e4c39e98aef6b111b325f116e80962364617e13273eadea1feba71956f85a0"
|
|
785
753
|
},
|
|
786
754
|
{
|
|
787
755
|
"path": "resources/procedures/verify-and-repair.md",
|
|
@@ -789,7 +757,7 @@
|
|
|
789
757
|
},
|
|
790
758
|
{
|
|
791
759
|
"path": "resources/procedures/work-start-report.md",
|
|
792
|
-
"digest": "sha256:
|
|
760
|
+
"digest": "sha256:d41a91d89eb917bcc15a601ef85d4ac5187bec18365098442e45647eb19b1e90"
|
|
793
761
|
},
|
|
794
762
|
{
|
|
795
763
|
"path": "resources/procedures/workspace-commit.md",
|
|
@@ -797,7 +765,7 @@
|
|
|
797
765
|
},
|
|
798
766
|
{
|
|
799
767
|
"path": "resources/procedures/workspace-prepare.md",
|
|
800
|
-
"digest": "sha256:
|
|
768
|
+
"digest": "sha256:fdbfdeb1486c998785b41569cf6ed57c744e6265d11610d320a60ede0ebbc2c8"
|
|
801
769
|
},
|
|
802
770
|
{
|
|
803
771
|
"path": "resources/procedures/workspace-restore.md",
|
|
@@ -813,7 +781,7 @@
|
|
|
813
781
|
},
|
|
814
782
|
{
|
|
815
783
|
"path": "resources/templates/work-start-report.md",
|
|
816
|
-
"digest": "sha256:
|
|
784
|
+
"digest": "sha256:fb7c5bba6d1c6b9f71e28539c5edda63c162e6a3ccc6623d81e6d649638c8802"
|
|
817
785
|
},
|
|
818
786
|
{
|
|
819
787
|
"path": "resources/views/package-current.yaml",
|
|
@@ -851,10 +819,6 @@
|
|
|
851
819
|
"path": "schemas/indexer-registry-bootstrap.schema.json",
|
|
852
820
|
"digest": "sha256:cee388dbb796e1795cd00a36b90bceacdc93459517f375358e53bcc20f1373e0"
|
|
853
821
|
},
|
|
854
|
-
{
|
|
855
|
-
"path": "schemas/repository-source-recovery.schema.json",
|
|
856
|
-
"digest": "sha256:589aea722965d81c9291232346bfc1d90ea04a94913d8ab7e3461e5a92746c56"
|
|
857
|
-
},
|
|
858
822
|
{
|
|
859
823
|
"path": "schemas/source-batch-input.schema.json",
|
|
860
824
|
"digest": "sha256:4214f39249123feaffa528b2a48736530482ace482d35391d8622e543a429c64"
|
|
@@ -896,5 +860,5 @@
|
|
|
896
860
|
"indexer": [],
|
|
897
861
|
"workspace": []
|
|
898
862
|
},
|
|
899
|
-
"digest": "sha256:
|
|
863
|
+
"digest": "sha256:b5152e39b14bbdc8eab34d0053a011d97d108a7b816cdbce59995e8364563783"
|
|
900
864
|
}
|
|
@@ -34,7 +34,6 @@ production assignments. For example, replace the source and goals with the
|
|
|
34
34
|
user's actual scope:
|
|
35
35
|
|
|
36
36
|
```yaml
|
|
37
|
-
protocol: context.indexer.registry/v1
|
|
38
37
|
requirements:
|
|
39
38
|
- id: integration-guide
|
|
40
39
|
purpose: Help application developers understand and integrate the system.
|
|
@@ -47,7 +46,6 @@ requirements:
|
|
|
47
46
|
evidence_source_scope:
|
|
48
47
|
targets:
|
|
49
48
|
- source_ref: repo:sample
|
|
50
|
-
indexers: []
|
|
51
49
|
```
|
|
52
50
|
|
|
53
51
|
Use registered source identities, not guessed paths or URLs. Keep any confirmed
|