@ontrails/regrade 1.0.0-beta.39 → 1.0.0-beta.41

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/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # @ontrails/regrade
2
2
 
3
+ ## 1.0.0-beta.41
4
+
5
+ ## 1.0.0-beta.40
6
+
7
+ ### Minor Changes
8
+
9
+ - [`5adb995`](https://github.com/outfitter-dev/trails/commit/5adb99551c2dda6190d46cce7f60bb08d63c99aa): Complete the v1 hard cutover from the authored `blaze` field to
10
+ `implementation` across trail contracts, surface projections, tests, examples,
11
+ and public source-analysis helpers. Existing applications must rename authored
12
+ trail behavior fields and direct trail-object access before upgrading.
13
+ - [`aedb87b`](https://github.com/outfitter-dev/trails/commit/aedb87b3b536c5849636c7a5951c51e1e7f0d1cc): Add governed identifier-segment renames for AST-backed migrations. Regrade can
14
+ now migrate camelCase, PascalCase, leading-underscore, and SCREAMING_SNAKE
15
+ identifier segments, including single-segment forms such as `BLAZE` and
16
+ `_BLAZE`, while preserving exact-mode behavior and rejecting lowercase
17
+ substring, concatenated acronym, or inflection matches.
18
+
19
+ ### Patch Changes
20
+
21
+ - [`01b9204`](https://github.com/outfitter-dev/trails/commit/01b92046db52c71f22a871e58a308d7a94483cab): Harden governed v1 vocabulary transitions with property-key-only blaze literal
22
+ rewrites, structured review for ambiguous literal positions, explicit
23
+ scratch/history boundaries, and scan-only preservation for migration plans and
24
+ historical decision evidence.
25
+ - [`6712075`](https://github.com/outfitter-dev/trails/commit/67120754df3f614c7f4dd98be1fa0ba9d69b7765): Complete the v1 hard cutover from the `contour` domain-object declaration
26
+ vocabulary to `entity` across contracts, topo facts, store helpers, Warden,
27
+ Wayfinder, operator surfaces, examples, and generated locks. Existing
28
+ applications must rename contour APIs, run `trails dev reset --yes` to discard
29
+ pre-cutover local Topographer snapshots, and then recompile committed
30
+ `trails.lock` artifacts before upgrading. Those derived snapshots are
31
+ intentionally not read through a compatibility layer.
32
+ The entity-shaped wire contract advances `TopoGraph` and split lock manifests
33
+ from schema version 3 to 4; old split artifacts fail with regeneration guidance,
34
+ while the canonical root `trails.lock` remains schema version 5.
35
+ Wayfinder reports those stale rows as topo-store drift while keeping current
36
+ committed lock facts available for inspection.
37
+ - [`35cbe28`](https://github.com/outfitter-dev/trails/commit/35cbe289db46539b3689dbf6cf8ab0e5d9a1b09c): Found `@ontrails/source` as the shared source-code AST kernel for parsing,
38
+ walking, locations, edits, literals, and generic Trails syntax recognition.
39
+ Warden, Regrade, Wayfinder, and the Trails operator now import those shared
40
+ mechanics from `@ontrails/source`; the legacy Warden AST route is removed by the
41
+ stacked hard cutover.
42
+ - [`35e5fed`](https://github.com/outfitter-dev/trails/commit/35e5fedd228e498783f479f0dd502e2f3ec772b8): Fold the Wayfinder graph-read catalog into `@ontrails/topography`. Wayfind
43
+ remains the product, trail-id, CLI, and MCP brand, but there is no longer an
44
+ `@ontrails/wayfinder` package to install or import. Programmatic consumers
45
+ should move imports such as `wayfinderTopo`, `wayfindOverviewTrail`,
46
+ `loadWayfinderArtifacts`, and the Wayfinder filter/provenance types to
47
+ `@ontrails/topography`.
48
+
49
+ Expose that package move as a governed Regrade transition so exact
50
+ `@ontrails/wayfinder` imports can move safely while product vocabulary and near
51
+ routes remain unchanged for review. Regrade routes package manifests through
52
+ structured review instead of rewriting dependency keys as plain text.
53
+
54
+ The Trails operator now reads all `wayfind.*` query trails and artifact helpers
55
+ from `@ontrails/topography` while preserving the existing CLI/MCP schemas,
56
+ route IDs, output shapes, and internal trail visibility.
57
+
58
+ - [`3a65ae3`](https://github.com/outfitter-dev/trails/commit/3a65ae363e05b7589f4a9876da4346886353b48c): Rename the durable graph substrate package from `@ontrails/topographer` to
59
+ `@ontrails/topography` after folding Wayfind graph queries into that owner.
60
+
61
+ Update imports to `@ontrails/topography` or
62
+ `@ontrails/topography/backend-support`. The pre-1.0 cutover does not ship a
63
+ compatibility package. TopoGraph, lock, topo-store, semantic diff, and Wayfind
64
+ APIs keep their existing contracts, and the `trails wayfind` CLI and MCP names
65
+ remain unchanged.
66
+
67
+ The governed package-route transition moves legacy `@ontrails/wayfinder`
68
+ imports directly to `@ontrails/topography`; it does not emit the retired
69
+ intermediate `@ontrails/topographer` route.
70
+
71
+ - [`a45cead`](https://github.com/outfitter-dev/trails/commit/a45cead6e3ddf6ce606bf5e663b74c0d3b5664b8): Make the planned contour-to-entity Regrade transition code-fact complete for
72
+ apply readiness while leaving the repository cutover status planned.
73
+ Identifiers that already contain the target segment now stay in the review
74
+ inventory instead of producing duplicated target names.
75
+ - [`8a1ac00`](https://github.com/outfitter-dev/trails/commit/8a1ac00b5d789be41ca6e464358c96b01e442bf4): Govern the exact `@ontrails/warden/ast` to `@ontrails/source` package route
76
+ transition for Regrade string-literal and module-specifier rewrites exposed
77
+ through the Trails CLI and MCP tools. Safe rewrites now require the owning
78
+ manifest to already declare the target package; otherwise Regrade preserves the
79
+ occurrence with dependency repair guidance. Invalid manifests remain unchanged
80
+ and produce structured repair guidance that names the owning manifest. Explicit
81
+ preserve rules remain no-ops before dependency validation, and dotted or
82
+ subpath-like near routes remain deferred instead of becoming invented imports.
83
+
3
84
  ## 1.0.0-beta.39
4
85
 
5
86
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/regrade",
3
- "version": "1.0.0-beta.39",
3
+ "version": "1.0.0-beta.41",
4
4
  "description": "Downstream migration reporting and safe rewrite helpers for Trails.",
5
5
  "files": [
6
6
  "src/**/*.ts",
@@ -22,12 +22,13 @@
22
22
  "clean": "rm -rf dist *.tsbuildinfo"
23
23
  },
24
24
  "dependencies": {
25
- "@ontrails/core": "^1.0.0-beta.39",
26
- "@ontrails/warden": "^1.0.0-beta.39",
25
+ "@ontrails/core": "^1.0.0-beta.41",
26
+ "@ontrails/source": "^1.0.0-beta.41",
27
+ "@ontrails/warden": "^1.0.0-beta.41",
27
28
  "zod": "^4.3.5"
28
29
  },
29
30
  "devDependencies": {
30
- "@ontrails/testing": "^1.0.0-beta.39",
31
- "@ontrails/topographer": "^1.0.0-beta.39"
31
+ "@ontrails/testing": "^1.0.0-beta.41",
32
+ "@ontrails/topography": "^1.0.0-beta.41"
32
33
  }
33
34
  }