@henols/vice-mcp 0.2.2 → 0.2.4
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/THIRD-PARTY-NOTICES.md +422 -1
- package/anno-bank.ts +171 -0
- package/anno-cli.ts +1736 -163
- package/anno-confidence.ts +2 -2
- package/anno-derive.ts +6 -6
- package/anno-details.ts +4 -4
- package/anno-enum-gen.ts +416 -30
- package/anno-export-asm.ts +1211 -126
- package/anno-graphics.ts +338 -0
- package/anno-hazard-report.ts +1367 -0
- package/anno-import.ts +495 -0
- package/anno-index.ts +8 -8
- package/anno-join.ts +480 -0
- package/anno-memmap-render.ts +22 -21
- package/anno-provenance-ledger.ts +472 -0
- package/anno-regbits-gen.ts +13 -13
- package/anno-register.ts +159 -0
- package/anno-store-export.ts +661 -0
- package/anno-store.ts +635 -124
- package/anno-symbols.ts +7 -7
- package/anno-tools.ts +1169 -16
- package/anno-types.ts +313 -40
- package/backend-detect.mts +124 -312
- package/build.ts +3 -1
- package/capture-predicate.ts +597 -0
- package/channel-lock.ts +349 -0
- package/evid-ingest.ts +217 -0
- package/evid-reconcile.ts +316 -0
- package/host-tool-client.ts +430 -0
- package/incident-record.ts +23 -12
- package/install-resources.ts +29 -13
- package/memmap-lookup.ts +285 -0
- package/package.json +27 -8
- package/prg-image.ts +1 -2
- package/repo-root.ts +87 -3
- package/resources/backend-detect.mjs +98 -236
- package/resources/broker-control.mjs +220 -54
- package/resources/broker-epoch.mjs +7 -8
- package/resources/broker-kill.mjs +36 -31
- package/resources/broker-launch.mjs +511 -374
- package/resources/broker-state.mjs +69 -24
- package/resources/container-guard.mjs +1 -1
- package/resources/ghidra-project.mjs +790 -0
- package/resources/host-tool.mjs +2533 -0
- package/resources/vice-broker.mjs +434 -290
- package/resources/vice-launcher.sh +127 -9
- package/stock-address.ts +1 -1
- package/stock-condition.ts +1 -1
- package/stock-connect.ts +9 -5
- package/stock-derived.ts +29 -37
- package/stock-diagnose.ts +200 -36
- package/stock-dispatch.ts +179 -77
- package/stock-handler.ts +1 -1
- package/stock-paths.ts +18 -14
- package/stock-petscii.ts +1 -1
- package/stock-protocol.ts +1 -1
- package/stock-recycle.ts +83 -2
- package/stock-reproducible-run.ts +811 -0
- package/stock-run-until.ts +100 -1
- package/stock-symbols.ts +4 -4
- package/stock-timing.ts +1 -1
- package/stop-oracle.ts +167 -0
- package/text-capability-probe.ts +660 -0
- package/text-connect.ts +157 -0
- package/text-protocol.ts +810 -0
- package/text-tools.ts +778 -0
- package/textmon-backtrace.ts +385 -0
- package/textmon-cpuhistory.ts +335 -0
- package/textmon-memmap.ts +494 -0
- package/textmon-profile.ts +458 -0
- package/textmon-registers.ts +748 -0
- package/tools-manifest.stock.json +864 -3
- package/vice-broker-client.ts +253 -108
- package/vice-errors.ts +268 -0
- package/vice-proxy.ts +339 -2144
- package/vsf-slice.ts +640 -0
- package/anno-d64.ts +0 -310
- package/capability-registry.ts +0 -390
- package/refresh-manifest.ts +0 -124
- package/tools-manifest.json +0 -1223
- package/vice-probe.ts +0 -278
- package/vice-sync.ts +0 -336
- package/vice.ts +0 -772
package/anno-symbols.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
// anno-symbols.ts -- the ONE authoritative place in this repo for the
|
|
3
3
|
// PRE-SPAWN half of the symbol round trip between an annotation store and
|
|
4
|
-
// stock VICE's symbol table (
|
|
4
|
+
// stock VICE's symbol table (ARCHITECTURE.md Rule A20).
|
|
5
5
|
//
|
|
6
|
-
// WHAT LEFT, WHAT STAYED, AND WHERE THE ROUTE RETURNS (
|
|
7
|
-
//
|
|
6
|
+
// WHAT LEFT, WHAT STAYED, AND WHERE THE ROUTE RETURNS (2026-08-30). Read this
|
|
7
|
+
// paragraph before looking for a function that is not
|
|
8
8
|
// here.
|
|
9
9
|
//
|
|
10
10
|
// WHAT LEFT: the ROUTE. `exportLabels()`, `importLabels()` and
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
// criterion of it mentioned `export-lbl` or `import-lbl`. So the forecast
|
|
47
47
|
// was wrong, and it is CORRECTED here rather than deleted, because deleting
|
|
48
48
|
// a withdrawal notice erases the record that a capability went missing and
|
|
49
|
-
// why.
|
|
49
|
+
// why. This project's own capability record carries the dated notice and
|
|
50
50
|
// says the same thing: this is a temporary loss of a capability that was
|
|
51
51
|
// genuinely Validated, not a completed one being tidied away. The
|
|
52
52
|
// demonstration was made end to end against genuine unpatched stock `x64sc`
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
//
|
|
68
68
|
// MEASURED FACTS, PAST TENSE, kept because they are the reasons for the
|
|
69
69
|
// discipline above rather than instructions to anyone:
|
|
70
|
-
// - `--export_lbl` exported USER labels only. Measured (
|
|
70
|
+
// - `--export_lbl` exported USER labels only. Measured (and
|
|
71
71
|
// re-confirmed by the round-trip test that was deleted with its subject):
|
|
72
72
|
// an annotated project emitted exactly the labels a caller had set, and
|
|
73
73
|
// the auto-generated `a_D011` / `a_D020` / `e_FFD2` externals were NOT
|
|
@@ -168,7 +168,7 @@ export interface ImportLabelsUnverified {
|
|
|
168
168
|
* read `result.importedNames` and mistake "the import call returned no error"
|
|
169
169
|
* for "the names are actually on disk".
|
|
170
170
|
*
|
|
171
|
-
* KEPT ACROSS THE CUT
|
|
171
|
+
* KEPT ACROSS THE CUT. The route that produced it is gone; the
|
|
172
172
|
* distinction it encodes is the whole lesson of the `--import_lbl` discard
|
|
173
173
|
* measured in this module's header. Because no phase currently owns rebuilding
|
|
174
174
|
* that route, this type is its only surviving contract; whenever a route IS
|
|
@@ -194,7 +194,7 @@ export interface ValidatedLabelFile {
|
|
|
194
194
|
/**
|
|
195
195
|
* THE PRE-SPAWN GATE (T-11-LBL-SIZE + T-11-NAME-INJECT, both closed) -- the
|
|
196
196
|
* half of the deleted `importLabels()` that never touched a child process,
|
|
197
|
-
* lifted out unchanged when the route around it was removed
|
|
197
|
+
* lifted out unchanged when the route around it was removed.
|
|
198
198
|
*
|
|
199
199
|
* In order, and the order matters:
|
|
200
200
|
* 1. A byte-size check against `stock-symbols.ts`'s own
|