@c4a/context-cli 0.7.10 → 0.7.12
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 +1216 -450
- package/indexers/bundles/context-code-indexer/references/indexer.md +11 -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 +6 -6
- package/package.json +12 -12
- package/parserEntryWorker.js +26 -2
- 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/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/skills/context-code-indexer/references/indexer.md +11 -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 +29 -65
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/manuals/guides/knowledge-updates.md +87 -3
- package/providers/context/resources/manuals/guides/package-outputs.md +39 -1
- package/providers/context/resources/manuals/guides/workspace-prepare.md +3 -0
- package/providers/context/resources/manuals/reference/project-api.md +21 -2
- package/providers/context/resources/procedures/knowledge-review.md +18 -2
- package/providers/context/resources/procedures/knowledge-updates.md +87 -3
- package/providers/context/resources/procedures/package-output.md +18 -0
- package/providers/context/resources/procedures/production-stage-files.md +21 -0
- package/providers/context/resources/procedures/repository-source-recovery.md +5 -3
- package/providers/context/resources/procedures/task-recovery.md +6 -0
- package/providers/context/resources/procedures/work-start-report.md +14 -7
- package/providers/context/resources/procedures/workspace-prepare.md +3 -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
|
@@ -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.
|
|
4
|
+
"version": "0.7.12",
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
607
|
+
"digest": "sha256:3edcc5bb1d824951e414856f7bae107bb0a0cafc3f733725485d776e9b934845"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"path": "references/semantic-planning.md",
|
|
611
|
-
"digest": "sha256:
|
|
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.
|
|
3
|
+
"version": "0.7.12",
|
|
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.
|
|
28
|
-
"@c4a/extract": "0.7.
|
|
29
|
-
"@c4a/extract-contract": "0.7.
|
|
30
|
-
"@c4a/extract-go": "0.7.
|
|
31
|
-
"@c4a/extract-mdx": "0.7.
|
|
32
|
-
"@c4a/extract-proto": "0.7.
|
|
33
|
-
"@c4a/extract-rush": "0.7.
|
|
34
|
-
"@c4a/extract-sql": "0.7.
|
|
35
|
-
"@c4a/extract-style": "0.7.
|
|
36
|
-
"@c4a/extract-thrift": "0.7.
|
|
37
|
-
"@c4a/extract-ts": "0.7.
|
|
27
|
+
"@c4a/context": "0.7.12",
|
|
28
|
+
"@c4a/extract": "0.7.12",
|
|
29
|
+
"@c4a/extract-contract": "0.7.12",
|
|
30
|
+
"@c4a/extract-go": "0.7.12",
|
|
31
|
+
"@c4a/extract-mdx": "0.7.12",
|
|
32
|
+
"@c4a/extract-proto": "0.7.12",
|
|
33
|
+
"@c4a/extract-rush": "0.7.12",
|
|
34
|
+
"@c4a/extract-sql": "0.7.12",
|
|
35
|
+
"@c4a/extract-style": "0.7.12",
|
|
36
|
+
"@c4a/extract-thrift": "0.7.12",
|
|
37
|
+
"@c4a/extract-ts": "0.7.12",
|
|
38
38
|
"commander": "^11.0.0",
|
|
39
39
|
"fast-xml-parser": "^5.10.1",
|
|
40
40
|
"handlebars": "^4.7.8",
|
package/parserEntryWorker.js
CHANGED
|
@@ -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
|
-
|
|
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.
|
package/plugins/README_CN.md
CHANGED
|
@@ -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}/`
|
|
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.
|
|
1
|
+
0.7.12
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c4a",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.12",
|
|
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.12",
|
|
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",
|
|
@@ -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.
|
|
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
|
-
|
|
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.12"
|
|
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",
|
|
@@ -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:f26726fc3264337200608e73f9ac20397016d6e3319ae8def6bf2a768630ae96"
|
|
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",
|
|
@@ -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:9bffefd9d4ac0ab46b9274a07c1a0a0b809659fe22a0bb28e2c78a6dc403a999"
|
|
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:9916bad3dd3172994e821c3e8b9e28fedeb1f833edaa5182512f18f43901bd4e"
|
|
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:
|
|
624
|
+
"digest": "sha256:18f9088eaab56ed92b5c131136de7f5527ece738a6bef3a605608d220f62ec28"
|
|
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:a0f801e442331135274de04cfc4006c4641da50421d5e80a47f23b329dd13766"
|
|
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",
|
|
@@ -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:f26726fc3264337200608e73f9ac20397016d6e3319ae8def6bf2a768630ae96"
|
|
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",
|
|
@@ -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:9bffefd9d4ac0ab46b9274a07c1a0a0b809659fe22a0bb28e2c78a6dc403a999"
|
|
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:e459da141751e9328d5d1b284f07abb54ae60c939eb964784cb94e5571170b03"
|
|
900
864
|
}
|