@c4a/context-cli 0.7.10 → 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 (37) hide show
  1. package/README.md +2 -2
  2. package/README.zh-CN.md +3 -3
  3. package/cli.js +1111 -402
  4. package/indexers/bundles/context-code-indexer/references/indexer.md +11 -1
  5. package/indexers/bundles/context-markdown-indexer/references/indexer.md +7 -2
  6. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +9 -6
  7. package/indexers/contracts/profile-contract.json +245 -245
  8. package/indexers/release-manifest.json +6 -6
  9. package/package.json +12 -12
  10. package/parserEntryWorker.js +26 -2
  11. package/plugins/README.md +1 -1
  12. package/plugins/README_CN.md +1 -1
  13. package/plugins/VERSION +1 -1
  14. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  15. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  16. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  17. package/plugins/skills/context-code-indexer/references/indexer.md +11 -1
  18. package/plugins/skills/context-markdown-indexer/references/indexer.md +7 -2
  19. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +9 -6
  20. package/providers/context/graphs/workspace.yaml +1 -22
  21. package/providers/context/manifest.json +26 -62
  22. package/providers/context/provider.yaml +1 -1
  23. package/providers/context/resources/manuals/guides/knowledge-updates.md +80 -3
  24. package/providers/context/resources/manuals/guides/package-outputs.md +39 -1
  25. package/providers/context/resources/manuals/reference/project-api.md +21 -2
  26. package/providers/context/resources/procedures/knowledge-review.md +18 -2
  27. package/providers/context/resources/procedures/knowledge-updates.md +80 -3
  28. package/providers/context/resources/procedures/package-output.md +18 -0
  29. package/providers/context/resources/procedures/production-stage-files.md +21 -0
  30. package/providers/context/resources/procedures/repository-source-recovery.md +5 -3
  31. package/providers/context/resources/procedures/task-recovery.md +6 -0
  32. package/providers/context/resources/procedures/work-start-report.md +14 -7
  33. package/providers/context/resources/templates/work-start-report.md +11 -6
  34. package/providers/context/actions/inspect-repository-recovery.yaml +0 -6
  35. package/providers/context/actions/restore-repository-sources.yaml +0 -7
  36. package/providers/context/resources/dialogue/repository-source-recovery.md +0 -23
  37. package/providers/context/schemas/repository-source-recovery.schema.json +0 -40
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "protocol": "context.indexer.cli-release-manifest/v1",
3
3
  "package": "@c4a/context-cli",
4
- "version": "0.7.10",
4
+ "version": "0.7.11",
5
5
  "issuer": "context4ai/context",
