Commit ed04f91
refactor(reconcile): consume @intentius/chant/reconcile primitive (#20)
Swaps the vendored provider-agnostic reconcile core for the shared
@intentius/chant/reconcile subpath (chant 0.9.0, chant#501/#502).
src/reconcile/core.ts is now a thin re-export, so the in-repo import
surface (diff.ts / guardrails.ts / index.ts) is unchanged. Bumps
@intentius/chant + @intentius/chant-lexicon-github to ^0.9.0.
core.test.ts is retained as an integration check that the consumed
primitive behaves as warden expects. 468 tests green; action bundle
rebuilt (primitive inlined).
Closes #20.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 61cd864 commit ed04f91
4 files changed
Lines changed: 51 additions & 357 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
416 | 422 | | |
417 | 423 | | |
418 | 424 | | |
| 425 | + | |
419 | 426 | | |
420 | 427 | | |
421 | 428 | | |
| |||
16450 | 16457 | | |
16451 | 16458 | | |
16452 | 16459 | | |
| 16460 | + | |
16453 | 16461 | | |
16454 | 16462 | | |
16455 | 16463 | | |
| |||
16876 | 16884 | | |
16877 | 16885 | | |
16878 | 16886 | | |
16879 | | - | |
| 16887 | + | |
16880 | 16888 | | |
16881 | 16889 | | |
16882 | 16890 | | |
| |||
16891 | 16899 | | |
16892 | 16900 | | |
16893 | 16901 | | |
16894 | | - | |
| 16902 | + | |
16895 | 16903 | | |
16896 | 16904 | | |
16897 | 16905 | | |
| |||
17172 | 17180 | | |
17173 | 17181 | | |
17174 | 17182 | | |
| 17183 | + | |
| 17184 | + | |
| 17185 | + | |
| 17186 | + | |
| 17187 | + | |
| 17188 | + | |
| 17189 | + | |
| 17190 | + | |
| 17191 | + | |
| 17192 | + | |
| 17193 | + | |
| 17194 | + | |
| 17195 | + | |
| 17196 | + | |
| 17197 | + | |
| 17198 | + | |
| 17199 | + | |
17175 | 17200 | | |
17176 | 17201 | | |
17177 | 17202 | | |
| |||
228728 | 228753 | | |
228729 | 228754 | | |
228730 | 228755 | | |
| 228756 | + | |
| 228757 | + | |
228731 | 228758 | | |
228732 | 228759 | | |
228733 | 228760 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments