ace-b36ts 0.13.3 → 0.14.10

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: ba5e9ffba9a50a3aa99646e140450304b0416a06cd3997c825bb4d4e14353101
4
- data.tar.gz: 813f9c131d59f7d3485e708b97ef3693fa7e591faf45b41d0656f749734e1c7c
3
+ metadata.gz: 373c2dde7c981070ef25a7a4a58207886319bd837a5648160843a40c898f166d
4
+ data.tar.gz: 5056138ef261ecd1edbc493e5f4b7d853b26ebd614d62049189f32de315ffb8e
5
5
  SHA512:
6
- metadata.gz: 6b4757028fa77939a09f8f731023fed928f8b3952028644b9b266583762b072e918e8c8893a0493b3224d19172e290ec837c2bb21a89276eb601fc35bc323a84
7
- data.tar.gz: c4df2c395cda03395ddfd5a5c0f9111df8e7b109bb88ba043f126b5de13b28aa8ce4be544bbf76bc6b7fe1ea6abf5066edac016b2f5cbd03383af98873152eb3
6
+ metadata.gz: c4600e252d54ea9fc58d0ea6cdc06b1f4c0c04868d05008d7ab5c0b78d1697ab6b7b0d3835deda15e628ca16dbd7bb7562dd5807c71344fd13e940477cc96a8e
7
+ data.tar.gz: e92a6f0675897ae6957645b8ccfd9b4dc81ecdba4fe393e92e3a38449806b8fc1911f699929e2a61eec7c9552846d6e3fc0c3744019bdc15929c79f5262bfaf4
data/CHANGELOG.md CHANGED
@@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.14.10] - 2026-08-12
11
+
12
+ ### Technical
13
+ - Raised the `ace-support-core` dependency floor to `~> 0.31` after the principles-first bootstrap guidance release.
14
+ ## [0.14.9] - 2026-08-12
15
+
16
+ ### Technical
17
+ - Aligned gemspec dependency floors with current ACE package minor release lines and safe external minor dependency bumps (no major version jumps).
18
+
19
+ ## [0.14.8] - 2026-04-19
20
+
21
+ ### Technical
22
+ - Hardened `TS-B36TS-001` decode roundtrip runner guidance so the encoded token is persisted before public decode commands execute.
23
+
24
+ ## [0.14.7] - 2026-04-16
25
+
26
+ ### Technical
27
+ - Captured explicit archive-tree, inbox-empty, and shared-token evidence in `TS-B36TS-001` so reorganization and decode roundtrip verification no longer depend on inferred sandbox state.
28
+
29
+ ## [0.14.6] - 2026-04-15
30
+
31
+ ### Technical
32
+ - Expanded `TS-B36TS-001` into a public-surface goal workflow with repaired TC-001 contract checks and new decode/split-json cases (`TC-002`, `TC-003`) verified through real CLI outputs.
33
+
34
+ ## [0.14.5] - 2026-04-13
35
+
36
+ ### Technical
37
+ - Rewrote `TS-B36TS-001` to follow the goal-based E2E contract by judging note reorganization from sandbox end state and runner observations instead of runner-authored helper artifacts.
38
+
39
+ ## [0.14.4] - 2026-04-11
40
+
41
+ ### Technical
42
+ - Renamed the package-local `ace-test` config surface from `groups:` to `targets:` so `ace-b36ts` matches the shared `fast` / `feat` target contract.
43
+
44
+ ### Technical
45
+ - Piloted the new `test/fast`, `test/feat`, and `test/e2e` layout in `ace-b36ts`, added package-local `ace-test` aliases (`unit -> fast`, `integration/int -> feat`), and refreshed the layout demo tape to use the new test surface.
46
+
47
+ ## [0.14.2] - 2026-04-10
48
+
49
+ ### Technical
50
+ - Moved deterministic restarted-E2E coverage to `test/integration`, relocated the pilot agent scenario to `test/e2e`, and refreshed the layout demo tape to match the restarted contract.
51
+
52
+ ## [0.14.1] - 2026-04-10
53
+
54
+ ### Technical
55
+ - Restored deterministic CLI contract coverage for shell command-substitution roundtrips and lexical ordering across out-of-order timestamps.
56
+
57
+ ## [0.14.0] - 2026-04-10
58
+
59
+ ### Changed
60
+ - Replaced the pilot deterministic runner suite with `test/integration` Minitest coverage for the restarted two-phase E2E architecture.
61
+ - Added a real note-reorganization agent scenario under `test/e2e` to validate the agent-runtime phase of the two-phase contract against `ace-b36ts`.
62
+
10
63
  ## [0.13.3] - 2026-03-29
11
64
 
12
65
  ### Technical
@@ -6,6 +6,6 @@ module Ace
6
6
  # Namespace changed from Ace::Timestamp to Ace::Support::Timestamp
7
7
  # Version 0.6.0: Gem renamed from ace-support-timestamp to ace-b36ts
8
8
  # Namespace changed from Ace::Support::Timestamp to Ace::B36ts
9
- VERSION = '0.13.3'
9
+ VERSION = "0.14.10"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-b36ts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.3
4
+ version: 0.14.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-03-29 00:00:00.000000000 Z
10
+ date: 2026-08-12 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-config
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0.9'
18
+ version: '0.17'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0.9'
25
+ version: '0.17'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: ace-support-core
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '0.29'
32
+ version: '0.31'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0.29'
39
+ version: '0.31'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: ace-support-cli
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '0.13'
60
+ version: '0.14'
61
61
  type: :development
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0.13'
67
+ version: '0.14'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: minitest
70
70
  requirement: !ruby/object:Gem::Requirement