6
6
  "bundles": [
7
7
  {
@@ -11,7 +11,7 @@
11
11
  "kind": "cli-bundled",
12
12
  "locator": "cli-bundled://context/context-code-indexer"
13
13
  },
14
- "integrity": "sha256:c752399ea2ea0252c4805ecdb0f9563c335c345adb303ae73678abd219d5117e",
14
+ "integrity": "sha256:25b1e6765a8a4ebb274de4388a560f821749da10d84ef2b26351ab1dc905b571",
15
15
  "manifest_digest": "sha256:1bb49c2cfaaf1cc847dccd90c5f2bb6465941217a0e0d6053c0a5aeff467a013",
16
16
  "files": [
17
17
  {
@@ -124,7 +124,7 @@
124
124
  },
125
125
  {
126
126
  "path": "references/indexer.md",
127
- "digest": "sha256:fb778aaeb370fc399ba7a8ac9cfd0a2c596b6bceb42eab602c93f16cc0fc134b"
127
+ "digest": "sha256:2eb158e3bbaa38213225dacfe64de93b238cf81d9a851a017c17dd08ddfc6f18"
128
128
  },
129
129
  {
130
130
  "path": "references/metrics.md",
@@ -527,7 +527,7 @@
527
527
  "kind": "cli-bundled",
528
528
  "locator": "cli-bundled://context/context-markdown-indexer"
529
529
  },
530
- "integrity": "sha256:75e5cac1ed2af83f1fdb92fc2056be32564a5fcdc246b507f72c0dbff5675242",
530
+ "integrity": "sha256:66e0104e612b4922e189a16be6c3841d1bbdd9ba8be480a122dfc61203e6e83a",
531
531
  "manifest_digest": "sha256:4b6ea2307077abd4899515d32f72941ab8e6bceaa89f2b7662d732bbf817bce5",
532
532
  "files": [
533
533
  {
@@ -604,11 +604,11 @@
604
604
  },
605
605
  {
606
606
  "path": "references/indexer.md",
607
- "digest": "sha256:0d7bc7105439b6d488d3ebe5afbc5caf754a5322c930344b47419a02d5084417"
607
+ "digest": "sha256:3edcc5bb1d824951e414856f7bae107bb0a0cafc3f733725485d776e9b934845"
608
608
  },
609
609
  {
610
610
  "path": "references/semantic-planning.md",
611
- "digest": "sha256:88256776b7348e0db993842ec49d9dc99bc22c68370e5f480e1a4744e43acb44"
611
+ "digest": "sha256:5f0d36ea31e0c75a417bf30702ffecb95b82d34a2e866e5f5d4e5693a9028333"
612
612
  },
613
613
  {
614
614
  "path": "references/structure-and-artifacts.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/context-cli",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "type": "module",
5
5
  "description": "Local runtime and Agent integration for traceable knowledge production",
6
6
  "license": "MIT",
@@ -24,17 +24,17 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@c4a/agent-graph": "0.3.0",
27
- "@c4a/context": "0.7.10",
28
- "@c4a/extract": "0.7.10",
29
- "@c4a/extract-contract": "0.7.10",
30
- "@c4a/extract-go": "0.7.10",
31
- "@c4a/extract-mdx": "0.7.10",
32
- "@c4a/extract-proto": "0.7.10",
33
- "@c4a/extract-rush": "0.7.10",
34
- "@c4a/extract-sql": "0.7.10",
35
- "@c4a/extract-style": "0.7.10",
36
- "@c4a/extract-thrift": "0.7.10",
37
- "@c4a/extract-ts": "0.7.10",
27
+ "@c4a/context": "0.7.11",
28
+ "@c4a/extract": "0.7.11",
29
+ "@c4a/extract-contract": "0.7.11",
30
+ "@c4a/extract-go": "0.7.11",
31
+ "@c4a/extract-mdx": "0.7.11",
32
+ "@c4a/extract-proto": "0.7.11",
33
+ "@c4a/extract-rush": "0.7.11",
34
+ "@c4a/extract-sql": "0.7.11",
35
+ "@c4a/extract-style": "0.7.11",
36
+ "@c4a/extract-thrift": "0.7.11",
37
+ "@c4a/extract-ts": "0.7.11",
38
38
  "commander": "^11.0.0",
39
39
  "fast-xml-parser": "^5.10.1",
40
40
  "handlebars": "^4.7.8",
@@ -4514,14 +4514,38 @@ var init_zod = __esm(() => {
4514
4514
  });
4515
4515
 
4516
4516
  // ../context/src/packageSite.ts
4517
- var packageSiteSchema;
4517
+ var siteHrefSchema, packageSiteHomeActionSchema, packageSiteHomeResourceSchema, packageSiteHomeSchema, packageSiteSchema;
4518
4518
  var init_packageSite = __esm(() => {
4519
4519
  init_zod();
4520
+ siteHrefSchema = exports_external.string().trim().min(1).refine((value) => /^(?:https?:\/\/|mailto:|\/(?!\/)|#)/u.test(value), "Use an https URL, mailto URL, root-relative path, or page anchor");
4521
+ packageSiteHomeActionSchema = exports_external.object({
4522
+ text: exports_external.string().trim().min(1),
4523
+ link: siteHrefSchema,
4524
+ theme: exports_external.enum(["brand", "alt"]).optional()
4525
+ }).strict();
4526
+ packageSiteHomeResourceSchema = exports_external.object({
4527
+ title: exports_external.string().trim().min(1),
4528
+ description: exports_external.string().trim().min(1).optional(),
4529
+ href: siteHrefSchema.optional(),
4530
+ action: exports_external.string().trim().min(1).optional(),
4531
+ command: exports_external.string().trim().min(1).optional(),
4532
+ featured: exports_external.boolean().optional()
4533
+ }).strict().refine((value) => value.href !== undefined || value.command !== undefined, {
4534
+ message: "A homepage resource requires href or command"
4535
+ });
4536
+ packageSiteHomeSchema = exports_external.object({
4537
+ title: exports_external.string().trim().min(1).optional(),
4538
+ slogan: exports_external.string().trim().min(1).optional(),
4539
+ description: exports_external.string().trim().min(1).optional(),
4540
+ actions: exports_external.array(packageSiteHomeActionSchema).optional(),
4541
+ resources: exports_external.array(packageSiteHomeResourceSchema).optional()
4542
+ }).strict();
4520
4543
  packageSiteSchema = exports_external.object({
4521
4544
  title: exports_external.string().trim().min(1).optional(),
4522
4545
  description: exports_external.string().optional(),
4523
4546
  lang: exports_external.string().min(1).default("en-US"),
4524
- base: exports_external.string().regex(/^\/(?:[a-zA-Z0-9_-]+\/)*$/, "Use / or a slash-delimited deployment path, such as /docs/").default("/")
4547
+ base: exports_external.string().regex(/^\/(?:[a-zA-Z0-9_-]+\/)*$/, "Use / or a slash-delimited deployment path, such as /docs/").default("/"),
4548
+ home: packageSiteHomeSchema.optional()
4525
4549
  }).strict();
4526
4550
  });
4527
4551
 
package/plugins/README.md CHANGED
@@ -13,7 +13,7 @@ projection and the committed `plugins/context/repo-install/` tree. Do not edit g
13
13
  under `plugins/context/repo-install/` or `packages/context-cli/dist/plugins/`.
14
14
 
15
15
  `plugins/context/repo-install/{claude,codex,cursor}/` contains host-specific plugin roots with
16
- the two public entries; `plugins/context/repo-install/skills/` is the portable Skill
16
+ production, explicit query and Indexer creation entries; `plugins/context/repo-install/skills/` is the portable Skill
17
17
  projection. In the same install, `context plugin install` projects Providers
18
18
  to the Codex/Cursor shared `~/.agents/skills` directory and Claude's
19
19
  `~/.claude/skills`, so Provider names do not inherit a plugin namespace.
@@ -11,7 +11,7 @@ Code/Markdown/Note/Sessions Indexer Provider Skills、各宿主 manifest 模板
11
11
  仓库的 `plugins/context/repo-install/`。不要直接编辑 `plugins/context/repo-install/` 或
12
12
  `packages/context-cli/dist/plugins/` 下的生成文件。
13
13
 
14
- `plugins/context/repo-install/{claude,codex,cursor}/` 分别是只包含 Context 主入口的宿主插件根;
14
+ `plugins/context/repo-install/{claude,codex,cursor}/` 包含生产、显式查询及 Indexer 创建入口;
15
15
  `plugins/context/repo-install/skills/` 是可移植 Skill 投影。`context plugin install` 在同一次安装中
16
16
  把 Provider 投影到 Codex/Cursor 共用的 `~/.agents/skills` 与 Claude 的
17
17
  `~/.claude/skills`,因此 Provider 不获得插件命名空间。
package/plugins/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.10
1
+ 0.7.11
@@ -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.10",
4
+ "version": "0.7.11",
5
5
  "author": {
6
6
  "name": "c4a"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c4a",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
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.10",
13
+ "shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.11",
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.10",
4
+ "version": "0.7.11",
5
5
  "description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
6
6
  "author": {
7
7
  "name": "Context4AI",
@@ -7,6 +7,9 @@ and file navigation is a starting point, not a semantic grouping or a complete
7
7
  feature inventory. Inspect relevant manifests, public entry files, registrations,
8
8
  maintained documentation or a few representative declarations to understand
9
9
  which kinds of reader topics the module can support.
10
+ For broad work, identify the main capability families across the authorized
11
+ range before treating investigation as finished. A representative implementation
12
+ can establish how to investigate a family, not that every family is covered.
10
13
 
11
14
  Technology-specific investigation may be direct Agent reading or a bounded
12
15
  helper from an available skill. A helper should expose feature names, counts
@@ -51,6 +54,9 @@ supply better business names and rationale; code paths are structural hints,
51
54
  not immutable topic names. Preserve stable article identity when the reader
52
55
  task is unchanged. Different platforms or deprecated entrypoints may need
53
56
  separate treatment even when names match.
57
+ Before consolidating existing articles, read their relevant content. Preserve
58
+ checked interfaces, relationships and examples; a shorter map must not replace
59
+ them with instructions to rediscover the same knowledge.
54
60
 
55
61
  Submit article targets, reader questions, sources and batches with the current
56
62
  plan schema. Keep pending scope explicit when only part is investigated.
@@ -79,7 +85,11 @@ Explain what the module is responsible for, when and how to enter it through
79
85
  stable interfaces, what it hands off, and the relevant state and failure
80
86
  boundaries. A directory summary or symbol list is not an explanation.
81
87
  An integration guide focuses on consumption; a maintenance guide may need
82
- internal transformations and recovery. Follow the actual reader purpose.
88
+ internal transformations and recovery. For an entry-first task, provide a checked
89
+ file or symbol, why it is relevant and a concrete next hop; a package name or
90
+ generic instruction to search pages/handlers is not a problem-level entry.
91
+ For an explanation, read the conditions, callers and implementation needed to
92
+ answer it instead of substituting that investigation route for the answer.
83
93
 
84
94
  Read the source that establishes the claim. An outbound client is not an
85
95
  inbound service; host and remote declarations do not prove loading behavior.
@@ -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"
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:2a6f4d9856827c5699226216579153b163e184f8c5dec6c9660c859966a3de8d"
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",
@@ -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:509c083ee40e96465396ea7ee8281cf18837a669f0882def19d55abc05ce86a7"
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:7ac5ee8e370dd887fb1e24419adfcbe66aec174aa8ce651a1f7f763864972e73"
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",
@@ -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:14574e9874c393f16601604eb1d460012dc7ee5da85c8228562d772407c48761"
381
+ "digest": "sha256:d41a91d89eb917bcc15a601ef85d4ac5187bec18365098442e45647eb19b1e90"
397
382
  },
398
383
  {
399
384
  "id": "procedure.workspace-commit",
@@ -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:7aa52ec56fd418284a036924f462e2ff85b4dd0d09c9ebf9598700a6fcf5ee78"
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"
@@ -653,7 +621,7 @@
653
621
  },
654
622
  {
655
623
  "path": "resources/manuals/guides/knowledge-updates.md",
656
- "digest": "sha256:117f1385d381be6420107ccd0ba399b45ad5c027d9dcdd825740bbebacd28365"
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",
@@ -697,7 +665,7 @@
697
665
  },
698
666
  {
699
667
  "path": "resources/manuals/reference/project-api.md",
700
- "digest": "sha256:2a6f4d9856827c5699226216579153b163e184f8c5dec6c9660c859966a3de8d"
668
+ "digest": "sha256:6225dc08f1a4362eee72e0fba4d8639d20d535818766d8a6b181396ebbb94f3f"
701
669
  },
702
670
  {
703
671
  "path": "resources/manuals/reference/template-variables.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:509c083ee40e96465396ea7ee8281cf18837a669f0882def19d55abc05ce86a7"
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:7ac5ee8e370dd887fb1e24419adfcbe66aec174aa8ce651a1f7f763864972e73"
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",
@@ -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:14574e9874c393f16601604eb1d460012dc7ee5da85c8228562d772407c48761"
760
+ "digest": "sha256:d41a91d89eb917bcc15a601ef85d4ac5187bec18365098442e45647eb19b1e90"
793
761
  },
794
762
  {
795
763
  "path": "resources/procedures/workspace-commit.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:a0ca654f19065b2ce03eaabdd76631c477eaa951eb7957f6bff027110600f74f"
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
3
+ version: 0.7.11
4
4
  name: Context workflow
5
5
  description: Internal work contract for Context knowledge workspaces.
6
6
  graphs: