@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.
Files changed (68) hide show
  1. package/README.md +2 -2
  2. package/README.zh-CN.md +3 -3
  3. package/cli.js +2034 -925
  4. package/indexers/bundles/context-code-indexer/references/indexer.md +25 -1
  5. package/indexers/bundles/context-code-indexer/templates/adapter-integration.md +1 -1
  6. package/indexers/bundles/context-code-indexer/templates/api-service.md +1 -1
  7. package/indexers/bundles/context-code-indexer/templates/background-runtime.md +1 -1
  8. package/indexers/bundles/context-code-indexer/templates/cli-tool.md +1 -1
  9. package/indexers/bundles/context-code-indexer/templates/component-library.md +4 -4
  10. package/indexers/bundles/context-code-indexer/templates/contract-source.md +1 -1
  11. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md +6 -8
  12. package/indexers/bundles/context-code-indexer/templates/domain-service.md +1 -1
  13. package/indexers/bundles/context-code-indexer/templates/monorepo-container.md +1 -1
  14. package/indexers/bundles/context-code-indexer/templates/sdk-library.md +1 -2
  15. package/indexers/bundles/context-code-indexer/templates/web-application.md +1 -1
  16. package/indexers/bundles/context-markdown-indexer/references/indexer.md +7 -2
  17. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +9 -6
  18. package/indexers/contracts/profile-contract.json +245 -245
  19. package/indexers/release-manifest.json +17 -17
  20. package/package.json +12 -12
  21. package/parserEntryWorker.js +43 -10
  22. package/plugins/README.md +1 -1
  23. package/plugins/README_CN.md +1 -1
  24. package/plugins/VERSION +1 -1
  25. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  26. package/plugins/claude/commands/context.md +37 -73
  27. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  28. package/plugins/codex/skills/context/SKILL.md +37 -73
  29. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  30. package/plugins/cursor/commands/c4a-context.md +37 -73
  31. package/plugins/skills/context/SKILL.md +37 -73
  32. package/plugins/skills/context-code-indexer/references/indexer.md +25 -1
  33. package/plugins/skills/context-code-indexer/templates/adapter-integration.md +1 -1
  34. package/plugins/skills/context-code-indexer/templates/api-service.md +1 -1
  35. package/plugins/skills/context-code-indexer/templates/background-runtime.md +1 -1
  36. package/plugins/skills/context-code-indexer/templates/cli-tool.md +1 -1
  37. package/plugins/skills/context-code-indexer/templates/component-library.md +4 -4
  38. package/plugins/skills/context-code-indexer/templates/contract-source.md +1 -1
  39. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +6 -8
  40. package/plugins/skills/context-code-indexer/templates/domain-service.md +1 -1
  41. package/plugins/skills/context-code-indexer/templates/monorepo-container.md +1 -1
  42. package/plugins/skills/context-code-indexer/templates/sdk-library.md +1 -2
  43. package/plugins/skills/context-code-indexer/templates/web-application.md +1 -1
  44. package/plugins/skills/context-markdown-indexer/references/indexer.md +7 -2
  45. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +9 -6
  46. package/providers/context/graphs/workspace.yaml +1 -22
  47. package/providers/context/manifest.json +34 -70
  48. package/providers/context/provider.yaml +1 -1
  49. package/providers/context/resources/manuals/guides/indexer-provider-and-customization.md +0 -2
  50. package/providers/context/resources/manuals/guides/knowledge-updates.md +108 -5
  51. package/providers/context/resources/manuals/guides/package-outputs.md +39 -1
  52. package/providers/context/resources/manuals/guides/workspace-prepare.md +17 -0
  53. package/providers/context/resources/manuals/reference/project-api.md +58 -19
  54. package/providers/context/resources/procedures/close-and-build.md +21 -0
  55. package/providers/context/resources/procedures/knowledge-review.md +18 -2
  56. package/providers/context/resources/procedures/knowledge-updates.md +108 -5
  57. package/providers/context/resources/procedures/package-output.md +18 -0
  58. package/providers/context/resources/procedures/production-stage-files.md +35 -0
  59. package/providers/context/resources/procedures/repository-source-recovery.md +5 -3
  60. package/providers/context/resources/procedures/source-capture-detailed.md +16 -2
  61. package/providers/context/resources/procedures/task-recovery.md +6 -0
  62. package/providers/context/resources/procedures/work-start-report.md +24 -11
  63. package/providers/context/resources/procedures/workspace-prepare.md +17 -0
  64. package/providers/context/resources/templates/work-start-report.md +11 -6
  65. package/providers/context/actions/inspect-repository-recovery.yaml +0 -6
  66. package/providers/context/actions/restore-repository-sources.yaml +0 -7
  67. package/providers/context/resources/dialogue/repository-source-recovery.md +0 -23
  68. 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
