munola 0.6.0 → 0.6.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 558cd383ea993d03a3a667a3287a7ae27db1f8a41642e63bce0727846a1af987
4
- data.tar.gz: 5cd95dccec42025f8cea27b8b6aaa528f8a1f7e4b17ddb1be53541a12bf62268
3
+ metadata.gz: f9aaf4515e419373749156b376859f5385d8770bd6c3f6c4954f483008dd7594
4
+ data.tar.gz: 86f089c88a6fb0b843e91b10cc1c3e88d897198f8a9f1fa81764a265fce3733e
5
5
  SHA512:
6
- metadata.gz: 2a47d2376487ef8e19cf22b5f66d00f32eb1ab8e7cab3750846ccc048a6739ec5cd7f6f4e7a527079a7c5ca3555baeb5d2ac7cf9000c2aa4ed772e225d30be0b
7
- data.tar.gz: 51e549f4e966e6ad231f7618c2b9e7826a84fa0b2c8972c3fd35ff666128bfdf2d0f2b9fda657139b1548ac2ae9a2f76c138e75e8c178a9ebc95f9aa3a7c5ccb
6
+ metadata.gz: 640e95eea31e3cb19b93c1af6bd9351e8411ab7093d42713dba0f920cf4851c74ec144d64a08e01d5aa5b9863940b9a1d888708687dfb2c9cdfc37b20f4c0012
7
+ data.tar.gz: e09afd9a96fba881ae389297f43447b4a6909f4e297f688a91d78ccb63747457773debdbe477ace4a6beaf5d00622712b361af6ebccfe1a98bde8e8d88797f5a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ ## munola 0.6.2 (2026-08-30)
2
+
3
+ munola drives channel release `0.4.10.1`, cut from the promoted current at
4
+ upstream enola 0.4.10. The difference list shrank again by contribution: the
5
+ exclusion filter went upstream in 0.4.7, and the constraints reference this
6
+ channel once carried inside INTENT.md shipped upstream as CONSTRAINTS.md and
7
+ PROVIDERS.md over 0.4.5. What the channel still adds is the recipe catalogue
8
+ at enola-guides v0.3.1, the init role binding, the cache-version double
9
+ history and a readability spelling in blame.go.
10
+
11
+ ## enola 0.5.4 and enola-rb 0.5.4 (2026-08-30)
12
+
13
+ The gems drive upstream enola 0.4.10. Between 0.4.6 and here upstream took the
14
+ exclusion filter (#255, in 0.4.7), rescored the layers explainer per language
15
+ cohort (0.4.7), began reading package manifests as dependency facts with a
16
+ declared-purpose diff (0.4.8), gave the dashboard its own command (0.4.9), and
17
+ documented the snapshot artifacts as a versioned contract with fact identity
18
+ (0.4.10). The vendored Prism provider script and the Rubydex engine pin are
19
+ byte-identical across the span, so nothing re-vendors; the wrappers move by
20
+ the release they name.
21
+
22
+ ## munola 0.6.1 (2026-08-24)
23
+
24
+ munola drives channel release `0.4.6.1`, cut from the promoted current at
25
+ upstream enola 0.4.6. The prefix walk fix is in the binary this gem fetches,
26
+ so the expiry the 0.6.0 note named is met and Rubydex is on by default again.
27
+ The channel still carries the exclusion filter, which upstream merged an hour
28
+ after 0.4.6 was published, so an excluded document is skipped before its
29
+ definitions are read: 440 seconds to 193 on a Rails monolith, facts identical.
30
+
31
+ The 0.6.0 note said munola waits on Prism alone. On the Rails install path it
32
+ did not. `munola init` reuses enola-rb's installer, which writes
33
+ `mcp-arch.yaml` first, and munola's own writer yields to a file that already
34
+ exists, so the config every Rails project got was the enola gem's, with both
35
+ providers on, against a channel binary built before the fix. Two things follow.
36
+ The config and the binary now agree, which is what closes it. And munola's
37
+ writer has a test that reads munola's writer, rather than one that reads the
38
+ file enola-rb wrote and reports on munola.
39
+
1
40
  ## enola 0.5.3, enola-rb 0.5.3 and munola 0.6.0 (2026-08-24)
2
41
 
3
42
  Both providers are on again. enola-labs shipped the prefix walk fix in 0.4.6,
@@ -27,10 +27,7 @@ module Munola
27
27
  else
28
28
  lines << " # prism: the enola gem on this machine carries no provider script; add one here to run it"
29
29
  end
30
- lines += [" # rubydex is off until the channel release carries the walk fix:",
31
- " # a reference spanning lines could be its own predecessor, so a tree with",
32
- " # vendored gems could snapshot without ever finishing. Uncomment to run it.",
33
- " # - name: rubydex", " # expected_version: \"#{RUBYDEX_VERSION}\""]
30
+ lines += [" - name: rubydex", " expected_version: \"#{RUBYDEX_VERSION}\""]
34
31
  "#{lines.join("\n")}\n"
35
32
  end
36
33
 
@@ -3,7 +3,7 @@
3
3
  module Munola
4
4
  # UPSTREAM_VERSION names the enola release this channel is built on,
5
5
  # CHANNEL_VERSION the fork release the gem fetches.
6
- UPSTREAM_VERSION = "0.4.4"
7
- CHANNEL_VERSION = "0.4.4.2"
8
- VERSION = "0.6.0"
6
+ UPSTREAM_VERSION = "0.4.10"
7
+ CHANNEL_VERSION = "0.4.10.1"
8
+ VERSION = "0.6.2"
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: munola
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muhamed Isabegovic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-24 00:00:00.000000000 Z
11
+ date: 2026-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: enola
@@ -56,8 +56,8 @@ description: |
56
56
  The binary this gem fetches is not an enola-labs release. It is a build
57
57
  cut from https://github.com/misabegovic/enola, a fork of enola, whose
58
58
  release notes name what differs from upstream release by release; this
59
- gem drives channel release 0.4.4.2, built on enola
60
- 0.4.4. Everything else is the enola gem's wrapper,
59
+ gem drives channel release 0.4.10.1, built on enola
60
+ 0.4.10. Everything else is the enola gem's wrapper,
61
61
  unchanged: fetched on first use, verified against the checksums the
62
62
  release publishes, cached per user, every command and exit code
63
63
  forwarded. Use the enola gem to run stock upstream instead.