@quolu/lattice 0.63.6 → 0.63.7
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/LICENSE +147 -147
- package/README.ja.md +378 -378
- package/README.md +303 -303
- package/bin/lattice-mcp.mjs +0 -0
- package/bin/lattice-scripted-adapter.mjs +0 -0
- package/bin/lattice-scripted-worker.mjs +0 -0
- package/bin/lattice-work-order-adapter.mjs +0 -0
- package/bin/lattice.mjs +0 -0
- package/docs/bridge-setup.md +248 -248
- package/docs/schemas/lattice.executor_packet.v1.schema.json +57 -57
- package/docs/schemas/lattice.executor_receipt.v1.schema.json +66 -66
- package/docs/schemas/lattice.phase_todo_revision.v3.schema.json +360 -360
- package/docs/schemas/lattice.plan_create_input.v1.schema.json +56 -56
- package/docs/schemas/lattice.plan_create_input.v2.schema.json +72 -72
- package/docs/schemas/lattice.plan_create_input.v3.schema.json +81 -81
- package/docs/schemas/lattice.plan_create_input.v4.schema.json +357 -357
- package/docs/schemas/lattice.plan_scope_review.v1.schema.json +55 -55
- package/docs/schemas/lattice.run_request.v1.schema.json +238 -238
- package/docs/schemas/lattice.runtime_adapter_capabilities.v2.schema.json +55 -55
- package/docs/schemas/lattice.runtime_adapter_registration_input.v1.schema.json +78 -78
- package/docs/schemas/lattice.runtime_adapter_registration_input.v2.schema.json +86 -86
- package/docs/schemas/lattice.todo_extraction.v2.schema.json +298 -298
- package/docs/schemas/lattice.todo_extraction.v3.schema.json +150 -150
- package/docs/schemas/lattice.todo_extraction.v4.schema.json +161 -161
- package/docs/schemas/lattice.todo_revision.v2.schema.json +260 -260
- package/docs/schemas/lattice.todo_revision_set.v3.schema.json +363 -363
- package/docs/schemas/lattice.todo_structure_binding.v1.schema.json +47 -47
- package/docs/schemas/lattice.todo_structure_realization.v1.schema.json +55 -55
- package/docs/schemas/lattice.todo_structure_set.v1.schema.json +264 -264
- package/package.json +109 -109
- package/sensor/LICENSE +21 -21
- package/sensor/NOTICE +19 -19
- package/sensor/dist/bin/lattice-sensor.js +9 -9
- package/sensor/dist/db/index.js +24 -24
- package/sensor/dist/db/migrations.js +41 -41
- package/sensor/dist/db/queries.js +164 -164
- package/sensor/dist/db/schema.sql +205 -205
- package/sensor/dist/directory.js +5 -5
- package/sensor/dist/extraction/wasm/tree-sitter-c_sharp.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-cfml.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-cfquery.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-cfscript.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-cobol.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-erlang.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-go.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-java.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-javascript.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-nix.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-pascal.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-python.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-tsx.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-typescript.wasm +0 -0
- package/sensor/dist/extraction/wasm/tree-sitter-vbnet.wasm +0 -0
- package/sensor/dist/mcp/liveness-watchdog.js +53 -53
- package/sensor/dist/mcp/server-instructions.js +95 -95
- package/sensor/package.json +56 -56
- package/src/cli-help.mjs +1 -0
- package/src/todo-cli.mjs +4 -1
- package/src/todo-contracts.mjs +7 -2
- package/src/todo-store.mjs +100 -26
|
@@ -18,79 +18,79 @@ exports.SERVER_INSTRUCTIONS_NO_ROOT_INDEX = exports.SERVER_INSTRUCTIONS = void 0
|
|
|
18
18
|
* burn tokens. ADR 0049 / 0059 require the eight compatibility tools to remain
|
|
19
19
|
* visible by default; provider identity is Lattice regardless of their names.
|
|
20
20
|
*/
|
|
21
|
-
exports.SERVER_INSTRUCTIONS = `# Lattice sensor — code intelligence over an indexed knowledge graph
|
|
22
|
-
|
|
23
|
-
Provider identity: lattice. The lattice_sensor_* names below are compatibility tool names served by Lattice's own bundled sensor; they do not call or require the independent Lattice sensor product.
|
|
24
|
-
|
|
25
|
-
Lattice sensor is a SQLite knowledge graph of every symbol, edge, and file in
|
|
26
|
-
the workspace — pre-computed structure you would otherwise re-derive by
|
|
27
|
-
reading files (cached intelligence: thousands of parse/trace decisions you
|
|
28
|
-
don't pay to re-reason each run). Reads are sub-millisecond; the index lags
|
|
29
|
-
writes by ~1s through the file watcher. Reach for it BEFORE *and* while
|
|
30
|
-
writing or editing code — not just for questions: one call returns the
|
|
31
|
-
verbatim source PLUS who calls it and what it affects, so you edit with the
|
|
32
|
-
blast radius in view. More accurate context, in far fewer tokens and
|
|
33
|
-
round-trips than reading files yourself.
|
|
34
|
-
|
|
35
|
-
## One tool: lattice_sensor_explore — use it instead of reading files
|
|
36
|
-
|
|
37
|
-
There is a single tool, \`lattice_sensor_explore\`, and it is Read-equivalent. It
|
|
38
|
-
takes either a natural-language question or a bag of symbol/file names and
|
|
39
|
-
returns the **verbatim, line-numbered source** of the relevant symbols
|
|
40
|
-
grouped by file — the same \`<n>\\t<line>\` shape \`Read\` gives you, safe to
|
|
41
|
-
\`Edit\` from — PLUS the call path among them (including dynamic-dispatch hops
|
|
42
|
-
like callbacks, React re-render, and JSX children that grep can't follow) and
|
|
43
|
-
a blast-radius summary of what depends on them.
|
|
44
|
-
|
|
45
|
-
Whether you're answering "how does X work" or implementing a change (fixing a
|
|
46
|
-
bug, adding a feature), call \`lattice_sensor_explore\` before you Read. ONE call
|
|
47
|
-
usually answers the whole question. Lattice sensor IS the pre-built search index —
|
|
48
|
-
so running your own grep + read loop, or delegating the lookup to a separate
|
|
49
|
-
file-reading sub-task/agent, repeats work lattice sensor already did and costs more
|
|
50
|
-
for the same answer. A direct lattice sensor answer is typically one to a few
|
|
51
|
-
calls; a grep/read exploration is dozens.
|
|
52
|
-
|
|
53
|
-
## How to query
|
|
54
|
-
|
|
55
|
-
- **Almost any question — "how does X work", architecture, a bug, "what/where is X", or surveying an area** → \`lattice_sensor_explore\` with a natural-language question or the relevant names. ONE capped call returns the verbatim source grouped by file; most often the ONLY call you need.
|
|
56
|
-
- **"How does X reach/become Y? / the flow / the path from X to Y"** → \`lattice_sensor_explore\`, naming the symbols that span the flow (e.g. \`mutateElement renderScene\`) — it surfaces the call path among them, riding dynamic-dispatch hops, and returns their source.
|
|
57
|
-
- **Reading or editing a file/symbol you can name** → put its name or file path in the \`lattice_sensor_explore\` query — it returns that current line-numbered source (safe to \`Edit\` from) with the call path and blast radius attached, so you don't Read it separately. For an overloaded name it returns every matching definition's body in one call.
|
|
58
|
-
- **Need more?** Call \`lattice_sensor_explore\` again with more specific names — treat the source it returns as already Read.
|
|
59
|
-
|
|
60
|
-
## Anti-patterns
|
|
61
|
-
|
|
62
|
-
- **Trust lattice sensor's results — don't re-verify them with grep.** They come from a full AST parse; re-checking with grep is slower, less accurate, and wastes context.
|
|
63
|
-
- **Don't grep or Read first** to find or understand indexed code — ONE \`lattice_sensor_explore\` returns the relevant symbols' source together in a single round-trip. Reach for raw \`Read\`/\`Grep\` only to confirm a specific detail lattice sensor didn't cover, or for what lattice sensor doesn't index (configs, docs).
|
|
64
|
-
- **Don't reconstruct a flow by hand** — name the endpoints in one \`lattice_sensor_explore\` and it surfaces the path between them, dynamic-dispatch hops included.
|
|
65
|
-
- **After editing, check the staleness banner.** When a tool response starts with "⚠️ Some files referenced below were edited since the last index sync…", the listed files are pending re-index — Read those specific files for accurate content. Every file NOT in that banner is fresh, so still trust lattice sensor. A different, rarer banner — "⚠️ LatticeSensor auto-sync is DISABLED…" — means live watching stopped entirely (the whole index is frozen, not just a few files); until it's resolved, Read files directly to confirm anything that may have changed.
|
|
66
|
-
- **A file flagged "⚠ changed on disk after the last index sync" drifted from its index** (most common on projects queried via \`projectPath\`, which have no live watcher). LatticeSensor never serves a possibly-mis-sliced body from such a file — it either shows the file's full CURRENT source (trust it as a Read) or omits the source with this flag. When the source was omitted, Read that specific file; line numbers referencing it elsewhere in the response may be shifted until that project's next sync. All unflagged files remain trustworthy.
|
|
67
|
-
|
|
68
|
-
## Limitations
|
|
69
|
-
|
|
70
|
-
- If a project isn't indexed (no \`.lattice/sensor/\`), decide whether building the index will reduce total investigation time and model tokens for the current or expected work. When workspace writes and shell execution are allowed, you may run \`lattice sensor init <projectPath> --json\` yourself, then retry the sensor call; scope it to the intended project and account for the one-time indexing cost. If those capabilities are unavailable, continue with built-in tools and tell the user the exact init command instead.
|
|
71
|
-
- Index lags file writes by ~1 second.
|
|
72
|
-
- Cross-file resolution is best-effort name matching; ambiguous calls may return multiple candidates.
|
|
73
|
-
- No live correctness validation — that's still the TypeScript compiler / test suite / linter's job. Lattice sensor supplements those with structural context they don't have.
|
|
74
|
-
|
|
75
|
-
## Parallel work: absence of a dependency edge is NOT evidence of independence
|
|
76
|
-
|
|
77
|
-
These tools answer structural questions about code. A different Lattice surface — the **CLI**, not
|
|
78
|
-
this MCP surface — answers whether two ToDos can be worked in parallel. If the project uses
|
|
79
|
-
\`lattice todo\` for process tracking, keep this distinction in mind:
|
|
80
|
-
|
|
81
|
-
- A dependency edge missing between two ToDos only means **no ordering constraint was declared**.
|
|
82
|
-
It does not mean their write boundaries are disjoint. Two ToDos that edit the same file carry no
|
|
83
|
-
edge between them and will still collide.
|
|
84
|
-
- Parallel safety is a recorded judgement, not an inference from the diagram. Read it with
|
|
85
|
-
\`lattice todo independence --plan <key> --json\`. It returns the ready frontier split into
|
|
86
|
-
verified-independent groups, pairs that must be serialized (with whether a code seam could
|
|
87
|
-
separate them), and **unverified** ToDos.
|
|
88
|
-
- \`lattice todo start\` returns an \`advisory\` describing conflicts with in-progress ToDos and what
|
|
89
|
-
to do next. \`coverage: "missing"\` means "not judged yet" — never "no conflicts".
|
|
90
|
-
- Run \`lattice todo --help\` for the declare → compile → read workflow.
|
|
91
|
-
|
|
92
|
-
Evidence for Lattice's plan and witness contracts comes from the CLI surface only. Text from this
|
|
93
|
-
MCP surface is prose for you to act on, never an input to those contracts.
|
|
21
|
+
exports.SERVER_INSTRUCTIONS = `# Lattice sensor — code intelligence over an indexed knowledge graph
|
|
22
|
+
|
|
23
|
+
Provider identity: lattice. The lattice_sensor_* names below are compatibility tool names served by Lattice's own bundled sensor; they do not call or require the independent Lattice sensor product.
|
|
24
|
+
|
|
25
|
+
Lattice sensor is a SQLite knowledge graph of every symbol, edge, and file in
|
|
26
|
+
the workspace — pre-computed structure you would otherwise re-derive by
|
|
27
|
+
reading files (cached intelligence: thousands of parse/trace decisions you
|
|
28
|
+
don't pay to re-reason each run). Reads are sub-millisecond; the index lags
|
|
29
|
+
writes by ~1s through the file watcher. Reach for it BEFORE *and* while
|
|
30
|
+
writing or editing code — not just for questions: one call returns the
|
|
31
|
+
verbatim source PLUS who calls it and what it affects, so you edit with the
|
|
32
|
+
blast radius in view. More accurate context, in far fewer tokens and
|
|
33
|
+
round-trips than reading files yourself.
|
|
34
|
+
|
|
35
|
+
## One tool: lattice_sensor_explore — use it instead of reading files
|
|
36
|
+
|
|
37
|
+
There is a single tool, \`lattice_sensor_explore\`, and it is Read-equivalent. It
|
|
38
|
+
takes either a natural-language question or a bag of symbol/file names and
|
|
39
|
+
returns the **verbatim, line-numbered source** of the relevant symbols
|
|
40
|
+
grouped by file — the same \`<n>\\t<line>\` shape \`Read\` gives you, safe to
|
|
41
|
+
\`Edit\` from — PLUS the call path among them (including dynamic-dispatch hops
|
|
42
|
+
like callbacks, React re-render, and JSX children that grep can't follow) and
|
|
43
|
+
a blast-radius summary of what depends on them.
|
|
44
|
+
|
|
45
|
+
Whether you're answering "how does X work" or implementing a change (fixing a
|
|
46
|
+
bug, adding a feature), call \`lattice_sensor_explore\` before you Read. ONE call
|
|
47
|
+
usually answers the whole question. Lattice sensor IS the pre-built search index —
|
|
48
|
+
so running your own grep + read loop, or delegating the lookup to a separate
|
|
49
|
+
file-reading sub-task/agent, repeats work lattice sensor already did and costs more
|
|
50
|
+
for the same answer. A direct lattice sensor answer is typically one to a few
|
|
51
|
+
calls; a grep/read exploration is dozens.
|
|
52
|
+
|
|
53
|
+
## How to query
|
|
54
|
+
|
|
55
|
+
- **Almost any question — "how does X work", architecture, a bug, "what/where is X", or surveying an area** → \`lattice_sensor_explore\` with a natural-language question or the relevant names. ONE capped call returns the verbatim source grouped by file; most often the ONLY call you need.
|
|
56
|
+
- **"How does X reach/become Y? / the flow / the path from X to Y"** → \`lattice_sensor_explore\`, naming the symbols that span the flow (e.g. \`mutateElement renderScene\`) — it surfaces the call path among them, riding dynamic-dispatch hops, and returns their source.
|
|
57
|
+
- **Reading or editing a file/symbol you can name** → put its name or file path in the \`lattice_sensor_explore\` query — it returns that current line-numbered source (safe to \`Edit\` from) with the call path and blast radius attached, so you don't Read it separately. For an overloaded name it returns every matching definition's body in one call.
|
|
58
|
+
- **Need more?** Call \`lattice_sensor_explore\` again with more specific names — treat the source it returns as already Read.
|
|
59
|
+
|
|
60
|
+
## Anti-patterns
|
|
61
|
+
|
|
62
|
+
- **Trust lattice sensor's results — don't re-verify them with grep.** They come from a full AST parse; re-checking with grep is slower, less accurate, and wastes context.
|
|
63
|
+
- **Don't grep or Read first** to find or understand indexed code — ONE \`lattice_sensor_explore\` returns the relevant symbols' source together in a single round-trip. Reach for raw \`Read\`/\`Grep\` only to confirm a specific detail lattice sensor didn't cover, or for what lattice sensor doesn't index (configs, docs).
|
|
64
|
+
- **Don't reconstruct a flow by hand** — name the endpoints in one \`lattice_sensor_explore\` and it surfaces the path between them, dynamic-dispatch hops included.
|
|
65
|
+
- **After editing, check the staleness banner.** When a tool response starts with "⚠️ Some files referenced below were edited since the last index sync…", the listed files are pending re-index — Read those specific files for accurate content. Every file NOT in that banner is fresh, so still trust lattice sensor. A different, rarer banner — "⚠️ LatticeSensor auto-sync is DISABLED…" — means live watching stopped entirely (the whole index is frozen, not just a few files); until it's resolved, Read files directly to confirm anything that may have changed.
|
|
66
|
+
- **A file flagged "⚠ changed on disk after the last index sync" drifted from its index** (most common on projects queried via \`projectPath\`, which have no live watcher). LatticeSensor never serves a possibly-mis-sliced body from such a file — it either shows the file's full CURRENT source (trust it as a Read) or omits the source with this flag. When the source was omitted, Read that specific file; line numbers referencing it elsewhere in the response may be shifted until that project's next sync. All unflagged files remain trustworthy.
|
|
67
|
+
|
|
68
|
+
## Limitations
|
|
69
|
+
|
|
70
|
+
- If a project isn't indexed (no \`.lattice/sensor/\`), decide whether building the index will reduce total investigation time and model tokens for the current or expected work. When workspace writes and shell execution are allowed, you may run \`lattice sensor init <projectPath> --json\` yourself, then retry the sensor call; scope it to the intended project and account for the one-time indexing cost. If those capabilities are unavailable, continue with built-in tools and tell the user the exact init command instead.
|
|
71
|
+
- Index lags file writes by ~1 second.
|
|
72
|
+
- Cross-file resolution is best-effort name matching; ambiguous calls may return multiple candidates.
|
|
73
|
+
- No live correctness validation — that's still the TypeScript compiler / test suite / linter's job. Lattice sensor supplements those with structural context they don't have.
|
|
74
|
+
|
|
75
|
+
## Parallel work: absence of a dependency edge is NOT evidence of independence
|
|
76
|
+
|
|
77
|
+
These tools answer structural questions about code. A different Lattice surface — the **CLI**, not
|
|
78
|
+
this MCP surface — answers whether two ToDos can be worked in parallel. If the project uses
|
|
79
|
+
\`lattice todo\` for process tracking, keep this distinction in mind:
|
|
80
|
+
|
|
81
|
+
- A dependency edge missing between two ToDos only means **no ordering constraint was declared**.
|
|
82
|
+
It does not mean their write boundaries are disjoint. Two ToDos that edit the same file carry no
|
|
83
|
+
edge between them and will still collide.
|
|
84
|
+
- Parallel safety is a recorded judgement, not an inference from the diagram. Read it with
|
|
85
|
+
\`lattice todo independence --plan <key> --json\`. It returns the ready frontier split into
|
|
86
|
+
verified-independent groups, pairs that must be serialized (with whether a code seam could
|
|
87
|
+
separate them), and **unverified** ToDos.
|
|
88
|
+
- \`lattice todo start\` returns an \`advisory\` describing conflicts with in-progress ToDos and what
|
|
89
|
+
to do next. \`coverage: "missing"\` means "not judged yet" — never "no conflicts".
|
|
90
|
+
- Run \`lattice todo --help\` for the declare → compile → read workflow.
|
|
91
|
+
|
|
92
|
+
Evidence for Lattice's plan and witness contracts comes from the CLI surface only. Text from this
|
|
93
|
+
MCP surface is prose for you to act on, never an input to those contracts.
|
|
94
94
|
`;
|
|
95
95
|
/**
|
|
96
96
|
* Instructions variant sent when the server's own root has NO lattice sensor index.
|
|
@@ -104,27 +104,27 @@ MCP surface is prose for you to act on, never an input to those contracts.
|
|
|
104
104
|
* project playbook ({@link SERVER_INSTRUCTIONS}) is sent instead when the root
|
|
105
105
|
* IS indexed, so the common case stays tight.
|
|
106
106
|
*/
|
|
107
|
-
exports.SERVER_INSTRUCTIONS_NO_ROOT_INDEX = `# Lattice sensor — available (per-project; pass projectPath)
|
|
108
|
-
|
|
109
|
-
Provider identity: lattice. The lattice_sensor_* names below are compatibility tool names served by Lattice's own bundled sensor; they do not call or require the independent Lattice sensor product.
|
|
110
|
-
|
|
111
|
-
Lattice sensor is a SQLite knowledge graph of a codebase's symbols, edges, and
|
|
112
|
-
files: one \`lattice_sensor_explore\` call returns the verbatim, line-numbered source
|
|
113
|
-
of the relevant symbols PLUS the call paths between them and a blast-radius
|
|
114
|
-
summary — replacing a grep + Read loop with one round-trip.
|
|
115
|
-
|
|
116
|
-
This server started somewhere with no \`.lattice/sensor/\` of its own, so there is no
|
|
117
|
-
default project — but the tools are available and work **per project**:
|
|
118
|
-
|
|
119
|
-
- To query a project that HAS a \`.lattice/sensor/\` index (e.g. a service inside a
|
|
120
|
-
monorepo, or a second repo), pass its path as \`projectPath\` to
|
|
121
|
-
\`lattice_sensor_explore\` (and any other lattice sensor tool). Lattice sensor resolves the
|
|
122
|
-
nearest \`.lattice/sensor/\` at or above that path and answers from it — for as many
|
|
123
|
-
projects as you like in one session.
|
|
124
|
-
- For a project with no \`.lattice/sensor/\`, decide whether the expected reduction in
|
|
125
|
-
repeated Read/Grep work justifies the one-time indexing cost. When workspace writes
|
|
126
|
-
and shell execution are allowed, you may run \`lattice sensor init <projectPath> --json\`
|
|
127
|
-
yourself and then retry with that \`projectPath\`; otherwise use built-in tools and
|
|
128
|
-
tell the user the exact init command. A new index is picked up live, with no restart.
|
|
107
|
+
exports.SERVER_INSTRUCTIONS_NO_ROOT_INDEX = `# Lattice sensor — available (per-project; pass projectPath)
|
|
108
|
+
|
|
109
|
+
Provider identity: lattice. The lattice_sensor_* names below are compatibility tool names served by Lattice's own bundled sensor; they do not call or require the independent Lattice sensor product.
|
|
110
|
+
|
|
111
|
+
Lattice sensor is a SQLite knowledge graph of a codebase's symbols, edges, and
|
|
112
|
+
files: one \`lattice_sensor_explore\` call returns the verbatim, line-numbered source
|
|
113
|
+
of the relevant symbols PLUS the call paths between them and a blast-radius
|
|
114
|
+
summary — replacing a grep + Read loop with one round-trip.
|
|
115
|
+
|
|
116
|
+
This server started somewhere with no \`.lattice/sensor/\` of its own, so there is no
|
|
117
|
+
default project — but the tools are available and work **per project**:
|
|
118
|
+
|
|
119
|
+
- To query a project that HAS a \`.lattice/sensor/\` index (e.g. a service inside a
|
|
120
|
+
monorepo, or a second repo), pass its path as \`projectPath\` to
|
|
121
|
+
\`lattice_sensor_explore\` (and any other lattice sensor tool). Lattice sensor resolves the
|
|
122
|
+
nearest \`.lattice/sensor/\` at or above that path and answers from it — for as many
|
|
123
|
+
projects as you like in one session.
|
|
124
|
+
- For a project with no \`.lattice/sensor/\`, decide whether the expected reduction in
|
|
125
|
+
repeated Read/Grep work justifies the one-time indexing cost. When workspace writes
|
|
126
|
+
and shell execution are allowed, you may run \`lattice sensor init <projectPath> --json\`
|
|
127
|
+
yourself and then retry with that \`projectPath\`; otherwise use built-in tools and
|
|
128
|
+
tell the user the exact init command. A new index is picked up live, with no restart.
|
|
129
129
|
`;
|
|
130
130
|
//# sourceMappingURL=server-instructions.js.map
|
package/sensor/package.json
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@quolu/lattice-sensor",
|
|
3
|
-
"version": "0.7.3-lattice.1",
|
|
4
|
-
"private": true,
|
|
5
|
-
"description": "Lattice-owned local structural sensor.",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/kitepon/Lattice.git"
|
|
9
|
-
},
|
|
10
|
-
"main": "dist/index.js",
|
|
11
|
-
"types": "dist/index.d.ts",
|
|
12
|
-
"files": [
|
|
13
|
-
"dist",
|
|
14
|
-
"README.md"
|
|
15
|
-
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "npm run clean && tsc && npm run copy-assets",
|
|
18
|
-
"copy-assets": "node -e \"const fs=require('fs');fs.mkdirSync('dist/db',{recursive:true});fs.copyFileSync('src/db/schema.sql','dist/db/schema.sql');fs.mkdirSync('dist/extraction/wasm',{recursive:true});fs.readdirSync('src/extraction/wasm').filter(f=>f.endsWith('.wasm')).forEach(f=>fs.copyFileSync('src/extraction/wasm/'+f,'dist/extraction/wasm/'+f))\"",
|
|
19
|
-
"dev": "tsc --watch",
|
|
20
|
-
"build:kernel": "bash scripts/build-kernel.sh",
|
|
21
|
-
"test": "vitest run --maxWorkers=4 --minWorkers=1",
|
|
22
|
-
"test:watch": "vitest",
|
|
23
|
-
"test:eval": "vitest run __tests__/evaluation/",
|
|
24
|
-
"eval": "npm run build && npx tsx __tests__/evaluation/runner.ts",
|
|
25
|
-
"clean": "node -e \"const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true})\""
|
|
26
|
-
},
|
|
27
|
-
"keywords": [
|
|
28
|
-
"code-intelligence",
|
|
29
|
-
"knowledge-graph",
|
|
30
|
-
"static-analysis"
|
|
31
|
-
],
|
|
32
|
-
"author": "",
|
|
33
|
-
"license": "MIT",
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@clack/prompts": "^1.3.0",
|
|
36
|
-
"commander": "^14.0.2",
|
|
37
|
-
"fast-string-width": "^3.0.2",
|
|
38
|
-
"fast-wrap-ansi": "^0.2.0",
|
|
39
|
-
"ignore": "^7.0.5",
|
|
40
|
-
"jsonc-parser": "^3.3.1",
|
|
41
|
-
"picomatch": "^4.0.4",
|
|
42
|
-
"sisteransi": "^1.0.5",
|
|
43
|
-
"tree-sitter-wasms": "^0.1.11",
|
|
44
|
-
"web-tree-sitter": "^0.25.3"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@types/better-sqlite3": "^7.6.0",
|
|
48
|
-
"@types/node": "^20.19.30",
|
|
49
|
-
"@types/picomatch": "^4.0.2",
|
|
50
|
-
"typescript": "^5.0.0",
|
|
51
|
-
"vitest": "^2.1.9"
|
|
52
|
-
},
|
|
53
|
-
"engines": {
|
|
54
|
-
"node": ">=20.0.0 <25.0.0 || >=26.0.0"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@quolu/lattice-sensor",
|
|
3
|
+
"version": "0.7.3-lattice.1",
|
|
4
|
+
"private": true,
|
|
5
|
+
"description": "Lattice-owned local structural sensor.",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/kitepon/Lattice.git"
|
|
9
|
+
},
|
|
10
|
+
"main": "dist/index.js",
|
|
11
|
+
"types": "dist/index.d.ts",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "npm run clean && tsc && npm run copy-assets",
|
|
18
|
+
"copy-assets": "node -e \"const fs=require('fs');fs.mkdirSync('dist/db',{recursive:true});fs.copyFileSync('src/db/schema.sql','dist/db/schema.sql');fs.mkdirSync('dist/extraction/wasm',{recursive:true});fs.readdirSync('src/extraction/wasm').filter(f=>f.endsWith('.wasm')).forEach(f=>fs.copyFileSync('src/extraction/wasm/'+f,'dist/extraction/wasm/'+f))\"",
|
|
19
|
+
"dev": "tsc --watch",
|
|
20
|
+
"build:kernel": "bash scripts/build-kernel.sh",
|
|
21
|
+
"test": "vitest run --maxWorkers=4 --minWorkers=1",
|
|
22
|
+
"test:watch": "vitest",
|
|
23
|
+
"test:eval": "vitest run __tests__/evaluation/",
|
|
24
|
+
"eval": "npm run build && npx tsx __tests__/evaluation/runner.ts",
|
|
25
|
+
"clean": "node -e \"const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true})\""
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"code-intelligence",
|
|
29
|
+
"knowledge-graph",
|
|
30
|
+
"static-analysis"
|
|
31
|
+
],
|
|
32
|
+
"author": "",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@clack/prompts": "^1.3.0",
|
|
36
|
+
"commander": "^14.0.2",
|
|
37
|
+
"fast-string-width": "^3.0.2",
|
|
38
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
39
|
+
"ignore": "^7.0.5",
|
|
40
|
+
"jsonc-parser": "^3.3.1",
|
|
41
|
+
"picomatch": "^4.0.4",
|
|
42
|
+
"sisteransi": "^1.0.5",
|
|
43
|
+
"tree-sitter-wasms": "^0.1.11",
|
|
44
|
+
"web-tree-sitter": "^0.25.3"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@types/better-sqlite3": "^7.6.0",
|
|
48
|
+
"@types/node": "^20.19.30",
|
|
49
|
+
"@types/picomatch": "^4.0.2",
|
|
50
|
+
"typescript": "^5.0.0",
|
|
51
|
+
"vitest": "^2.1.9"
|
|
52
|
+
},
|
|
53
|
+
"engines": {
|
|
54
|
+
"node": ">=20.0.0 <25.0.0 || >=26.0.0"
|
|
55
|
+
}
|
|
56
|
+
}
|
package/src/cli-help.mjs
CHANGED
|
@@ -106,6 +106,7 @@ Write commands:
|
|
|
106
106
|
# 監査と構造finalizationは残作業であり、doneの門ではない
|
|
107
107
|
reopen --plan <key> --task <id> --reason <text> [--override-reason <text>]
|
|
108
108
|
evidence promote --plan <key> --task <id> --evidence <file>
|
|
109
|
+
# done状態と完了時刻を維持し、最新doneへ追記eventで証拠を再束縛する
|
|
109
110
|
dependency connect --from-plan <key> --from-task <id> --to-plan <key> --to-task <id> --reason <text>
|
|
110
111
|
# 開発中に発見したplan跨ぎ依存を明示接続する。依存の自動推定は行わない
|
|
111
112
|
independence compile --plan <key> --input <file> # witness setとsensorから並列可否を記録する
|
package/src/todo-cli.mjs
CHANGED
|
@@ -631,7 +631,10 @@ async function mutate({
|
|
|
631
631
|
eventPayload = { evidence, ...(testResult === null ? {} : { test_result: testResult }) };
|
|
632
632
|
}
|
|
633
633
|
if (kind === 'done' && payload === 'evidence_promotion') {
|
|
634
|
-
|
|
634
|
+
// imported/authored の由来はlock内のcanonical stateから解決する。
|
|
635
|
+
// CLI側で固定するとauthored doneの証拠を再束縛できず、path更新後の
|
|
636
|
+
// evidence_unverifiedを修復する公開経路が無くなる。
|
|
637
|
+
eventPayload = { done_mode: 'evidence_promotion', evidence };
|
|
635
638
|
}
|
|
636
639
|
const { event, snapshot, plan, phases } = await appendTodoEvent({
|
|
637
640
|
repoRoot,
|
package/src/todo-contracts.mjs
CHANGED
|
@@ -544,7 +544,8 @@ function validPayload(event) {
|
|
|
544
544
|
}
|
|
545
545
|
if (event.kind === 'done' && payload?.done_mode === 'evidence_promotion') {
|
|
546
546
|
return exactRecord(payload, ['done_mode', 'imported', 'target_done_digest', 'evidence'])
|
|
547
|
-
&& payload.imported ===
|
|
547
|
+
&& typeof payload.imported === 'boolean'
|
|
548
|
+
&& isTodoDigest(payload.target_done_digest) && evidence(payload.evidence);
|
|
548
549
|
}
|
|
549
550
|
if (event.kind === 'reopen') return exactRecord(payload, ['reason', 'target_done_digest', 'override_reason'])
|
|
550
551
|
&& nullableText(payload.reason) && payload.reason !== null && isTodoDigest(payload.target_done_digest)
|
|
@@ -599,7 +600,11 @@ function validCarriedState(value) {
|
|
|
599
600
|
if (value.status === 'blocked') return value.done_at === null && value.blocked_reason !== null
|
|
600
601
|
&& activeEvidenceValid && testResult === null;
|
|
601
602
|
return value.blocked_reason === null && value.evidence !== null
|
|
602
|
-
|
|
603
|
+
// importedは完了状態の来歴を表す。evidence_promotion後もtrueを維持するため、
|
|
604
|
+
// imported doneの現在証拠はimport sourceまたは通常evidence descriptorのどちらも有効。
|
|
605
|
+
&& (value.imported
|
|
606
|
+
? validateTodoImportSource(value.evidence) || evidence(value.evidence)
|
|
607
|
+
: evidence(value.evidence));
|
|
603
608
|
}
|
|
604
609
|
|
|
605
610
|
function validStateMigration(value) {
|
package/src/todo-store.mjs
CHANGED
|
@@ -59,6 +59,7 @@ const CROSS_PLAN_RECOVERY_CLAIMS_REF = `${STORE_ROOT_REF}/.cross-plan-recovery`;
|
|
|
59
59
|
const CROSS_PLAN_IMPORT_TRANSACTION_SCHEMA = 'lattice.todo_cross_plan_import_transaction.v1';
|
|
60
60
|
const SOURCE_CUTOVER_BARRIER_REF = `${STORE_ROOT_REF}/source-cutover-recovery.json`;
|
|
61
61
|
const SOURCE_CUTOVER_RECOVERY_CAPABILITY = Symbol('lattice.todo.source-cutover-recovery');
|
|
62
|
+
const EVIDENCE_REPAIR_CAPABILITY = Symbol('lattice.todo.evidence-repair');
|
|
62
63
|
const MAX_FUTURE_SKEW_MS = 5 * 60 * 1_000;
|
|
63
64
|
const WRITER_CALLERS = new Set(['g4-migration', 'g5-authoring']);
|
|
64
65
|
const TODO_REVISION_SCHEMAS = Object.freeze([
|
|
@@ -534,8 +535,11 @@ function replay(plan, events, { now = new Date(), verifyEvidence, verifyImportSo
|
|
|
534
535
|
Object.assign(state, structuredClone(migration.state), { evidence_unverified: false });
|
|
535
536
|
if (state.evidence !== null) {
|
|
536
537
|
const evidence = state.evidence;
|
|
537
|
-
const context = { plan_key: plan.plan_key, task_id: migration.to_task_id
|
|
538
|
-
|
|
538
|
+
const context = { plan_key: plan.plan_key, task_id: migration.to_task_id,
|
|
539
|
+
event_digest: event.event_digest };
|
|
540
|
+
// importedは完了の来歴であって現在のdescriptor型ではない。promotion後の
|
|
541
|
+
// imported doneは通常evidenceを持つため、descriptor自身から検証器を選ぶ。
|
|
542
|
+
if (validateTodoImportSource(evidence)) {
|
|
539
543
|
if (verifyImportSource) {
|
|
540
544
|
pendingVerifications.set(`task:${migration.to_task_id}`, () => verifyImportSource(evidence, context));
|
|
541
545
|
}
|
|
@@ -655,7 +659,7 @@ function replay(plan, events, { now = new Date(), verifyEvidence, verifyImportSo
|
|
|
655
659
|
if (verifyImportSource) {
|
|
656
660
|
const evidence = event.payload.evidence;
|
|
657
661
|
pendingVerifications.set(`task:${event.task_id}`, () => verifyImportSource(evidence, {
|
|
658
|
-
plan_key: plan.plan_key, task_id: event.task_id,
|
|
662
|
+
plan_key: plan.plan_key, task_id: event.task_id, event_digest: event.event_digest,
|
|
659
663
|
}));
|
|
660
664
|
}
|
|
661
665
|
state.status = 'in-progress';
|
|
@@ -709,7 +713,7 @@ function replay(plan, events, { now = new Date(), verifyEvidence, verifyImportSo
|
|
|
709
713
|
if (verifyEvidence) {
|
|
710
714
|
const evidence = event.payload.evidence;
|
|
711
715
|
pendingVerifications.set(`task:${event.task_id}`, () => verifyEvidence(evidence, {
|
|
712
|
-
plan_key: plan.plan_key, task_id: event.task_id,
|
|
716
|
+
plan_key: plan.plan_key, task_id: event.task_id, event_digest: event.event_digest,
|
|
713
717
|
}));
|
|
714
718
|
}
|
|
715
719
|
state.status = 'done'; state.done_at = event.recorded_at; state.evidence = event.payload.evidence;
|
|
@@ -721,7 +725,7 @@ function replay(plan, events, { now = new Date(), verifyEvidence, verifyImportSo
|
|
|
721
725
|
if (verifyImportSource) {
|
|
722
726
|
const evidence = event.payload.evidence;
|
|
723
727
|
pendingVerifications.set(`task:${event.task_id}`, () => verifyImportSource(evidence, {
|
|
724
|
-
plan_key: plan.plan_key, task_id: event.task_id,
|
|
728
|
+
plan_key: plan.plan_key, task_id: event.task_id, event_digest: event.event_digest,
|
|
725
729
|
}));
|
|
726
730
|
}
|
|
727
731
|
state.status = 'done'; state.done_at = event.payload.completed_at === 'unknown_requires_evidence'
|
|
@@ -730,15 +734,27 @@ function replay(plan, events, { now = new Date(), verifyEvidence, verifyImportSo
|
|
|
730
734
|
completion.set(event.task_id, { mode: 'historical_import', completed_at: event.payload.completed_at });
|
|
731
735
|
} else {
|
|
732
736
|
const current = completion.get(event.task_id);
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
||
|
|
736
|
-
|
|
737
|
+
const expectedTarget = doneDigest.get(event.task_id) ?? null;
|
|
738
|
+
if (state.status !== 'done' || current === undefined
|
|
739
|
+
|| state.imported !== event.payload.imported
|
|
740
|
+
|| expectedTarget !== event.payload.target_done_digest) {
|
|
741
|
+
fail('STORE_INCONSISTENT', 'invalid_evidence_promotion', {
|
|
742
|
+
task_id: event.task_id,
|
|
743
|
+
status: state.status,
|
|
744
|
+
current_completion_mode: current?.mode ?? null,
|
|
745
|
+
current_imported: state.imported,
|
|
746
|
+
requested_imported: event.payload.imported,
|
|
747
|
+
expected_target_done_digest: expectedTarget,
|
|
748
|
+
actual_target_done_digest: event.payload.target_done_digest,
|
|
749
|
+
eligible_status: 'done',
|
|
750
|
+
next_action: state.status === 'done'
|
|
751
|
+
? 'retry_against_latest_done_state' : 'complete_the_task_before_promoting_evidence',
|
|
752
|
+
});
|
|
737
753
|
}
|
|
738
754
|
if (verifyEvidence) {
|
|
739
755
|
const evidence = event.payload.evidence;
|
|
740
756
|
pendingVerifications.set(`task:${event.task_id}`, () => verifyEvidence(evidence, {
|
|
741
|
-
plan_key: plan.plan_key, task_id: event.task_id,
|
|
757
|
+
plan_key: plan.plan_key, task_id: event.task_id, event_digest: event.event_digest,
|
|
742
758
|
}));
|
|
743
759
|
}
|
|
744
760
|
state.evidence = event.payload.evidence;
|
|
@@ -1143,7 +1159,7 @@ function readEvidenceBlob(absoluteRepo, oid) {
|
|
|
1143
1159
|
return entry.bytes;
|
|
1144
1160
|
}
|
|
1145
1161
|
|
|
1146
|
-
function evidenceVerifier(manifest, repoRoot, hard) {
|
|
1162
|
+
function evidenceVerifier(manifest, repoRoot, hard, repair = null) {
|
|
1147
1163
|
const repositories = new Map(manifest.repositories.map((repo) => [repo.repo_id, repo.path]));
|
|
1148
1164
|
return (descriptor, context = {}) => {
|
|
1149
1165
|
if (!validateEvidenceDescriptor(descriptor)) fail('STORE_INCONSISTENT', 'evidence_descriptor_invalid');
|
|
@@ -1166,6 +1182,15 @@ function evidenceVerifier(manifest, repoRoot, hard) {
|
|
|
1166
1182
|
if (sha256Bytes(bytes) !== descriptor.content_digest) throw new Error('digest mismatch');
|
|
1167
1183
|
return true;
|
|
1168
1184
|
} catch {
|
|
1185
|
+
const repairTarget = repair !== null
|
|
1186
|
+
&& typeof repair.taskId === 'string'
|
|
1187
|
+
&& context.plan_key === repair.planKey
|
|
1188
|
+
&& typeof context.task_id === 'string'
|
|
1189
|
+
&& context.task_id === repair.taskId;
|
|
1190
|
+
// evidence promotionだけは、同じtaskの過去eventを新しいhard-verified eventで
|
|
1191
|
+
// supersedeするためにここを通る。prospective event自身と他taskは免除しない。
|
|
1192
|
+
if (repairTarget
|
|
1193
|
+
&& (repair.eventDigest === null || context.event_digest !== repair.eventDigest)) return false;
|
|
1169
1194
|
if (hard) fail('STORE_INCONSISTENT', 'evidence_unverified', {
|
|
1170
1195
|
...context,
|
|
1171
1196
|
next_action: context.plan_key === undefined
|
|
@@ -1325,13 +1350,20 @@ function liveReplacementPreservesListStructure(lineBytes, replacement) {
|
|
|
1325
1350
|
return source !== null && target !== null && source[1] === target[1] && source[2] === target[2];
|
|
1326
1351
|
}
|
|
1327
1352
|
|
|
1328
|
-
function importSourceVerifier(repoRoot, hard, cache = null) {
|
|
1353
|
+
function importSourceVerifier(repoRoot, hard, cache = null, repair = null) {
|
|
1329
1354
|
return (descriptor, context = {}) => {
|
|
1330
1355
|
if (!validateTodoImportSource(descriptor)) fail('STORE_INCONSISTENT', 'import_source_descriptor_invalid');
|
|
1331
1356
|
try {
|
|
1332
1357
|
pinnedSourceLine(repoRoot, descriptor, cache);
|
|
1333
1358
|
return true;
|
|
1334
1359
|
} catch {
|
|
1360
|
+
const repairTarget = repair !== null
|
|
1361
|
+
&& typeof repair.taskId === 'string'
|
|
1362
|
+
&& context.plan_key === repair.planKey
|
|
1363
|
+
&& typeof context.task_id === 'string'
|
|
1364
|
+
&& context.task_id === repair.taskId;
|
|
1365
|
+
if (repairTarget
|
|
1366
|
+
&& (repair.eventDigest === null || context.event_digest !== repair.eventDigest)) return false;
|
|
1335
1367
|
if (hard) fail('STORE_INCONSISTENT', 'import_source_unverified', {
|
|
1336
1368
|
...context,
|
|
1337
1369
|
next_action: 'verify_source_commit_origin_path_and_line_then_retry',
|
|
@@ -1506,8 +1538,14 @@ export async function readTodoStore(options = {}) {
|
|
|
1506
1538
|
fail('STORE_INCONSISTENT', 'manifest_revision_binding_mismatch');
|
|
1507
1539
|
}
|
|
1508
1540
|
prefetchVerificationObjects(manifest, repoRoot, journal.events, pinnedSourceCache);
|
|
1509
|
-
const
|
|
1510
|
-
|
|
1541
|
+
const evidenceRepair = options.evidenceRepairCapability === EVIDENCE_REPAIR_CAPABILITY
|
|
1542
|
+
? options.evidenceRepair ?? null : null;
|
|
1543
|
+
const verifyEvidence = evidenceVerifier(
|
|
1544
|
+
manifest, repoRoot, options.forWrite === true, evidenceRepair,
|
|
1545
|
+
);
|
|
1546
|
+
const verifyImportSource = importSourceVerifier(
|
|
1547
|
+
repoRoot, options.forWrite === true, pinnedSourceCache, evidenceRepair,
|
|
1548
|
+
);
|
|
1511
1549
|
const tasks = replay(plan, journal.events, {
|
|
1512
1550
|
now: options.now ? new Date(options.now) : new Date(),
|
|
1513
1551
|
verifyEvidence: options.forWrite === true ? verifyEvidence : undefined,
|
|
@@ -1516,8 +1554,13 @@ export async function readTodoStore(options = {}) {
|
|
|
1516
1554
|
const expectedSnapshot = snapshotFor(plan, journal.events, structuredClone(tasks));
|
|
1517
1555
|
// Read-time evidence failure is annotation, never store rejection.
|
|
1518
1556
|
for (const task of tasks) if (task.evidence !== null) {
|
|
1557
|
+
const context = {
|
|
1558
|
+
plan_key: plan.plan_key,
|
|
1559
|
+
task_id: task.task_id,
|
|
1560
|
+
event_digest: null,
|
|
1561
|
+
};
|
|
1519
1562
|
const verified = validateTodoImportSource(task.evidence)
|
|
1520
|
-
? verifyImportSource(task.evidence) : verifyEvidence(task.evidence);
|
|
1563
|
+
? verifyImportSource(task.evidence, context) : verifyEvidence(task.evidence, context);
|
|
1521
1564
|
if (!verified) task.evidence_unverified = true;
|
|
1522
1565
|
}
|
|
1523
1566
|
let snapshot = null;
|
|
@@ -1829,17 +1872,33 @@ function resolveTargetedEvent(input, storeMember) {
|
|
|
1829
1872
|
payload: { ...input.payload, target_done_digest: targetDigest },
|
|
1830
1873
|
};
|
|
1831
1874
|
}
|
|
1832
|
-
if (input.kind === 'done'
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
//
|
|
1837
|
-
//
|
|
1875
|
+
if (input.kind === 'done'
|
|
1876
|
+
&& (exactRecord(input.payload, ['done_mode', 'evidence'])
|
|
1877
|
+
|| exactRecord(input.payload, ['done_mode', 'imported', 'evidence']))
|
|
1878
|
+
&& input.payload.done_mode === 'evidence_promotion') {
|
|
1879
|
+
// Same binding as `reopen`: a completion carried across a revision is bound
|
|
1880
|
+
// to the carrying `plan_genesis`, while an authored/re-promoted completion is
|
|
1881
|
+
// bound to its latest done event. imported/authored is canonical state, not a
|
|
1882
|
+
// caller assertion; resolving both under the store lock avoids a stale read.
|
|
1838
1883
|
const targetDigest = resolveDoneBindingDigest(storeMember, input.task_id);
|
|
1839
|
-
|
|
1884
|
+
const state = storeMember.tasks.find(({ task_id: taskId }) => taskId === input.task_id);
|
|
1885
|
+
if (targetDigest === null || state?.status !== 'done') {
|
|
1886
|
+
fail('STORE_INCONSISTENT', 'invalid_evidence_promotion', {
|
|
1887
|
+
task_id: input.task_id,
|
|
1888
|
+
status: state?.status ?? null,
|
|
1889
|
+
expected_target_done_digest: targetDigest,
|
|
1890
|
+
eligible_status: 'done',
|
|
1891
|
+
next_action: 'complete_the_task_before_promoting_evidence',
|
|
1892
|
+
});
|
|
1893
|
+
}
|
|
1840
1894
|
return {
|
|
1841
1895
|
...input,
|
|
1842
|
-
payload: {
|
|
1896
|
+
payload: {
|
|
1897
|
+
done_mode: 'evidence_promotion',
|
|
1898
|
+
imported: state.imported,
|
|
1899
|
+
target_done_digest: targetDigest,
|
|
1900
|
+
evidence: input.payload.evidence,
|
|
1901
|
+
},
|
|
1843
1902
|
};
|
|
1844
1903
|
}
|
|
1845
1904
|
if (input.kind === 'phase_reopen' && exactRecord(input.payload, ['reason', 'override_reason'])) {
|
|
@@ -1940,7 +1999,14 @@ export async function appendTodoEvent(options = {}) {
|
|
|
1940
1999
|
requireWriter(options.writer, 'g5-authoring');
|
|
1941
2000
|
const repoRoot = path.resolve(options.repoRoot ?? process.cwd());
|
|
1942
2001
|
return withLock(repoRoot, async () => {
|
|
1943
|
-
const
|
|
2002
|
+
const evidenceRepair = options.event.kind === 'done'
|
|
2003
|
+
&& options.event.payload?.done_mode === 'evidence_promotion'
|
|
2004
|
+
? { planKey: options.planKey, taskId: options.event.task_id, eventDigest: null }
|
|
2005
|
+
: null;
|
|
2006
|
+
const store = await readTodoStore({
|
|
2007
|
+
repoRoot, forWrite: true, now: options.now, evidenceRepair,
|
|
2008
|
+
evidenceRepairCapability: EVIDENCE_REPAIR_CAPABILITY,
|
|
2009
|
+
});
|
|
1944
2010
|
const member = store.members.find(({ descriptor }) => descriptor.plan_key === options.planKey);
|
|
1945
2011
|
if (!member) fail('STORE_INCONSISTENT', 'plan_not_active');
|
|
1946
2012
|
// planへ帰属するeventは別chainへ積む。task状態もPhase状態も直接は動かさないので、
|
|
@@ -1973,8 +2039,16 @@ export async function appendTodoEvent(options = {}) {
|
|
|
1973
2039
|
[...member.journal.events, event], appendSourceCache);
|
|
1974
2040
|
replay(member.plan, [...member.journal.events, event], {
|
|
1975
2041
|
now: options.now ? new Date(options.now) : new Date(),
|
|
1976
|
-
verifyEvidence: evidenceVerifier(store.manifest, repoRoot, true
|
|
1977
|
-
|
|
2042
|
+
verifyEvidence: evidenceVerifier(store.manifest, repoRoot, true, {
|
|
2043
|
+
planKey: member.plan.plan_key,
|
|
2044
|
+
taskId: event.task_id,
|
|
2045
|
+
eventDigest: event.event_digest,
|
|
2046
|
+
}),
|
|
2047
|
+
verifyImportSource: importSourceVerifier(repoRoot, true, appendSourceCache, {
|
|
2048
|
+
planKey: member.plan.plan_key,
|
|
2049
|
+
taskId: event.task_id,
|
|
2050
|
+
eventDigest: event.event_digest,
|
|
2051
|
+
}),
|
|
1978
2052
|
});
|
|
1979
2053
|
const eventBytes = canonicalLine(event);
|
|
1980
2054
|
const activeRef = member.descriptor.journal_ref;
|