- Use the exact profile and Artifact policy variant supplied by the workset.
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
- Use the exact profile and Artifact policy variant supplied by the workset.
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
- Use the exact sdk-library or component-library profile and Artifact policy
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
- Use the exact profile and Artifact policy variant supplied by the workset.
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
- Keep useful prior contributions and real gaps visible during updates.
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. A long document may need
18
- several articles; several documents may jointly answer one question. Neither
19
- file count nor heading count determines article count. Choose batches based
20
- on reader tasks, dependencies and useful shared reading, not source or skill
21
- identity. Do not create per-member dispositions or a separate semantic graph.
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. An unread source is unfinished, not implicitly excluded.
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: ensure-repository-sources, kind: gatedBy }
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.10-alpha.2"
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:4e82d3ffe1b0bcad9187a1f7816a965fd042225fb5095d1ef3a2b834142cc4b7"
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:afbe6fe6c44e9c8065101aeb4ae0db7d7d472f62c14039451fadf231d72ea555"
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:c885675aa4c31b6c4b765498dd31517d4851b663636c50cfe538217af20c3148"
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:397e4e426cc86777e6f34cd22391e8f32785be765714762a908669eeadbb06e9"
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:b33f99684f20b0f66da1602e485f28db7adf0bab0e958bb049594630d9dccd90"
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:cccbd04d452b4c4b5e6661d8d26f449ab4a1476201763a94bc1b1085fe9fc8cb"
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:b459e3cd34e59c546048e42102224e88f510eac0fbf64841a2da8185dff3fe17"
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:cfc137270976b78591b189d274f1dd7fc9576b9325914836e5254ebd7cde7ba6"
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:af42c0f67d48518e76f4feac1969476fe16e35f591d2dd4432ae57fb31b6f794"
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:6d9a86e30e2c17df41850463f01e8bb02bcf2744cb10acf1bcaacb48ade9808a"
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:dead2fadd325700695b244da7441dc822e8849480e749772b1e8fde9812e51ec"
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:6cf90b883205b82579a1c737350c8507513cdde48e78d8e67c35ceb0c743dac1"
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:2070ad93fecb856b22e6b7183dce2262ba7ed14d117c9a3fb11ddd7433959dee"
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:338f0a7d21e38ae3fdc0388f0f0f16b8aeb2ac93af6f5bcf01569d6a58f0c230"
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:4e82d3ffe1b0bcad9187a1f7816a965fd042225fb5095d1ef3a2b834142cc4b7"
564
+ "digest": "sha256:43eba7c45070fc2fec9c1f86af8e6190c49ebef8b729cb444701011dca8780be"
593
565
  },
594
566
  {
595
567
  "path": "provider.yaml",
596
- "digest": "sha256:c7d98c2083dc36f2a35bc3347ec62f10513f3d30c2d8a546564d512a0d9073a9"
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:ca719f378668df609f3e8e98847a1c14d5e49cff2acd27d11d99e69726d0d825"
620
+ "digest": "sha256:57775f65ef70e622162f526522412cd2d54fbfbdf13a303300549705d34d3ccd"
653
621
  },
654
622
  {
655
623
  "path": "resources/manuals/guides/knowledge-updates.md",
656
- "digest": "sha256:2ebadaa4a43742f8138ae50a0a06d76cabd73ccc1109c186c622a34abff0dc5b"
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:afbe6fe6c44e9c8065101aeb4ae0db7d7d472f62c14039451fadf231d72ea555"
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:914b8889c4430ce5358977354088b10ab806e17ca1ad72587c3778fad7cbc09e"
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:c885675aa4c31b6c4b765498dd31517d4851b663636c50cfe538217af20c3148"
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:397e4e426cc86777e6f34cd22391e8f32785be765714762a908669eeadbb06e9"
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:b33f99684f20b0f66da1602e485f28db7adf0bab0e958bb049594630d9dccd90"
696
+ "digest": "sha256:56185e8ea580015e89429a18faf3c7598f8200dc3ee458dbee04d6cbffadcb58"
729
697
  },
730
698
  {
731
699
  "path": "resources/procedures/knowledge-updates.md",
732
- "digest": "sha256:cccbd04d452b4c4b5e6661d8d26f449ab4a1476201763a94bc1b1085fe9fc8cb"
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:b459e3cd34e59c546048e42102224e88f510eac0fbf64841a2da8185dff3fe17"
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:cfc137270976b78591b189d274f1dd7fc9576b9325914836e5254ebd7cde7ba6"
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:af42c0f67d48518e76f4feac1969476fe16e35f591d2dd4432ae57fb31b6f794"
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:6d9a86e30e2c17df41850463f01e8bb02bcf2744cb10acf1bcaacb48ade9808a"
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:dead2fadd325700695b244da7441dc822e8849480e749772b1e8fde9812e51ec"
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:6cf90b883205b82579a1c737350c8507513cdde48e78d8e67c35ceb0c743dac1"
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:2070ad93fecb856b22e6b7183dce2262ba7ed14d117c9a3fb11ddd7433959dee"
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:338f0a7d21e38ae3fdc0388f0f0f16b8aeb2ac93af6f5bcf01569d6a58f0c230"
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:db804faff131848a33741c6c68397ba61ac9b7e8a095714c6fb53c17d9b56757"
863
+ "digest": "sha256:b5152e39b14bbdc8eab34d0053a011d97d108a7b816cdbce59995e8364563783"
900
864
  }
@@ -1,6 +1,6 @@
1
1
  schema: agent-graph.provider.v1
2
2
  id: c4a/context
3
- version: 0.7.10-alpha.2
3
+ version: 0.7.11
4
4
  name: Context workflow
5
5
  description: Internal work contract for Context knowledge workspaces.
6
6
  graphs:
@@ -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