@stsepelin/checktrail 0.1.0-alpha.2 → 0.1.0-alpha.3

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.
@@ -0,0 +1,39 @@
1
+ {
2
+ "scope": "Known-case regression replay against an unreleased local package; not a new independent cohort or published release",
3
+ "upstreamCommit": "6b41670516ed8e8b738612f60491995470aa63b3",
4
+ "baseCommit": "e2acd95b8e4896d0975221335ee23b6a03712a9c",
5
+ "tarballSha256": "87dc9f59e17354b2fb9764877606e16c704a008d2607a7906f985a544ce5c417",
6
+ "sources": {
7
+ "src/typescript.ts": "41c67abb8f2537aa5429b2f31e48dd39ebc841d63faecbcb12ed6ee33923faf0",
8
+ "src/typescript-runner.ts": "39d43415306448a71b428fdf8a43afeffdf28712eff601739afe4091712ff8d9",
9
+ "src/typescript-arguments.ts": "c797b29ca728adc554337837d4a2dd8b58aab252822e9926354736881c323852",
10
+ "src/vue-tsc-runner.ts": "22221b3309b4c40cce113d67d62ff20e2fe222af4f7881f6dee4e5fccdff1f0a"
11
+ },
12
+ "platform": "darwin",
13
+ "arch": "arm64",
14
+ "node": "v26.8.1",
15
+ "observations": [
16
+ {
17
+ "phase": "valid",
18
+ "nativeExitCode": 0,
19
+ "cliExitCode": 0,
20
+ "cli": "passed",
21
+ "library": "passed",
22
+ "mcp": "passed",
23
+ "sourceChanged": false,
24
+ "compiler": "4.9.5",
25
+ "diagnostic": null
26
+ },
27
+ {
28
+ "phase": "invalid",
29
+ "nativeExitCode": 2,
30
+ "cliExitCode": 1,
31
+ "cli": "failed",
32
+ "library": "failed",
33
+ "mcp": "failed",
34
+ "sourceChanged": false,
35
+ "compiler": "4.9.5",
36
+ "diagnostic": "TS2322"
37
+ }
38
+ ]
39
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stsepelin/checktrail",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.3",
4
4
  "mcpName": "io.github.stsepelin/checktrail",
5
5
  "description": "Local code validation with execution evidence, a CLI, and MCP tools.",
6
6
  "type": "module",
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.stsepelin/checktrail",
4
4
  "title": "Checktrail",
5
5
  "description": "Local code validation with explicit execution trust and evidence of what actually ran.",
6
- "version": "0.1.0-alpha.2",
6
+ "version": "0.1.0-alpha.3",
7
7
  "repository": {
8
8
  "url": "https://github.com/stsepelin/checktrail",
9
9
  "source": "github"
@@ -13,7 +13,7 @@
13
13
  "registryType": "npm",
14
14
  "registryBaseUrl": "https://registry.npmjs.org",
15
15
  "identifier": "@stsepelin/checktrail",
16
- "version": "0.1.0-alpha.2",
16
+ "version": "0.1.0-alpha.3",
17
17
  "runtimeHint": "npx",
18
18
  "transport": {
19
19
  "type": "stdio"